- Add a HARDWARE section which lists supported devices.
This commit is contained in:
parent
a0a4f505cc
commit
f0c7f156b3
@ -36,7 +36,20 @@ The
|
||||
.Nm
|
||||
driver provides support for the
|
||||
.Tn amd53c974
|
||||
based SCSI cards, such as Tekram DC390 or Tekram DC390T.
|
||||
based SCSI cards.
|
||||
.Sh HARDWARE
|
||||
Controllers supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
MELCO IFC-DP (PC-98)
|
||||
.It
|
||||
Tekram DC390
|
||||
.It
|
||||
Tekram DC390T
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cd 4 ,
|
||||
.Xr ch 4 ,
|
||||
|
@ -22,11 +22,12 @@ drives and optionally provide write cache for the logical drives.
|
||||
It is also possible for an application to access the SCSI bus subsystem
|
||||
directly by using the pass-through interface.
|
||||
.Pp
|
||||
.Sh HARDWARE
|
||||
The following controllers are supported by the
|
||||
.Nm
|
||||
driver:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Compaq SMART Array 221
|
||||
.It
|
||||
|
@ -17,10 +17,12 @@ The
|
||||
driver claims to interface with the Intel integrated
|
||||
RAID controller cards, and all versions of the
|
||||
ICP Vortex controllers (including FC).
|
||||
.Sh HARDWARE
|
||||
Controllers supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
Supported controllers include:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Intel RAID Controller SRCMR
|
||||
.It
|
||||
@ -33,7 +35,7 @@ Intel Server RAID Controller U3-2 (SRCU32)
|
||||
All past and future releases of Intel and ICP RAID Controllers.
|
||||
.El
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Intel RAID Controller SRCU21 (discontinued)
|
||||
.It
|
||||
|
@ -42,18 +42,6 @@ driver claims to support the
|
||||
(now Adaptec) ServeRAID series
|
||||
.Tn SCSI
|
||||
controller cards.
|
||||
Some supported devices include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
IBM ServeRAID 3H
|
||||
.It
|
||||
ServeRAID 4L/4M/4H
|
||||
.It
|
||||
ServeRAID Series 5
|
||||
.It
|
||||
ServeRAID 6i/6M
|
||||
.El
|
||||
.Pp
|
||||
These cards come with a built in configuration utility stored in
|
||||
the firmware known as the
|
||||
@ -74,6 +62,21 @@ To avoid these difficulties, set the
|
||||
.Va hw.ips.0.disable
|
||||
tunable to 1.
|
||||
It will prevent the driver from attaching.
|
||||
.Sh HARDWARE
|
||||
Controllers supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
IBM ServeRAID 3H
|
||||
.It
|
||||
ServeRAID 4L/4M/4H
|
||||
.It
|
||||
ServeRAID Series 5
|
||||
.It
|
||||
ServeRAID 6i/6M
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
Several error codes may be shown when the card initializes the
|
||||
.Tn IBM
|
||||
|
@ -41,7 +41,10 @@ driver provides access to the
|
||||
bus connected to a PC-Card
|
||||
.Tn SCSI
|
||||
host adapter based on a Ninja SCSI-3 controller by Workbit.
|
||||
The following adapters are known to work:
|
||||
.Sh HARDWARE
|
||||
Controllers supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
|
@ -39,18 +39,30 @@
|
||||
The
|
||||
.Nm
|
||||
driver provides support for OHCI-type PCI based USB controllers.
|
||||
This
|
||||
includes
|
||||
.Bl -tag -width xxxxx
|
||||
.It AcerLabs M5237 (Aladdin-V)
|
||||
.It AMD-756
|
||||
.It OPTi 82C861 (FireLink)
|
||||
.It NEC uPD 9210
|
||||
.It CMD Tech 670 (USB0670)
|
||||
.It CMD Tech 673 (USB0673)
|
||||
.Sh HARDWARE
|
||||
Controllers supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
AcerLabs M5237 (Aladdin-V)
|
||||
.It
|
||||
AMD-756
|
||||
.It
|
||||
OPTi 82C861 (FireLink)
|
||||
.It
|
||||
NEC uPD 9210
|
||||
.It
|
||||
CMD Tech 670 (USB0670)
|
||||
.It
|
||||
CMD Tech 673 (USB0673)
|
||||
.It
|
||||
NVIDIA nForce3
|
||||
.It
|
||||
All other OHCI v1.0 compliant controllers.
|
||||
.El
|
||||
.Pp
|
||||
or any other OHCI v1.0 compliant controller.
|
||||
.Sh SEE ALSO
|
||||
.Xr uhci 4
|
||||
.Sh HISTORY
|
||||
|
@ -41,7 +41,10 @@ The
|
||||
.Nm
|
||||
driver provides support for ISA, PCCARD and PCI controllers based on
|
||||
Future Domain SCSI controller chips including the TMC-16C30, 16C50 and 32C60.
|
||||
Supported controllers include:
|
||||
.Sh HARDWARE
|
||||
Controllers supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
|
Loading…
Reference in New Issue
Block a user