diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_it8213.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_it8213.c b/drivers/ata/pata_it8213.c index feb3d540ee33..8f3325adceb3 100644 --- a/drivers/ata/pata_it8213.c +++ b/drivers/ata/pata_it8213.c | |||
@@ -262,7 +262,7 @@ static int it8213_init_one (struct pci_dev *pdev, const struct pci_device_id *en | |||
262 | static const struct ata_port_info info = { | 262 | static const struct ata_port_info info = { |
263 | .flags = ATA_FLAG_SLAVE_POSS, | 263 | .flags = ATA_FLAG_SLAVE_POSS, |
264 | .pio_mask = ATA_PIO4, | 264 | .pio_mask = ATA_PIO4, |
265 | .mwdma_mask = ATA_MWDMA2, | 265 | .mwdma_mask = ATA_MWDMA12_ONLY, |
266 | .udma_mask = ATA_UDMA4, /* FIXME: want UDMA 100? */ | 266 | .udma_mask = ATA_UDMA4, /* FIXME: want UDMA 100? */ |
267 | .port_ops = &it8213_ops, | 267 | .port_ops = &it8213_ops, |
268 | }; | 268 | }; |