From 334adacbc1b26cd2fdfd6d8734b1066a862ef58b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 24 Apr 2026 12:31:23 -0600 Subject: [PATCH] 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 c922f3f56d1..e66fccf53e6 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.