|
@@ -130,6 +130,12 @@ static void scsiInitiatorUpdateLed()
|
|
|
// High level logic of the initiator mode
|
|
// High level logic of the initiator mode
|
|
|
void scsiInitiatorMainLoop()
|
|
void scsiInitiatorMainLoop()
|
|
|
{
|
|
{
|
|
|
|
|
+ if (g_scsiHostPhyReset)
|
|
|
|
|
+ {
|
|
|
|
|
+ logmsg("Executing BUS RESET after aborted command");
|
|
|
|
|
+ scsiHostPhyReset();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
if (!g_initiator_state.imaging)
|
|
if (!g_initiator_state.imaging)
|
|
|
{
|
|
{
|
|
|
// Scan for SCSI drives one at a time
|
|
// Scan for SCSI drives one at a time
|