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:
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