diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-28 17:44:39 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-28 17:44:39 -0400 |
commit | 3910dde6410e742f8bd3f516ee9b1a7114abbad0 (patch) | |
tree | 5829d1e279f9a4e904ddcffead2e9520c938c889 /drivers/ide/ide-floppy.c | |
parent | 32b3fe4fff0974d823a0c0d17d7b25690ecd5fc8 (diff) |
ide-{floppy,tape,scsi}: 400ns delay is required after executing the command
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-floppy.c')
-rw-r--r-- | drivers/ide/ide-floppy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c index b9983c4a1fac..da79248633a4 100644 --- a/drivers/ide/ide-floppy.c +++ b/drivers/ide/ide-floppy.c | |||
@@ -698,6 +698,7 @@ static ide_startstop_t idefloppy_issue_pc(ide_drive_t *drive, | |||
698 | /* Issue the packet command */ | 698 | /* Issue the packet command */ |
699 | hwif->OUTBSYNC(drive, WIN_PACKETCMD, | 699 | hwif->OUTBSYNC(drive, WIN_PACKETCMD, |
700 | hwif->io_ports.command_addr); | 700 | hwif->io_ports.command_addr); |
701 | ndelay(400); | ||
701 | return (*pkt_xfer_routine) (drive); | 702 | return (*pkt_xfer_routine) (drive); |
702 | } | 703 | } |
703 | } | 704 | } |