aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
diff options
context:
space:
mode:
authorFelix Johnson <felix.the.red@gmail.com>2021-10-20 04:32:54 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-10-20 04:32:54 +0000
commitd4cf7dc0df289ad0e16b5b40b076311c71e663dc (patch)
tree77d5a80fc3849877390a7639e3831a8c81c5b0b0 /sbin/camcontrol
parent262717e270c3e8a28fa2937db750ba946be8c836 (diff)
downloadsrc-d4cf7dc0df289ad0e16b5b40b076311c71e663dc.tar.gz
src-d4cf7dc0df289ad0e16b5b40b076311c71e663dc.zip
camcontrol(8): Clean up references to removed symbols
Patch the manpage to remove references to devq_openings and devq_queued. Document the allocated tag that has been added in the same commit. The relevant code change was committed as r271588 (959ec2581b23aefebb3bae26c527c1b25834a9e3) by mav@. PR: 223651 MFH after: 3 days Reported by: Bertrand Petit <bsdpr@phoe.frmug.org>
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r--sbin/camcontrol/camcontrol.816
1 files changed, 3 insertions, 13 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index 7790d047a255..6f1d00269633 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 6, 2019
+.Dd October 20, 2021
.Dt CAMCONTROL 8
.Os
.Sh NAME
@@ -1092,18 +1092,8 @@ to print out the tagged queueing related fields of the XPT_GDEV_TYPE CCB:
This is the amount of capacity for transactions queued to a given device.
.It dev_active
This is the number of transactions currently queued to a device.
-.It devq_openings
-This is the kernel queue space for transactions.
-This count usually mirrors
-dev_openings except during error recovery operations when
-the device queue is frozen (device is not allowed to receive
-commands), the number of dev_openings is reduced, or transaction
-replay is occurring.
-.It devq_queued
-This is the number of transactions waiting in the kernel queue for capacity
-on the device.
-This number is usually zero unless error recovery is in
-progress.
+.It allocated
+This is the number of CCBs allocated for the device.
.It held
The held count is the number of CCBs held by peripheral drivers that have
either just been completed or are about to be released to the transport