Skip to content

Commit

Permalink
triflex: always tune PIO
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
  • Loading branch information
bzolnier committed Oct 18, 2007
1 parent 912fb29 commit d7c526f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/ide/pci/triflex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit d7c526f

Please sign in to comment.