Michael McMaster
125d1d9e82
Add SPI NOR Flash as a backend storage device
2021-01-31 19:07:25 +10:00
Michael McMaster
c59a94a16b
Add second SPI master for 5.2 board
2020-12-14 21:44:09 +10:00
Michael McMaster
5567b3540f
Add V5.2 board support to scsi2sd-util
2020-10-12 13:06:02 +10:00
Michael McMaster
b5e1d49d6e
Fix USB ID to identify V5.2 boards
2020-10-12 11:09:06 +10:00
Michael McMaster
bd4f060711
Add initial V5.2 board support
2020-10-10 10:30:13 +10:00
Michael McMaster
18a627221d
Fix invalid CDROM READ TOC responses (thanks Simon Gander)
2019-12-19 18:58:40 +10:00
Michael McMaster
1d57ede2e7
Fix compile issue
2019-12-09 20:40:09 +10:00
Michael McMaster
18a9d59ec2
Update release version
2019-12-08 21:16:11 +10:00
Michael McMaster
4cd3aed782
Fix for VMS 5.5-2 for incorrect Inquiry command allocation lengths
2019-12-02 19:43:05 +10:00
Michael McMaster
3a4712b524
Fix for VMS 5.5-2: Only send mode page 5 if configured as floppy.
...
Author: Landon Rodgers
2019-12-02 19:37:14 +10:00
Michael McMaster
54ac6377ce
Add READ DEFECT DATA command emulation
2019-12-02 19:25:08 +10:00
Michael McMaster
52828268ae
Prepare for release
2019-06-10 19:52:37 +10:00
Michael McMaster
38597c1f25
Fix SD card hotswap bug when the SCSI host is constantly polling
2019-05-27 20:02:08 +10:00
Michael McMaster
561f2903e9
Update IDE files
2019-05-22 20:06:49 +10:00
Michael McMaster
baf133df4e
Add scsi mode page 0 support
2019-05-22 20:01:44 +10:00
Michael McMaster
076117156e
Fix regression for EMU EMAX
2019-05-22 19:56:46 +10:00
Michael McMaster
3b4a7605c5
Add better floppy MODE page support
2019-03-02 15:37:17 +10:00
Michael McMaster
bc8faaea31
Add 10ms delay to seek command
2019-03-02 15:12:29 +10:00
Michael McMaster
efca14f6b5
Improve XEBEC controller support
2019-03-02 15:08:12 +10:00
Michael McMaster
13aa4b823c
Cleanup
2018-10-31 23:09:53 +10:00
Michael McMaster
6dadff2d3b
Adding support for DB25 External board V5.5
2018-10-31 23:04:45 +10:00
Michael McMaster
b768408276
Cleanup
2018-10-10 05:36:12 +10:00
Michael McMaster
078a9cad06
Prepare for release
2018-09-26 20:41:53 +10:00
Michael McMaster
381a4f7d67
Fix for multiple devices on the scsi bus.
2018-09-19 22:10:24 +10:00
Michael McMaster
0af7e36966
Minor config fixes for 5.1 support.
2018-04-16 20:35:36 +10:00
Michael McMaster
258da24a7a
Added V5.1 support, XEBEC support, and fixed some bugs.
2018-04-15 22:10:01 +10:00
Michael McMaster
0b49f5de9c
Fix Unit Serial Number inquiry page to return configured value.
2018-01-23 20:20:55 +10:00
Michael McMaster
50538385af
Update to PSoC Creator 4.0
2017-05-01 09:07:22 +10:00
Michael McMaster
1bff0effdb
Update changelog
2017-04-29 15:39:37 +10:00
Michael McMaster
63ef5824b1
Fix crash when SD card is smaller than starting sector of scsi disk
2017-04-29 14:39:33 +10:00
Michael McMaster
124ccf1d64
Fix input of size fieds and CDROM sector length in scsi2sd-util
2017-04-24 21:21:43 +10:00
Michael McMaster
6e10264827
Adding vendor specific (OMTI) commands
2017-03-12 14:16:00 +10:00
Michael McMaster
c75fbc8e6e
V4.7 release fixes
2017-03-12 14:15:05 +10:00
Michael McMaster
ecdf21796a
More custom mode page fixes - fall-through to standard pages if not found
2016-08-01 19:33:03 +10:00
Michael McMaster
8dc9a838f5
Allow custom VPD pages
2016-01-19 20:27:31 +10:00
Michael McMaster
760222798c
Support custom mode pages
2016-01-13 21:22:16 +10:00
Michael McMaster
2be1bfb906
v4.6 release
2016-01-11 21:14:05 +10:00
Michael McMaster
ff3ca448a5
Lots of bug fixes.
...
- Reset fix
- Overrun fifo on fast scsi host fix
- Startup time improvement
- Allows overwriting the bootloader
- Adds "sticky" sel option
- Adds map luns to id option
2016-01-07 22:15:45 +10:00
Michael McMaster
5418ee6229
Fix for using scsi2sd-util on Windows 10.
2015-12-07 19:59:25 +10:00
Norman Schleicher
0b44126260
Fixed linking erro on Ubuntu 15.10
...
Signed-off-by: Michael McMaster <michael@codesrc.com>
2015-11-14 09:32:26 +10:00
Michael McMaster
e13a6e2678
Final tweaks for v4.5
2015-11-05 21:43:36 +10:00
Michael McMaster
0b558479a6
Compile fixes
2015-11-01 20:30:53 +10:00
Michael McMaster
56f1d31703
Bug fixes galore! Added lots more settings, and moved them into another config tab
...
- wxWidgets upgrade to 3.02
- PSoC Creator upgrade to 3.3
2015-10-30 13:43:44 +10:00
Laurent Vivier
0c1e0071de
CDROM: allow to boot from MacOS 7.6 CDROM
...
Reading one sector from the CDROM is always reading several (4)
from the SD card, so always set multBlock to one in this case.
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-09-25 00:45:58 +02:00
Michael McMaster
ceb8d24303
Add DB25 adapter hardware design, plus other minor fixes
2015-09-23 20:23:45 +10:00
Laurent Vivier
6d5c68d676
SCSI2SD: correctly manage media type
...
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-09-22 23:39:49 +02:00
Laurent Vivier
ec0058772c
Move log dump to a function
...
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-09-22 10:52:33 +02:00
Laurent Vivier
dcb5ee0056
Add a .spec to create scsi2sd-util RPM
...
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-09-20 01:43:17 +02:00
Laurent Vivier
748d52b1c8
Add dist and install targets
...
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-09-20 01:43:16 +02:00
Laurent Vivier
9ac16657e5
Add USE_SYSTEM makefile variable to use system libraries
...
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-09-20 01:42:48 +02:00