git: 334adacbc1b2 - main - cam: Document kern.cam.max_high_power.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Apr 2026 18:38:16 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=334adacbc1b26cd2fdfd6d8734b1066a862ef58b
commit 334adacbc1b26cd2fdfd6d8734b1066a862ef58b
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2026-04-24 18:31:23 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-04-24 18:32:42 +0000
cam: Document kern.cam.max_high_power.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D56463
---
share/man/man4/scsi.4 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4
index c922f3f56d15..e66fccf53e64 100644
--- a/share/man/man4/scsi.4
+++ b/share/man/man4/scsi.4
@@ -94,6 +94,10 @@ and earlier set this to 60s.
Timeout, in ms, for the initial REPORTLUNS command we send to the devices
during their initial probing.
Defaults to 50s.
+.It Va kern.cam.max_high_power
+The maximum number high power commands, like START UNIT, to issue at the same
+time.
+Defaults to 4.
.It Va kern.cam.modesense_timeout
Timeout, in ms, for the initial MODESENSE command we send to the devices
during their initial probing.