aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-11-16 19:12:17 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-11-16 19:12:17 +0000
commita3851eec6e10a0d70a54940a0da4ecc635872fec (patch)
tree294ed6786e60565e0ae3226a69ab2a20d1191333 /sys/conf/NOTES
parent6a51741fc785d21deaaf1b109f0a24c43b1c6d08 (diff)
downloadsrc-a3851eec6e10a0d70a54940a0da4ecc635872fec.tar.gz
src-a3851eec6e10a0d70a54940a0da4ecc635872fec.zip
Actually hook CAM_IO_STATS up to the build
It's still disabled by default, but now it can be enabled with config(5) and it will be build in LINT. Reviewed by: imp MFC after: 1 week Sponsored by: Axcient Differential Revision: https://reviews.freebsd.org/D22383
Notes
Notes: svn path=/head/; revision=354779
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 361bf252c600..f706fd664b8f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1353,6 +1353,7 @@ device ctl #CAM Target Layer
# CAM_DEBUG_TARGET Limit debugging to the given target.
# CAM_DEBUG_LUN Limit debugging to the given lun.
# CAM_DEBUG_DELAY Delay in us after printing each debug line.
+# CAM_IO_STATS Publish additional CAM device statics by sysctl
#
# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds
# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions
@@ -1374,6 +1375,7 @@ options SCSI_NO_SENSE_STRINGS
options SCSI_NO_OP_STRINGS
options SCSI_DELAY=5000 # Be pessimistic about Joe SCSI device
options CAM_IOSCHED_DYNAMIC
+options CAM_IO_STATS
options CAM_TEST_FAILURE
# Options for the CAM CDROM driver: