提交 d7c526f7 编写于 作者: B Bartlomiej Zolnierkiewicz

triflex: always tune PIO

Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
上级 912fb29a
......@@ -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 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册