Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7c526f7 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

triflex: always tune PIO

parent 912fb29a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = {