2 - Clean up version number mishap (4.2.3 reported as 4.2.2)
3 - Reduce size of mode pages for SCSI1 hosts
4 - Stability improvements whan handling resets during SCSI reads.
7 - Bugfix for failed flash checksums after configing configuration
10 - Improved compatibility with older SCSI1 hosts.
13 - Fix MODE SENSE bug when the allocation length is less than the
15 - Add WRITE BUFFER and WRITE AND VERIFY support.
16 - Fix rare case of very slow performance
19 - Rewrite of the SD card interface to fix compatibility problems.
20 This fixes write issues with Samsung SD cards.
21 - Workaround for SCSI hosts that set 250ms timeouts. Some NCR53C80/53C9X
22 drivers (openbsd, netbsd, and others) set a byte-to-byte timeout which
23 can be exceeded by SD card latency.
24 - Upgrade to PSoC Creator 3.1 and gcc 4.8.4.
25 - Integrated scsi2sd-debug functionality with scsi2sd-util.
28 - Fix handling requests for LUNs other than 0 from SCSI-2 hosts.
29 - Handle glitches of the scsi signals to improve stability and operate with
30 multiple devices on the SCSI bus.
31 - Re-add parity checking. This can be disabled using scsi2sd-config if
33 - Added disconnect/reconnect support during SD card writes.
34 - Preliminary CDROM device support (incomplete)
35 - New configuration method. Data is now stored in flash to allow room for
36 custom VPD tables. The old eeprom configuration is ignored.
37 - Support for up to 4 SCSI targets.
38 - scsi2sd-config and bootloader hosts utilities are replaced by the
40 - Fix for SD cards with Samsung controllers which expect a "stop" bit
41 in each SD command over SPI.
42 - Hot-swap support. The SD card can be removed whenever it's not in use
43 (ie. the LED must be OFF when the SD card is removed)
46 - Fix blank SCSI ID in scsi2sd-config output.
49 - Allow building utilities on older Linux distros
50 - Resolve missing DLL issues for the Windows utilities
51 - Fix scsi2sd-config crash on Mac.
54 - Fixed several performance issues. Transfer rates up to 2.5MB/s are now
56 - Implemented the READ BUFFER scsi command for performance testing purposes.
57 - Added support for the new "yellow" v4.2 revision boards.
58 - Improved firmware uploading. bootloaderhost can now reset the board back
60 - Display firmware version in scsi2sd-config
61 - Add "--reset" parameter to scsi2sd-config
64 - Critical fix for writes when using non-standard block sizes.
65 - Fix to ensure SCSI phase bits are set atomically.
66 - Always return the requested number of bytes for a REQUEST SENSE command
67 This is required to support the Ensoniq ASR-10.
68 - Decreased (unused) heap and stack sizes to prepare for a memory
70 - Increased the maximum sector size to 8192 bytes.
73 - Fix to SCSI Reset handling to avoid lockups
74 - Bug fixes to improve standards compatibility
75 - Bug fix for Unit Attention Condition, which is now enabled by default.
76 scsi2sd-config can be used to disable it for those systems that
77 truely require it (eg. Mac Plus).
78 - Added Linked commands support.
79 - Added support for configurable sector sizes between 64 and 2048 bytes.
80 The sector size can be set via the MODE SELECT command using a SCSI
81 format utility, or via scsi2sd-config
82 - Powerbook firmware added
85 - Remove hacks around ATN handling, and implement proper select-with-atn
86 support. This fix is essential for communicating with some SCSI hosts.
87 All SCSI2SD users are urged to upgrade to this firmware version.
88 - More fixes to support Apple HD SC Setup (thanks to Doug Brown!)
89 - Fixes to support SCSI1 initiators
90 * Support non-arbitrating initiators.
91 * Support single-initiator option.
92 * Set CCS response format flag in INQUIRY response.
95 - Fixes for better SCSI reset handling
96 - Fix for reading the last sector of the SD card.
97 - Performance improvements. 2.5x read, 2x write performance.
101 - Fixes to support formatting with Apple HD SC Setup. This is very slow,
102 Apple Drive Setup is preferred
103 - Reliability improvement for rejecting unknown SCSI messages.
104 - Reliability improvements for SD card initialisation and reading.
108 - Initial public release.