diff options
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | drivers/ide/cmd64x.c | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 02f6f78b561f..5ef3a16eb140 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2824,10 +2824,10 @@ S: Supported | |||
2824 | F: drivers/scsi/ips.* | 2824 | F: drivers/scsi/ips.* |
2825 | 2825 | ||
2826 | IDE SUBSYSTEM | 2826 | IDE SUBSYSTEM |
2827 | P: Bartlomiej Zolnierkiewicz | 2827 | P: David S. Miller |
2828 | M: bzolnier@gmail.com | 2828 | M: davem@davemloft.net |
2829 | L: linux-ide@vger.kernel.org | 2829 | L: linux-ide@vger.kernel.org |
2830 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git | 2830 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git |
2831 | S: Maintained | 2831 | S: Maintained |
2832 | F: Documentation/ide/ | 2832 | F: Documentation/ide/ |
2833 | F: drivers/ide/ | 2833 | F: drivers/ide/ |
diff --git a/drivers/ide/cmd64x.c b/drivers/ide/cmd64x.c index 03c86209446f..680e5975217f 100644 --- a/drivers/ide/cmd64x.c +++ b/drivers/ide/cmd64x.c | |||
@@ -389,8 +389,7 @@ static const struct ide_port_info cmd64x_chipsets[] __devinitdata = { | |||
389 | .init_chipset = init_chipset_cmd64x, | 389 | .init_chipset = init_chipset_cmd64x, |
390 | .enablebits = {{0x51,0x04,0x04}, {0x51,0x08,0x08}}, | 390 | .enablebits = {{0x51,0x04,0x04}, {0x51,0x08,0x08}}, |
391 | .port_ops = &cmd648_port_ops, | 391 | .port_ops = &cmd648_port_ops, |
392 | .host_flags = IDE_HFLAG_SERIALIZE | | 392 | .host_flags = IDE_HFLAG_ABUSE_PREFETCH, |
393 | IDE_HFLAG_ABUSE_PREFETCH, | ||
394 | .pio_mask = ATA_PIO5, | 393 | .pio_mask = ATA_PIO5, |
395 | .mwdma_mask = ATA_MWDMA2, | 394 | .mwdma_mask = ATA_MWDMA2, |
396 | .udma_mask = ATA_UDMA2, | 395 | .udma_mask = ATA_UDMA2, |