diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_efar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_efar.c b/drivers/ata/pata_efar.c index bd498cc3920e..2085e0a3a05a 100644 --- a/drivers/ata/pata_efar.c +++ b/drivers/ata/pata_efar.c | |||
@@ -252,8 +252,8 @@ static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) | |||
252 | static const struct ata_port_info info = { | 252 | static const struct ata_port_info info = { |
253 | .flags = ATA_FLAG_SLAVE_POSS, | 253 | .flags = ATA_FLAG_SLAVE_POSS, |
254 | .pio_mask = ATA_PIO4, | 254 | .pio_mask = ATA_PIO4, |
255 | .mwdma_mask = ATA_MWDMA2, /* mwdma1-2 */ | 255 | .mwdma_mask = ATA_MWDMA2, |
256 | .udma_mask = ATA_UDMA3, /* UDMA 66 */ | 256 | .udma_mask = ATA_UDMA4, |
257 | .port_ops = &efar_ops, | 257 | .port_ops = &efar_ops, |
258 | }; | 258 | }; |
259 | const struct ata_port_info *ppi[] = { &info, NULL }; | 259 | const struct ata_port_info *ppi[] = { &info, NULL }; |