projects
/
SCSI2SD-V6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c8cbf5
)
Removing unneccessary hack.
3.2
author
Michael McMaster
<michael@codesrc.com>
Sat, 15 Feb 2014 00:04:20 +0000
(10:04 +1000)
committer
Michael McMaster
<michael@codesrc.com>
Sat, 15 Feb 2014 00:04:20 +0000
(10:04 +1000)
software/SCSI2SD/SCSI2SD.cydsn/scsi.c
patch
|
blob
|
history
diff --git
a/software/SCSI2SD/SCSI2SD.cydsn/scsi.c
b/software/SCSI2SD/SCSI2SD.cydsn/scsi.c
index
59d9688
..
af9d1f7
100755
(executable)
--- a/
software/SCSI2SD/SCSI2SD.cydsn/scsi.c
+++ b/
software/SCSI2SD/SCSI2SD.cydsn/scsi.c
@@
-425,12
+425,6
@@
static void process_SelectionPhase()
break;
\r
}
\r
}
\r
- // Last chance for the ATN signal! The initiator should have set this
\r
- // previously, but we try and be a little tolerant. This is required
\r
- // for the LCIII to work. I assume ATN is being set before the
\r
- // initiator releases SEL.
\r
- scsiDev.atnFlag = SCSI_ReadPin(SCSI_ATN_INT);
\r
-
\r
\r
// Save our initiator now that we're no longer in a time-critical
\r
// section.
\r