- 12 Dec, 2011 1 commit
-
-
Steve Revill authored
Attempted a non-existent export in the resources phase. Version 2.08. Tagged as 'SCSISwitch-2_08'
-
- 27 Nov, 2011 1 commit
-
-
Jeffrey Lee authored
Add missing timeout functionality. Avoid issuing INQUIRY commands with 5 bytes of response data. Rewrite makefile and tidy code a bit. Detail: Makefile - Rewritten to use makefile fragments !MkDebug,fd7 - Added script to build softloadable debug version c/svcprint - Removed obsolete file c/cmodule, c/scsi, h/module, h/scsiswitch - Fixed compiler warnings. Implemented missing timeout functionality for drivers which support background transfers. Use Portable_Idle within the foreground-as-background loop to avoid the CPU spinning in a loop so much. Avoid race conditions if a transfer completes at the same time as an escape/timeout event. c/scsi - SCSI_Initialise 2 (determine device) now issues a 36 byte inquiry instead of a 5 byte one. This avoids an issue where some dodgy SCSI devices don't respond properly (or at all) to 5-byte inquiries. Admin: Tested in softload on Iyonix Version 2.07. Tagged as 'SCSISwitch-2_07'
-
- 25 Oct, 2009 1 commit
-
-
Jeffrey Lee authored
Version 2.06. Not tagged
-
- 22 Sep, 2005 1 commit
-
-
John Ballance authored
Detail: R8 on SCSI_Op entry is the reservation key .. use of &fc000003 as a 'magic' key allows operations when the device is reserved by others. This permits e.g. SCSI Inquiry command to be issued to a hdd whilst scsifs owns it. Use with care obviously Admin: Castle added IP .. use with care Version 2.06. Tagged as 'SCSISwitch-2_06'
-
- 10 Aug, 2005 1 commit
-
-
John Ballance authored
Tidied up the 'test ready' code and inquiry code to cope with some rather more fussy USB mass storage devices Detail: Admin: in test at CTL Version 2.05. Tagged as 'SCSISwitch-2_05'
-
- 28 Apr, 2005 3 commits
-
-
John Ballance authored
Detail: wiser to have a tag.. checkout then gets correct makefile. Admin: Version 2.04. Tagged as 'SCSISwitch-2_04'
-
John Ballance authored
Detail: Admin: Version number not updated .. should get updated when more changes inserted Version 2.03. Not tagged
-
John Ballance authored
Detail: Represents work in progress .. works as is.. may still need further changes in the future Admin: Castle added IP .. tested at Castle Version 2.03. Tagged as 'SCSISwitch-2_03'
-
- 05 Mar, 2005 1 commit
-
-
John Ballance authored
Detail: Admin: for beta release. Tested at Castle. Castle added IP Version 2.02. Tagged as 'SCSISwitch-2_02'
-
- 06 Jun, 2003 1 commit
-
-
Kevin Bracey authored
* Ignore devices of type &7F. * Issue TEST UNIT READY before attempting READ CAPACITY. * Use driver's features entry to check background/scatter ability. Version 2.01. Tagged as 'SCSISwitch-2_01'
-
- 23 May, 2003 2 commits
-
-
Kevin Bracey authored
* New SCSIdriver replacement that acts as a dispatcher to multiple hardware drivers (eg SCSI cards, USB mass storage devices, ATAPI devices...). * Not totally complete, but functioning sufficiently for SCSIFS. * Requires a new C compiler (newer than one in CVS at time of check-in) due to a couple of compiler crashes - if it builds, you're compiler is new enough. Version 2.00. Tagged as 'SCSISwitch-2_00'
-
Kevin Bracey authored
-