triflex: always tune PIO
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
912fb29a36
commit
d7c526f7db
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ static void __devinit init_hwif_triflex(ide_hwif_t *hwif)
|
|||
{
|
||||
hwif->set_pio_mode = &triflex_set_pio_mode;
|
||||
hwif->set_dma_mode = &triflex_set_mode;
|
||||
|
||||
hwif->drives[0].autotune = 1;
|
||||
hwif->drives[1].autotune = 1;
|
||||
}
|
||||
|
||||
static ide_pci_device_t triflex_device __devinitdata = {
|
||||
|
|
Loading…
Reference in a new issue