mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
scsidevice: release REQ before MESSAGE_IN phase.
This commit is contained in:
parent
ba9fcd100d
commit
289a14dc7a
@ -95,6 +95,7 @@ void ScsiDevice::next_step()
|
||||
}
|
||||
break;
|
||||
case ScsiPhase::STATUS:
|
||||
this->bus_obj->release_ctrl_line(this->scsi_id, SCSI_CTRL_REQ);
|
||||
this->switch_phase(ScsiPhase::MESSAGE_IN);
|
||||
break;
|
||||
case ScsiPhase::MESSAGE_OUT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user