Date: Fri, 17 Apr 2026 07:48:36 +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: cef2490a71ef - stable/13 - ciss.4: List all devices supported by ciss(4) Message-ID: <69e1e5d4.4577c.3c3a31cd@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/13 has been updated by michaelo: URL: https://cgit.FreeBSD.org/src/commit/?id=cef2490a71efeb0a1b6ed7a03ecf19f2cbc97428 commit cef2490a71efeb0a1b6ed7a03ecf19f2cbc97428 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:48:12 +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 | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ciss.4 b/share/man/man4/ciss.4 index 28d6556ecd85..ac88a6d2c042 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 January 26, 2012 +.Dd April 6, 2026 .Dt CISS 4 .Os .Sh NAME @@ -115,6 +115,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 @@ -123,6 +135,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 @@ -145,28 +163,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?69e1e5d4.4577c.3c3a31cd>
