The branch main has been updated by ziaee:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=63e98e05fcdbcf3a34113a2e6acab2f8cc23bba9

commit 63e98e05fcdbcf3a34113a2e6acab2f8cc23bba9
Author:     Alexander Ziaee <zi...@freebsd.org>
AuthorDate: 2025-06-14 20:54:59 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-06-14 20:58:58 +0000

    mlx.4: Improve HARDWARE
    
    These are paralel scsi adapters, list what kind the hardware supports.
    
    MFC after:              3 days
    Fixes:                  e3307d05311e8c (mlx.4: Improve specificity)
    Reported by:            kbowling
    Reviewed by:            kbowling
    Approved by:            mhorne (mentor, implicit)
    Differential Revision:  https://reviews.freebsd.org/D50654
---
 share/man/man4/mlx.4 | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/share/man/man4/mlx.4 b/share/man/man4/mlx.4
index a5443f308088..4b9ab7070d72 100644
--- a/share/man/man4/mlx.4
+++ b/share/man/man4/mlx.4
@@ -30,7 +30,7 @@
 .Os
 .Sh NAME
 .Nm mlx
-.Nd Mylex DAC-family Ultra-SCSI RAID driver
+.Nd Mylex DAC-family Parallel SCSI RAID driver
 .Sh SYNOPSIS
 To compile this driver into the kernel,
 place the following lines in your
@@ -54,29 +54,29 @@ including versions relabeled by Digital/Compaq.
 .Sh HARDWARE
 The
 .Nm
-driver supports the following Ultra-SCSI RAID controllers:
+driver supports the following Parallel SCSI RAID controllers:
 .Pp
 .Bl -bullet -compact
 .It
-Mylex DAC960P
+Mylex DAC960P (Wide Fast SCSI-2)
 .It
-Mylex DAC960PD / DEC KZPSC (Fast Wide)
+Mylex DAC960PD / DEC KZPSC (Wide Fast SCSI-2)
 .It
-Mylex DAC960PDU
+Mylex DAC960PDU (Ultra SCSI-3)
 .It
-Mylex DAC960PL
+Mylex DAC960PL (Wide Fast SCSI-2)
 .It
-Mylex DAC960PJ
+Mylex DAC960PJ (Wide Ultra SCSI-3)
 .It
-Mylex DAC960PG
+Mylex DAC960PG (Wide Ultra SCSI-3)
 .It
-Mylex DAC960PU / DEC PZPAC (Ultra Wide)
+Mylex DAC960PU / DEC PZPAC (Wide Ultra SCSI-3)
 .It
-Mylex AcceleRAID 150 (DAC960PRL)
+Mylex AcceleRAID 150 (DAC960PRL) (Wide Ultra2 SCSI)
 .It
-Mylex AcceleRAID 250 (DAC960PTL1)
+Mylex AcceleRAID 250 (DAC960PTL1) (Wide Ultra2 SCSI)
 .It
-Mylex eXtremeRAID 1100 (DAC1164P)
+Mylex eXtremeRAID 1100 (DAC1164P) (Wide Ultra2 SCSI)
 .It
 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)

Reply via email to