ZuluSCSI / ZuluSCSI-firmware

Firmware for the ZuluSCSI advanced SCSI emulator
https://zuluscsi.com
Other
184 stars 20 forks source link

Implement the SCSI side of a SCSI control and data transfer mechanism #406

Closed morio closed 7 months ago

morio commented 7 months ago

Code was taken from BlueSCSI's https://github.com/BlueSCSI/BlueSCSI-v2/pull/79 and modified for use in ZuluSCSI.

Changes include the vendor page so the BluSCSI toolbox transfer application will not work with this build.

Also changed which files are exclude from the toolbox's CD changer. Now subdirectories, common compressed file and document extensions are excluded from the list.

Moved scsiToolboxCBDLen code from Toolbox.cpp into vendor.c so CDB vendor command lengths have visibility in the same file.