Date: Fri, 17 Apr 2026 07:44:33 +0000 From: Michael Osipov <michaelo@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 131a3e980004 - stable/14 - ciss.4: List all devices supported by ciss(4) Message-ID: <69e1e4e1.45778.86f7fa4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by michaelo: URL: https://cgit.FreeBSD.org/src/commit/?id=131a3e980004152a7c9748abe2235bbb7e07901b commit 131a3e980004152a7c9748abe2235bbb7e07901b Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2026-04-06 18:21:48 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2026-04-17 07:44:18 +0000 ciss.4: List all devices supported by ciss(4) PR: 285744 Reviewed by: ziaee MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D56285 (cherry picked from commit 54f5d20492d231b5c2ddc6f1d94dbffa1707d820) --- share/man/man4/ciss.4 | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ciss.4 b/share/man/man4/ciss.4 index d731aaddad38..cf59836c47dd 100644 --- a/share/man/man4/ciss.4 +++ b/share/man/man4/ciss.4 @@ -1,7 +1,7 @@ .\" Written by Tom Rhodes .\" This file is in the public domain. .\" -.Dd November 6, 2025 +.Dd April 6, 2026 .Dt CISS 4 .Os .Sh NAME @@ -116,6 +116,18 @@ HP Smart Array E200 .It HP Smart Array E200i .It +HP Smart Array E500 +.It +HP Smart Array H240 +.It +HP Smart Array H240ar +.It +HP Smart Array H240nr +.It +HP Smart Array H241 +.It +HP Smart Array H244br +.It HP Smart Array P212 .It HP Smart Array P220i @@ -124,6 +136,12 @@ HP Smart Array P222 .It HP Smart Array P230i .It +HP Smart Array P240nr +.It +HP Smart Array P244br +.It +HP Smart Array P246br +.It HP Smart Array P400 .It HP Smart Array P400i @@ -146,30 +164,56 @@ HP Smart Array P430i .It HP Smart Array P431 .It +HP Smart Array P440 +.It HP Smart Array P440ar .It +HP Smart Array P441 +.It HP Smart Array P530 .It HP Smart Array P531 .It +HP Smart Array P542d +.It HP Smart Array P600 .It +HP Smart Array P700m +.It +HP Smart Array P712m +.It HP Smart Array P721m .It HP Smart Array P731m .It +HP Smart Array P741m +.It HP Smart Array P800 .It HP Smart Array P812 .It +HP Smart Array P822 +.It HP Smart Array P830 .It HP Smart Array P830i .It +HP Smart Array P840 +.It +HP Smart Array P840ar +.It +HP Smart Array P841 +.It HP Modular Smart Array 20 (MSA20) .It HP Modular Smart Array 500 (MSA500) .El +.Pp +Additionally, several HP Smart Array controllers are supported by PCI +subdevice ID only, as no model name is available for them: +0x3220, 0x3222, 0x3230, 0x3231, 0x3232, 0x3233, 0x3236, 0x3238, +0x3239, 0x323A, 0x323B, 0x323C, and 0x324B +(all with PCI subvendor 0x103C). .Sh SEE ALSO .Xr cam 4 , .Xr pass 4 ,home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e1e4e1.45778.86f7fa4>
