sc53c94: fix interrupt status for CMD_MSG_ACCEPTED.

This commit is contained in:
Maxim Poliakovski 2024-07-19 03:38:32 +02:00
parent 3fe6e3c09e
commit 9fc5bbb951

View File

@ -328,8 +328,7 @@ void Sc53C94::exec_command()
this->bus_obj->target_next_step();
}
this->bus_obj->release_ctrl_line(this->my_bus_id, SCSI_CTRL_ACK);
this->int_status = INTSTAT_SR;
this->int_status |= INTSTAT_DIS; // TODO: handle target disconnection properly
this->int_status = INTSTAT_DIS; // TODO: handle target disconnection properly
this->update_irq();
exec_next_command();
break;