Skip to content

Commit

Permalink
initiator: doing a reset here causes some drives to hang, but not doi…
Browse files Browse the repository at this point in the history
…ng it never hangs.
  • Loading branch information
erichelgeson committed Feb 11, 2024
1 parent c80f3c0 commit d926dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BlueSCSI_initiator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ void scsiInitiatorMainLoop()
{
log("Retrying.. ", g_initiator_state.retrycount, "/5");
delay_with_poll(200);
scsiHostPhyReset();
// This reset causes some drives to hang and seems to have no effect if left off.
// scsiHostPhyReset();
delay_with_poll(200);

g_initiator_state.retrycount++;
Expand Down

0 comments on commit d926dd7

Please sign in to comment.