diff options
-rw-r--r-- | drivers/ata/pata_efar.c | 2 | ||||
-rw-r--r-- | drivers/ata/pata_oldpiix.c | 2 | ||||
-rw-r--r-- | drivers/ata/pata_rdc.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/pata_efar.c b/drivers/ata/pata_efar.c index f37d98700dfd..b2e71e6473ed 100644 --- a/drivers/ata/pata_efar.c +++ b/drivers/ata/pata_efar.c | |||
@@ -252,7 +252,7 @@ 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, | 255 | .mwdma_mask = ATA_MWDMA12_ONLY, |
256 | .udma_mask = ATA_UDMA4, | 256 | .udma_mask = ATA_UDMA4, |
257 | .port_ops = &efar_ops, | 257 | .port_ops = &efar_ops, |
258 | }; | 258 | }; |
diff --git a/drivers/ata/pata_oldpiix.c b/drivers/ata/pata_oldpiix.c index 84ac5033ac89..9a8687db6b2d 100644 --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c | |||
@@ -239,7 +239,7 @@ static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *e | |||
239 | static const struct ata_port_info info = { | 239 | static const struct ata_port_info info = { |
240 | .flags = ATA_FLAG_SLAVE_POSS, | 240 | .flags = ATA_FLAG_SLAVE_POSS, |
241 | .pio_mask = ATA_PIO4, | 241 | .pio_mask = ATA_PIO4, |
242 | .mwdma_mask = ATA_MWDMA2, | 242 | .mwdma_mask = ATA_MWDMA12_ONLY, |
243 | .port_ops = &oldpiix_pata_ops, | 243 | .port_ops = &oldpiix_pata_ops, |
244 | }; | 244 | }; |
245 | const struct ata_port_info *ppi[] = { &info, NULL }; | 245 | const struct ata_port_info *ppi[] = { &info, NULL }; |
diff --git a/drivers/ata/pata_rdc.c b/drivers/ata/pata_rdc.c index c843a1e07c4f..237a24d41a2d 100644 --- a/drivers/ata/pata_rdc.c +++ b/drivers/ata/pata_rdc.c | |||
@@ -284,7 +284,7 @@ static struct ata_port_info rdc_port_info = { | |||
284 | 284 | ||
285 | .flags = ATA_FLAG_SLAVE_POSS, | 285 | .flags = ATA_FLAG_SLAVE_POSS, |
286 | .pio_mask = ATA_PIO4, | 286 | .pio_mask = ATA_PIO4, |
287 | .mwdma_mask = ATA_MWDMA2, | 287 | .mwdma_mask = ATA_MWDMA12_ONLY, |
288 | .udma_mask = ATA_UDMA5, | 288 | .udma_mask = ATA_UDMA5, |
289 | .port_ops = &rdc_pata_ops, | 289 | .port_ops = &rdc_pata_ops, |
290 | }; | 290 | }; |