Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2026 18:38:16 +0000
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 334adacbc1b2 - main - cam: Document kern.cam.max_high_power.
Message-ID:  <69ebb898.2281b.762a4ed5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ebb898.2281b.762a4ed5>