mirror of https://gitee.com/openkylin/linux.git
ide-cris: handle PIO auto-tuning in tune_cris_ide()
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
4099d14322
commit
d281e9ad87
|
@ -684,6 +684,8 @@ static void tune_cris_ide(ide_drive_t *drive, u8 pio)
|
|||
{
|
||||
int setup, strobe, hold;
|
||||
|
||||
pio = ide_get_best_pio_mode(drive, pio, 4);
|
||||
|
||||
switch(pio)
|
||||
{
|
||||
case 0:
|
||||
|
|
Loading…
Reference in New Issue