Loading drivers/ide/ide-floppy.c +1 −0 Original line number Diff line number Diff line Loading @@ -698,6 +698,7 @@ static ide_startstop_t idefloppy_issue_pc(ide_drive_t *drive, /* Issue the packet command */ hwif->OUTBSYNC(drive, WIN_PACKETCMD, hwif->io_ports.command_addr); ndelay(400); return (*pkt_xfer_routine) (drive); } } Loading drivers/ide/ide-tape.c +1 −0 Original line number Diff line number Diff line Loading @@ -1058,6 +1058,7 @@ static ide_startstop_t idetape_issue_pc(ide_drive_t *drive, } else { hwif->OUTBSYNC(drive, WIN_PACKETCMD, hwif->io_ports.command_addr); ndelay(400); return idetape_transfer_pc(drive); } } Loading drivers/scsi/ide-scsi.c +1 −0 Original line number Diff line number Diff line Loading @@ -576,6 +576,7 @@ static ide_startstop_t idescsi_issue_pc(ide_drive_t *drive, /* Issue the packet command */ hwif->OUTBSYNC(drive, WIN_PACKETCMD, hwif->io_ports.command_addr); ndelay(400); return idescsi_transfer_pc(drive); } } Loading Loading
drivers/ide/ide-floppy.c +1 −0 Original line number Diff line number Diff line Loading @@ -698,6 +698,7 @@ static ide_startstop_t idefloppy_issue_pc(ide_drive_t *drive, /* Issue the packet command */ hwif->OUTBSYNC(drive, WIN_PACKETCMD, hwif->io_ports.command_addr); ndelay(400); return (*pkt_xfer_routine) (drive); } } Loading
drivers/ide/ide-tape.c +1 −0 Original line number Diff line number Diff line Loading @@ -1058,6 +1058,7 @@ static ide_startstop_t idetape_issue_pc(ide_drive_t *drive, } else { hwif->OUTBSYNC(drive, WIN_PACKETCMD, hwif->io_ports.command_addr); ndelay(400); return idetape_transfer_pc(drive); } } Loading
drivers/scsi/ide-scsi.c +1 −0 Original line number Diff line number Diff line Loading @@ -576,6 +576,7 @@ static ide_startstop_t idescsi_issue_pc(ide_drive_t *drive, /* Issue the packet command */ hwif->OUTBSYNC(drive, WIN_PACKETCMD, hwif->io_ports.command_addr); ndelay(400); return idescsi_transfer_pc(drive); } } Loading