mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-07 23:25:45 +00:00
ide-disk: guarantee 400ns delay after writing command register
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
cf77249ee1
commit
a7bbd20b50
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ static ide_startstop_t __ide_do_rw_disk(ide_drive_t *drive, struct request *rq,
|
||||||
}
|
}
|
||||||
|
|
||||||
hwif->OUTBSYNC(drive, command, IDE_COMMAND_REG);
|
hwif->OUTBSYNC(drive, command, IDE_COMMAND_REG);
|
||||||
|
ndelay(400); /* FIXME */
|
||||||
|
|
||||||
return pre_task_out_intr(drive, rq);
|
return pre_task_out_intr(drive, rq);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue