diff options
Diffstat (limited to 'drivers/ide/setup-pci.c')
-rw-r--r-- | drivers/ide/setup-pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c index 7989f521b801..fff567bcedbe 100644 --- a/drivers/ide/setup-pci.c +++ b/drivers/ide/setup-pci.c | |||
@@ -577,6 +577,9 @@ void ide_pci_setup_ports(struct pci_dev *dev, ide_pci_device_t *d, int pciirq, a | |||
577 | hwif->ultra_mask = d->udma_mask; | 577 | hwif->ultra_mask = d->udma_mask; |
578 | } | 578 | } |
579 | 579 | ||
580 | hwif->drives[0].autotune = 1; | ||
581 | hwif->drives[1].autotune = 1; | ||
582 | |||
580 | if (d->init_hwif) | 583 | if (d->init_hwif) |
581 | /* Call chipset-specific routine | 584 | /* Call chipset-specific routine |
582 | * for each enabled hwif | 585 | * for each enabled hwif |