Skip to content

Commit

Permalink
ide-disk: guarantee 400ns delay after writing command register
Browse files Browse the repository at this point in the history
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 25, 2008
1 parent cf77249 commit a7bbd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ide/ide-disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
ndelay(400); /* FIXME */

return pre_task_out_intr(drive, rq);
}
Expand Down

0 comments on commit a7bbd20

Please sign in to comment.