summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/camcontrol.8
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2002-12-17 06:05:21 +0000
committernjl <njl@FreeBSD.org>2002-12-17 06:05:21 +0000
commit66134cacfa0f0b08a299886e514cacff3c0f0be4 (patch)
treeec703576fafca767bf3d4274934002fb2617243b /sbin/camcontrol/camcontrol.8
parentb41b7d707e21873276d7eefc231ecee1f5767c58 (diff)
downloadFreeBSD-src-66134cacfa0f0b08a299886e514cacff3c0f0be4.zip
FreeBSD-src-66134cacfa0f0b08a299886e514cacff3c0f0be4.tar.gz
Add PERIPH and XPT debug options to camcontrol. This makes all CAM debug
options tunable from userland. Approved by: ken MFC after: 3 days
Diffstat (limited to 'sbin/camcontrol/camcontrol.8')
-rw-r--r--sbin/camcontrol/camcontrol.86
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index c732db5..84c3bf9 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -107,8 +107,10 @@
.Nm
.Ic debug
.Op Fl I
+.Op Fl P
.Op Fl T
.Op Fl S
+.Op Fl X
.Op Fl c
.Aq all|off|bus Ns Op :target Ns Op :lun
.Nm
@@ -406,10 +408,14 @@ function takes a number of arguments:
.Bl -tag -width 18n
.It Fl I
Enable CAM_DEBUG_INFO printfs.
+.It Fl P
+Enable CAM_DEBUG_PERIPH printfs.
.It Fl T
Enable CAM_DEBUG_TRACE printfs.
.It Fl S
Enable CAM_DEBUG_SUBTRACE printfs.
+.It Fl X
+Enable CAM_DEBUG_XPT printfs.
.It Fl c
Enable CAM_DEBUG_CDB printfs. This will cause the kernel to print out the
SCSI CDBs sent to the specified device(s).
OpenPOWER on IntegriCloud