From: Michael McMaster Date: Wed, 1 Jan 2020 08:59:42 +0000 (+1000) Subject: 64K Data Corruption fix X-Git-Tag: v6.2.14 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=89e922b1127e6e4fa24ef64075b5e906aee2eea7;p=SCSI2SD-V6.git 64K Data Corruption fix --- diff --git a/CHANGELOG b/CHANGELOG index 8328ca41..ef65698a 100644 --- 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 diff --git a/rtl/fpga_bitmap.o b/rtl/fpga_bitmap.o index e877e44b..e423f333 100644 Binary files a/rtl/fpga_bitmap.o and b/rtl/fpga_bitmap.o differ diff --git a/src/firmware/config.c b/src/firmware/config.c index ef09bc06..f2e6d1e7 100755 --- a/src/firmware/config.c +++ b/src/firmware/config.c @@ -37,7 +37,7 @@ #include -static const uint16_t FIRMWARE_VERSION = 0x062A; +static const uint16_t FIRMWARE_VERSION = 0x062E; // Optional static config extern uint8_t* __fixed_config;