diff options
Diffstat (limited to 'drivers/ata/pata_acpi.c')
-rw-r--r-- | drivers/ata/pata_acpi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/pata_acpi.c b/drivers/ata/pata_acpi.c index 8b77a9802df1..d8f35fe44421 100644 --- a/drivers/ata/pata_acpi.c +++ b/drivers/ata/pata_acpi.c | |||
@@ -246,9 +246,9 @@ static int pacpi_init_one (struct pci_dev *pdev, const struct pci_device_id *id) | |||
246 | static const struct ata_port_info info = { | 246 | static const struct ata_port_info info = { |
247 | .flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST, | 247 | .flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST, |
248 | 248 | ||
249 | .pio_mask = 0x1f, | 249 | .pio_mask = ATA_PIO4, |
250 | .mwdma_mask = 0x07, | 250 | .mwdma_mask = ATA_MWDMA2, |
251 | .udma_mask = 0x7f, | 251 | .udma_mask = ATA_UDMA6, |
252 | 252 | ||
253 | .port_ops = &pacpi_ops, | 253 | .port_ops = &pacpi_ops, |
254 | }; | 254 | }; |