Date: Fri, 4 Jul 2025 18:23:07 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: cf647f23c4b7 - stable/14 - mlx.4: Improve specificity for apropos + hw notes Message-ID: <202507041823.564IN7Xm069719@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=cf647f23c4b774e81144ebe2a4df958bc74580d7 commit cf647f23c4b774e81144ebe2a4df958bc74580d7 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-06-02 20:31:14 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-07-04 18:20:30 +0000 mlx.4: Improve specificity for apropos + hw notes + There are decades of SCSIs, these are Ultra-SCSI + Remove generalizations from the end of HARDWARE + Tag SPDX MFC after: 3 days Reviewed by: mhorne Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D50545 (cherry picked from commit e3307d05311e8c042e7e7ea2157fc51f50297369) --- share/man/man4/mlx.4 | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/share/man/man4/mlx.4 b/share/man/man4/mlx.4 index f7a0d64e9e73..f6eb33d7c7d0 100644 --- a/share/man/man4/mlx.4 +++ b/share/man/man4/mlx.4 @@ -1,4 +1,6 @@ .\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" Copyright (c) 2003 David O'Brien .\" Copyright (c) 2000 Jeroen Ruigrok van der Werven .\" Copyright (c) 2000 Michael Smith @@ -23,12 +25,12 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd February 15, 2017 +.Dd May 27, 2025 .Dt MLX 4 .Os .Sh NAME .Nm mlx -.Nd Mylex DAC-family RAID driver +.Nd Mylex DAC-family Ultra-SCSI RAID driver .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your @@ -50,9 +52,9 @@ The driver provides support for Mylex DAC-family PCI to SCSI RAID controllers, including versions relabeled by Digital/Compaq. .Sh HARDWARE -Controllers supported by the +The .Nm -driver include: +driver supports the following Ultra-SCSI RAID controllers: .Pp .Bl -bullet -compact .It @@ -79,13 +81,6 @@ Mylex eXtremeRAID 1100 (DAC1164P) RAIDarray 230 controllers, aka the Ultra-SCSI DEC KZPAC-AA (1-ch, 4MB cache), KZPAC-CA (3-ch, 4MB), KZPAC-CB (3-ch, 8MB cache) .El -.Pp -All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however -it is always advisable to upgrade to the most recent firmware -available for the controller. -.Pp -Compatible Mylex controllers not listed should work, but have not been -verified. .Sh DIAGNOSTICS .Ss Controller initialisation phase .Bl -diag
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507041823.564IN7Xm069719>