Removing unneccessary hack.

This commit is contained in:
Michael McMaster 2014-02-15 10:04:20 +10:00
parent 6c8cbf54c6
commit 0913298097

View File

@ -425,12 +425,6 @@ static void process_SelectionPhase()
break;
}
}
// Last chance for the ATN signal! The initiator should have set this
// previously, but we try and be a little tolerant. This is required
// for the LCIII to work. I assume ATN is being set before the
// initiator releases SEL.
scsiDev.atnFlag = SCSI_ReadPin(SCSI_ATN_INT);
// Save our initiator now that we're no longer in a time-critical
// section.