]> localhost Git - SCSI2SD-V6.git/commitdiff
64K Data Corruption fix v6.2.14
authorMichael McMaster <michael@codesrc.com>
Wed, 1 Jan 2020 08:59:42 +0000 (18:59 +1000)
committerMichael McMaster <michael@codesrc.com>
Wed, 1 Jan 2020 08:59:42 +0000 (18:59 +1000)
CHANGELOG
rtl/fpga_bitmap.o
src/firmware/config.c

index 8328ca41083d455305f5d7abbc159e8198b84758..ef65698aad560ad38c993408f424fd35733ce558 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
-2020XXXX               XXXXX
+20200101               6.2.14
        - Fix for invalid CDROM READ TOC responses (Thanks Simon Gander)
+       - Fix for data corruption for hosts that transfer more than 64k per
+       write.
 
 20191208               6.2.9
        - Fix to prevent sending floppy geometry mode page when not configured as
index e877e44b206e1382f9752496cd099314343dc659..e423f33392b4c62d3c09cd4ee966950fe67cd5d9 100644 (file)
Binary files a/rtl/fpga_bitmap.o and b/rtl/fpga_bitmap.o differ
index ef09bc068249c29dd77b428dbdee9c0bc14047ee..f2e6d1e7ff6ba63e66bafdc7317ac660e838ea77 100755 (executable)
@@ -37,7 +37,7 @@
 \r
 #include <string.h>\r
 \r
-static const uint16_t FIRMWARE_VERSION = 0x062A;\r
+static const uint16_t FIRMWARE_VERSION = 0x062E;\r
 \r
 // Optional static config\r
 extern uint8_t* __fixed_config;\r