CHANGELOG 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 2022xxxx 6.4.14
  2. - Fix firmware version displaying as "0.0" in scsi2sd-util when there is no
  3. SD card inserted.
  4. 20220121 6.4.13
  5. - Fix SCSI writes with sector sizes larger than 512.
  6. - Fix 2Gb SD cards being detected as 1Gb
  7. - Fix for CD emulation stopping the drive when receiving a load/eject
  8. request
  9. 20210810 6.4.12
  10. - Fix USB disconnect issue when no SD card is installed.
  11. 20210628 6.4.11
  12. - Remove the "Blind Writes" option from scsi2sd-util. The firmware no longer
  13. requires this option for improved write performance
  14. - Fix firmware hang if there was no activity for a few minutes
  15. 20210508 6.4.4
  16. - More bug fixes for firmware hanging during read/writes
  17. 20210504 6.4.3
  18. - More bug fixes while writing data.
  19. 20210503 6.4.2
  20. - Bug fix for errors while writing data
  21. - Fix for scsi2sd-util6 under Windows which may fail to detect a board without a SD card inserted.
  22. 20210426 6.4.1
  23. - 2021 hardware support release.
  24. - scsi2sd-util6 stability improvements (contributed by Jonathan Wakely.
  25. 20201012 6.3.2
  26. - Increase limit of READ/WRITE BUFFER command for improved compatibility
  27. SGI Iris hosts
  28. - Add new config option to enable blind writes to improve SD card write
  29. performance. This was previously enabled default but causes problems
  30. with some SCSI hosts.
  31. 20200419 6.3.1
  32. - Added checks to ensure the correct firmware version is loaded.
  33. V6 Rev.f and older boards need the "firmware.V6.revF.dfu" firmware updates.
  34. V6 2020c and newer boards need the "firmware.V6.2020.dfu" firmware updates.
  35. 20200216 6.3.0
  36. - Breaking change: Firmware updates on windows now require the UsbDK
  37. driver to be installed.
  38. - Fix regression preventing some machines from booting
  39. - Update libusb to 1.0.23 for dfu-util
  40. - Modify dfu-util to use the UsbDk driver via libusb.
  41. 20200130 6.2.15
  42. - Fix issue writing more than 512kb of data in one write command
  43. (bug introduced 6.2.7)
  44. - Fix possible data corruption bug when reading or writing more than
  45. 64kb per command (fixed in most cases by 6.2.14)
  46. 20200101 6.2.14
  47. - Fix for invalid CDROM READ TOC responses (Thanks Simon Gander)
  48. - Fix for data corruption for hosts that transfer more than 64k per
  49. write.
  50. 20191208 6.2.9
  51. - Fix to prevent sending floppy geometry mode page when not configured as
  52. a floppy (Thanks Landon Rodgers)
  53. - Fix for VMS 5.5-2 Inquiry allocation lengths. Requires setting "vms" quirk
  54. mode in the XML config (Thanks Landon Rodgers)
  55. 20191030 6.2.8
  56. - Fix incorrect results from the self-test function.
  57. 20191009 6.2.7
  58. - Slight improvements to data throughput, which may assist SCSI hosts with
  59. short timeouts.
  60. 20190529 6.2.5
  61. - Add scsi mode page 0 support
  62. - Fix SD card hotswap bug when the SCSI host is constantly polling
  63. 20190502 6.2.4 (Beta)
  64. - Port XEBEC support from v5 firmware
  65. - Add Flexible Disk Drive Geometry SCSI MODE page
  66. - Stability improvements
  67. - Fix regression from 6.1.3 firmware for Kurzweil K2000
  68. 20181011 6.2.1
  69. - Fix bug in USB disk interface with disks over 4GB
  70. 20180926 6.2.0
  71. - Fix bug with non-512 byte sectors.
  72. - Fix bug when writing with multiple SCSI devices on the chain
  73. - Performance improvements to write speeds.
  74. 20180430 6.1.4
  75. - Fix bug in self-test function
  76. 20180131 6.1.3
  77. - Fix bug that caused stability issues with 10MB/s transfers.
  78. 20171128 6.1.2
  79. - Fix synchronous negotiation bugs
  80. 20170520 6.1.1
  81. - Performance improvements to improve throughput at all scsi speeds
  82. - Add new "turbo" speed option to boost speeds.
  83. - May not be reliable, and use is not supported.
  84. - Async timings trimmed
  85. - Sync speeds boosted to theoretical 15.625MB/s, with 12.0MB/s measured
  86. read througput.
  87. - SD card put in "high speed" mode.
  88. - USB for configuration/firmware updates is disabled in turbo mode when
  89. processing SCSI commands. A power cycle may be required to connect
  90. via USB to reset the 48MHz clock back to 48MHz.
  91. - Fix scsi2sd-util6 size and sector-size inputs
  92. - Fix crash when configured scsi disk starting sector is less than
  93. SD card size
  94. 20170329 6.1.0
  95. - Enable synchronous transfers on SCSI1 hosts
  96. - Support 4MB/s sync transfers for Amiga A590 (WD33C93)
  97. - Merge v4.7 release changes, excluding custom mode/inquiry pages
  98. - various bug fixes
  99. 20161006 6.0.13
  100. - Fixed SCSI timing issue
  101. - Added glitch filter on SCSI signals.
  102. - Re-implemented SCSI parity checking.
  103. 20160912 6.0.10
  104. - Fixed write issue with UHS-I Speed Class 3 SD cards.
  105. - More stability bug fixes
  106. 20160827 6.0.8
  107. - Fixed "protocol error" issues when saving configuration to SD cards.
  108. - Synchronous transfers supported ! 5MB/s and 10MB/s supported.
  109. - Fix for accessing data via USB with more than 2 devices configured.
  110. 20160815 6.0.6
  111. - Fix performance bugs
  112. 20160814 6.05
  113. - More SCSI bug fixes (some timing issues resolved in the FPGA image)
  114. - Firmware update support using scsi2sd-util6.
  115. 20160716 6.03 (BETA3)
  116. - SCSI bug fixes.
  117. 20160616 6.01
  118. - Improved SD card compatibility
  119. - Fixed SCSI interfaces on slower SCSI controllers
  120. - Significant performance improvements
  121. - Added SD card hotswap support.
  122. 20160528 6.0
  123. - First BETA firmware for the 6.0 hardware version of the SCSI2SD.