1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 12:07:16 +00:00

SCSI: Add tape activity specific debug option

This commit is contained in:
Mark Pizzolato
2021-09-06 10:28:04 -07:00
parent 82f9f5b966
commit 746e4b9e59
4 changed files with 4 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ DEBTAB rz_debug[] = {
{ "SMSG", SCSI_DBG_MSG, "SCSI messages" },
{ "SBUS", SCSI_DBG_BUS, "SCSI bus activity" },
{ "SDSK", SCSI_DBG_DSK, "SCSI disk activity" },
{ "STAP", SCSI_DBG_TAP, "SCSI tape activity" },
{ 0 }
};

View File

@@ -106,6 +106,7 @@ DEBTAB rz_debug[] = {
{ "SMSG", SCSI_DBG_MSG, "SCSI messages" },
{ "SBUS", SCSI_DBG_BUS, "SCSI bus activity" },
{ "SDSK", SCSI_DBG_DSK, "SCSI disk activity" },
{ "STAP", SCSI_DBG_TAP, "SCSI tape activity" },
{ 0 }
};