ZuluSCSI / ZuluSCSI-firmware

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

Add debug message suppression by SCSI ID #431

Closed morio closed 3 months ago

morio commented 3 months ago

Loosely based on commit: https://github.com/BlueSCSI/BlueSCSI-v2/commit/27906736962ffbb52da9b5aa8473fefa86a5b231

Setting the DebugLogMask SCSI ID bit mask filters debug messages that are emitted when devices in the mask are selected. It does not filter out debug messages emitted outside of a device selection. The BUS_BUSY and BUS_FREE messages are still logged, which can make the log noisy.

To remove BUS_BUSY and BUS_FREE messages a DebugIgnoreBusyFree flag can be set in the zuluscsi.ini file.

This commit also removes the WiFi outbound cache to free up SRAM so this code can run on a DaynaPORT build.