diff options
Diffstat (limited to 'drivers/ata/pata_sil680.c')
-rw-r--r-- | drivers/ata/pata_sil680.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ata/pata_sil680.c b/drivers/ata/pata_sil680.c index 9e764e5747e6..4cb649d8d38c 100644 --- a/drivers/ata/pata_sil680.c +++ b/drivers/ata/pata_sil680.c | |||
@@ -282,15 +282,15 @@ static int __devinit sil680_init_one(struct pci_dev *pdev, | |||
282 | { | 282 | { |
283 | static const struct ata_port_info info = { | 283 | static const struct ata_port_info info = { |
284 | .flags = ATA_FLAG_SLAVE_POSS, | 284 | .flags = ATA_FLAG_SLAVE_POSS, |
285 | .pio_mask = 0x1f, | 285 | .pio_mask = ATA_PIO4, |
286 | .mwdma_mask = 0x07, | 286 | .mwdma_mask = ATA_MWDMA2, |
287 | .udma_mask = ATA_UDMA6, | 287 | .udma_mask = ATA_UDMA6, |
288 | .port_ops = &sil680_port_ops | 288 | .port_ops = &sil680_port_ops |
289 | }; | 289 | }; |
290 | static const struct ata_port_info info_slow = { | 290 | static const struct ata_port_info info_slow = { |
291 | .flags = ATA_FLAG_SLAVE_POSS, | 291 | .flags = ATA_FLAG_SLAVE_POSS, |
292 | .pio_mask = 0x1f, | 292 | .pio_mask = ATA_PIO4, |
293 | .mwdma_mask = 0x07, | 293 | .mwdma_mask = ATA_MWDMA2, |
294 | .udma_mask = ATA_UDMA5, | 294 | .udma_mask = ATA_UDMA5, |
295 | .port_ops = &sil680_port_ops | 295 | .port_ops = &sil680_port_ops |
296 | }; | 296 | }; |