ZuluSCSI / ZuluSCSI-firmware

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

Apple quirks overrides toolbox calls #432

Closed saybur closed 3 months ago

saybur commented 4 months ago

If both the toolbox and S2S_CFG_QUIRKS_APPLE are active the CD-ROM command handler gets 0xD8/D9 before the toolbox handler is called. Obviously some command conflict is unavoidable here but it looks like the intended behavior was to have the toolbox go first:

https://github.com/ZuluSCSI/ZuluSCSI-firmware/blob/8b541a8d61759c936f4516822db2489b402db8f4/lib/SCSI2SD/src/firmware/vendor.c#L202-L210