2 - Fixed several performance issues. Transfer rates up to 2.5MB/s are now
4 - Implemented the READ BUFFER scsi command for performance testing purposes.
7 - Critical fix for writes when using non-standard block sizes.
8 - Fix to ensure SCSI phase bits are set atomically.
9 - Always return the requested number of bytes for a REQUEST SENSE command
10 This is required to support the Ensoniq ASR-10.
11 - Decreased (unused) heap and stack sizes to prepare for a memory
13 - Increased the maximum sector size to 8192 bytes.
16 - Fix to SCSI Reset handling to avoid lockups
17 - Bug fixes to improve standards compatibility
18 - Bug fix for Unit Attention Condition, which is now enabled by default.
19 scsi2sd-config can be used to disable it for those systems that
20 truely require it (eg. Mac Plus).
21 - Added Linked commands support.
22 - Added support for configurable sector sizes between 64 and 2048 bytes.
23 The sector size can be set via the MODE SELECT command using a SCSI
24 format utility, or via scsi2sd-config
25 - Powerbook firmware added
28 - Remove hacks around ATN handling, and implement proper select-with-atn
29 support. This fix is essential for communicating with some SCSI hosts.
30 All SCSI2SD users are urged to upgrade to this firmware version.
31 - More fixes to support Apple HD SC Setup (thanks to Doug Brown!)
32 - Fixes to support SCSI1 initiators
33 * Support non-arbitrating initiators.
34 * Support single-initiator option.
35 * Set CCS response format flag in INQUIRY response.
38 - Fixes for better SCSI reset handling
39 - Fix for reading the last sector of the SD card.
40 - Performance improvements. 2.5x read, 2x write performance.
44 - Fixes to support formatting with Apple HD SC Setup. This is very slow,
45 Apple Drive Setup is preferred
46 - Reliability improvement for rejecting unknown SCSI messages.
47 - Reliability improvements for SD card initialisation and reading.
51 - Initial public release.