1
0
mirror of https://github.com/simh/simh.git synced 2026-02-19 22:06:34 +00:00

SCSI: Add clean SCSI command debugging support

This commit is contained in:
Mark Pizzolato
2022-03-25 17:32:57 -07:00
parent 6cac5c9eae
commit a15c6407bd
2 changed files with 66 additions and 55 deletions

View File

@@ -65,7 +65,7 @@
#define SCSI_DBG_MSG 0x02000000 /* SCSI messages */
#define SCSI_DBG_BUS 0x04000000 /* bus activity */
#define SCSI_DBG_DSK 0x08000000 /* disk activity */
#define SCSI_DBG_TAP 0x10000000 /* disk activity */
#define SCSI_DBG_TAP 0x10000000 /* tape activity */
#define SCSI_V_NOAUTO ((DKUF_V_UF > MTUF_V_UF) ? DKUF_V_UF : MTUF_V_UF)/* noautosize */
#define SCSI_V_UF (SCSI_V_NOAUTO + 1)