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

sl82c105: add PIO autotune fallback to ->ide_dma_check

Since sl82c105 re-programs DMA/PIO timings for DMA enable/disable, and sets
->autotune this change shouldn't have any other effect than bringing sl82c105
driver in-line with other host drivers wrt ->ide_dma_check implementation.
Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
上级 3f019eea
......@@ -154,6 +154,8 @@ static int sl82c105_ide_dma_check(ide_drive_t *drive)
if (ide_tune_dma(drive))
return 0;
ide_set_max_pio(drive);
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册