2 - Fix bug in SCSI MODE SENSE that returned the wrong mode type
3 - Fixes CDROM emulation
4 - Added selection delay parameter. This should be set to 1ms for older
5 SCSI1 hardware, or 0ms for SCSI2 and Mac Plus.
6 - Upgraded to wxWidgets 3.0.2
7 - Fixed stability/performance issue for sector sizes above 512
8 - Fixed bug that prevented the dvice working after "ejecting" a drive
9 - Upgraded to Cypress PSoC Creator 3.3
10 - Added experimental caching option. This provides a 2x speed up for
11 sequential single-sector writes. It is disabled by default.
12 - Disabled SCSI Disconnect support by default. There's now an option
13 in scsi2sd-util to enable it. It should be left off unless you have
14 a very good reason to enable it.
17 - Added configuration option to allow SCSI2 mode. This option is OFF by
18 default, and should only be enabled when using the SCSI2SD with a SCSI2 host
19 controller. Extra timing delays are added in the default SCSI1/SASI mode to
20 work with slow hardware.
21 - Modified hot-swap card detection to work with longer (60cm) microSD to SD
23 - Fixed off-by-one error in scsi2sd-util "Auto" sector start feature.
24 - Fixed crashes and stalls of scsi2sd-util after saving/loading options
26 - Fixed synchronous transfer request negotiation.
27 SCSI2SD now negotiates back to async transfers instead of simply
28 rejecting the message.
29 - Fixed INQUIRY response to commands lacking an allocation length.
30 - Firmware development updated to PSoC Creator 3.2 (from 3.1)
33 - Added configurable disk geometry.
34 - Added configuration import/export function to scsi2sd-util
35 - scsi2sd-util stability fixes
36 - Fixes to support EMU EMAX1 & 2
39 - Clean up version number mishap (4.2.3 reported as 4.2.2)
40 - Reduce size of mode pages for SCSI1 hosts
41 - Stability improvements whan handling resets during SCSI reads.
44 - Bugfix for failed flash checksums after configing configuration
47 - Improved compatibility with older SCSI1 hosts.
50 - Fix MODE SENSE bug when the allocation length is less than the
52 - Add WRITE BUFFER and WRITE AND VERIFY support.
53 - Fix rare case of very slow performance
56 - Rewrite of the SD card interface to fix compatibility problems.
57 This fixes write issues with Samsung SD cards.
58 - Workaround for SCSI hosts that set 250ms timeouts. Some NCR53C80/53C9X
59 drivers (openbsd, netbsd, and others) set a byte-to-byte timeout which
60 can be exceeded by SD card latency.
61 - Upgrade to PSoC Creator 3.1 and gcc 4.8.4.
62 - Integrated scsi2sd-debug functionality with scsi2sd-util.
65 - Fix handling requests for LUNs other than 0 from SCSI-2 hosts.
66 - Handle glitches of the scsi signals to improve stability and operate with
67 multiple devices on the SCSI bus.
68 - Re-add parity checking. This can be disabled using scsi2sd-config if
70 - Added disconnect/reconnect support during SD card writes.
71 - Preliminary CDROM device support (incomplete)
72 - New configuration method. Data is now stored in flash to allow room for
73 custom VPD tables. The old eeprom configuration is ignored.
74 - Support for up to 4 SCSI targets.
75 - scsi2sd-config and bootloader hosts utilities are replaced by the
77 - Fix for SD cards with Samsung controllers which expect a "stop" bit
78 in each SD command over SPI.
79 - Hot-swap support. The SD card can be removed whenever it's not in use
80 (ie. the LED must be OFF when the SD card is removed)
83 - Fix blank SCSI ID in scsi2sd-config output.
86 - Allow building utilities on older Linux distros
87 - Resolve missing DLL issues for the Windows utilities
88 - Fix scsi2sd-config crash on Mac.
91 - Fixed several performance issues. Transfer rates up to 2.5MB/s are now
93 - Implemented the READ BUFFER scsi command for performance testing purposes.
94 - Added support for the new "yellow" v4.2 revision boards.
95 - Improved firmware uploading. bootloaderhost can now reset the board back
97 - Display firmware version in scsi2sd-config
98 - Add "--reset" parameter to scsi2sd-config
101 - Critical fix for writes when using non-standard block sizes.
102 - Fix to ensure SCSI phase bits are set atomically.
103 - Always return the requested number of bytes for a REQUEST SENSE command
104 This is required to support the Ensoniq ASR-10.
105 - Decreased (unused) heap and stack sizes to prepare for a memory
107 - Increased the maximum sector size to 8192 bytes.
110 - Fix to SCSI Reset handling to avoid lockups
111 - Bug fixes to improve standards compatibility
112 - Bug fix for Unit Attention Condition, which is now enabled by default.
113 scsi2sd-config can be used to disable it for those systems that
114 truely require it (eg. Mac Plus).
115 - Added Linked commands support.
116 - Added support for configurable sector sizes between 64 and 2048 bytes.
117 The sector size can be set via the MODE SELECT command using a SCSI
118 format utility, or via scsi2sd-config
119 - Powerbook firmware added
122 - Remove hacks around ATN handling, and implement proper select-with-atn
123 support. This fix is essential for communicating with some SCSI hosts.
124 All SCSI2SD users are urged to upgrade to this firmware version.
125 - More fixes to support Apple HD SC Setup (thanks to Doug Brown!)
126 - Fixes to support SCSI1 initiators
127 * Support non-arbitrating initiators.
128 * Support single-initiator option.
129 * Set CCS response format flag in INQUIRY response.
132 - Fixes for better SCSI reset handling
133 - Fix for reading the last sector of the SD card.
134 - Performance improvements. 2.5x read, 2x write performance.
138 - Fixes to support formatting with Apple HD SC Setup. This is very slow,
139 Apple Drive Setup is preferred
140 - Reliability improvement for rejecting unknown SCSI messages.
141 - Reliability improvements for SD card initialisation and reading.
145 - Initial public release.