diff options
| author | Warner Losh <imp@FreeBSD.org> | 2026-04-24 18:31:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-04-24 18:32:42 +0000 |
| commit | 334adacbc1b26cd2fdfd6d8734b1066a862ef58b (patch) | |
| tree | 938ae733617eb3118c0b5e699111d79c0ae985f2 /share | |
| parent | 3454d97aaec12f4a8c676c34182200471eecae24 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/scsi.4 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
