diff options
-rw-r--r-- | drivers/ide/pci/triflex.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ide/pci/triflex.c b/drivers/ide/pci/triflex.c index 30b52f62699a..a93dc9bcf990 100644 --- a/drivers/ide/pci/triflex.c +++ b/drivers/ide/pci/triflex.c | |||
@@ -100,6 +100,9 @@ static void __devinit init_hwif_triflex(ide_hwif_t *hwif) | |||
100 | { | 100 | { |
101 | hwif->set_pio_mode = &triflex_set_pio_mode; | 101 | hwif->set_pio_mode = &triflex_set_pio_mode; |
102 | hwif->set_dma_mode = &triflex_set_mode; | 102 | hwif->set_dma_mode = &triflex_set_mode; |
103 | |||
104 | hwif->drives[0].autotune = 1; | ||
105 | hwif->drives[1].autotune = 1; | ||
103 | } | 106 | } |
104 | 107 | ||
105 | static ide_pci_device_t triflex_device __devinitdata = { | 108 | static ide_pci_device_t triflex_device __devinitdata = { |