Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108159251
D22383.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D22383.diff
View Options
Index: head/sys/conf/NOTES
===================================================================
--- head/sys/conf/NOTES
+++ head/sys/conf/NOTES
@@ -1353,6 +1353,7 @@
# 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_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:
Index: head/sys/conf/options
===================================================================
--- head/sys/conf/options
+++ head/sys/conf/options
@@ -349,6 +349,7 @@
CAM_DEBUG_FLAGS opt_cam.h
CAM_BOOT_DELAY opt_cam.h
CAM_IOSCHED_DYNAMIC opt_cam.h
+CAM_IO_STATS opt_cam.h
CAM_TEST_FAILURE opt_cam.h
SCSI_DELAY opt_scsi.h
SCSI_NO_SENSE_STRINGS opt_scsi.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 12:42 AM (19 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16043941
Default Alt Text
D22383.diff (1 KB)
Attached To
Mode
D22383: Actually hook CAM_IO_STATS up to the build
Attached
Detach File
Event Timeline
Log In to Comment