summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2004-08-15 17:40:06 +0000
committersimon <simon@FreeBSD.org>2004-08-15 17:40:06 +0000
commit437ee5545ce83bd132c962ff366e5a270d27f972 (patch)
tree4ed5ab40cdb15b5b2c57406bcb48ed022e0d988d
parent1bc83c65df30af29aa6b7bf485ce28a801b025c6 (diff)
downloadFreeBSD-src-437ee5545ce83bd132c962ff366e5a270d27f972.zip
FreeBSD-src-437ee5545ce83bd132c962ff366e5a270d27f972.tar.gz
- Make the naming of AMCC's 3ware cards consistent with the current
naming from AMCC. - Update the list of devices supported by the drivers. All of the above is based on information from AMCC via vkashyap.
-rwxr-xr-xshare/man/man4/twa.418
-rw-r--r--share/man/man4/twe.451
2 files changed, 51 insertions, 18 deletions
diff --git a/share/man/man4/twa.4 b/share/man/man4/twa.4
index 490f227..650c1c2 100755
--- a/share/man/man4/twa.4
+++ b/share/man/man4/twa.4
@@ -25,18 +25,18 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 1, 2004
+.Dd August 15, 2004
.Dt TWA 4
.Os
.Sh NAME
.Nm twa
-.Nd 3ware driver for 9000 series PATA/SATA RAID controllers
+.Nd 3ware 9000 series PATA/SATA RAID controllers driver
.Sh SYNOPSIS
.Cd "device twa"
.Sh DESCRIPTION
The
.Nm
-driver provides support for the 3ware 9000 series PATA/SATA controllers.
+driver provides support for the AMCC's 3ware 9000 series PATA/SATA controllers.
.Pp
These controllers are available in 4, 8 or 12-port configurations,
and support the following RAID levels: 0, 1, 10, 5, 50.
@@ -55,19 +55,19 @@ is the logical unit number.
.Sh HARDWARE
The
.Nm
-driver supports the following 3ware PATA/SATA RAID controllers:
+driver supports the following PATA/SATA RAID controllers:
.Pp
.Bl -bullet -compact
.It
-9500S-4LP
+AMCC's 3ware 9500S-4LP
.It
-9500S-8
+AMCC's 3ware 9500S-8
.It
-9500S-8MI
+AMCC's 3ware 9500S-8MI
.It
-9500S-12
+AMCC's 3ware 9500S-12
.It
-9500S-12MI
+AMCC's 3ware 9500S-12MI
.El
.Sh DIAGNOSTICS
Whenever the driver encounters a command failure, it prints out an error code in
diff --git a/share/man/man4/twe.4 b/share/man/man4/twe.4
index 8f3a222..6eb8ebe 100644
--- a/share/man/man4/twe.4
+++ b/share/man/man4/twe.4
@@ -24,37 +24,70 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 4, 2004
+.Dd August 15, 2004
.Dt TWE 4
.Os
.Sh NAME
.Nm twe
-.Nd 3ware Escalade ATA RAID adapter driver
+.Nd 3ware 5000/6000/7000/8000 series ATA RAID adapter driver
.Sh SYNOPSIS
.Cd device pci
.Cd device twe
.Sh DESCRIPTION
The
.Nm
-driver provides support for 3ware Escalade ATA RAID adapters.
+driver provides support for AMCC's 3ware 5000/6000/7000/8000 series
+ATA RAID adapters.
+These adapters were formerly know as
+.Dq 3ware Escalade .
.Pp
-These devices support 2, 4 or 8 ATA disk drives
+These devices support 2, 4, 8, or 12 ATA disk drives
and provide RAID0 (striping) and RAID1 (mirroring) functionality.
.Sh HARDWARE
The
.Nm
-driver supports the following series of 3ware ATA RAID
+driver supports the following ATA RAID
controllers:
.Pp
.Bl -bullet -compact
.It
-Escalade 3W-5x00
+AMCC's 3ware 5000 series
.It
-Escalade 3W-6x00
+AMCC's 3ware 6000 series
.It
-Escalade 3W-7x00
+AMCC's 3ware 7000-2
.It
-Escalade 3W-8x00
+AMCC's 3ware 7006-2
+.It
+AMCC's 3ware 7500-4LP
+.It
+AMCC's 3ware 7500-8
+.It
+AMCC's 3ware 7500-12
+.It
+AMCC's 3ware 7506-4LP
+.It
+AMCC's 3ware 7506-8
+.It
+AMCC's 3ware 7506-12
+.It
+AMCC's 3ware 8006-2LP
+.It
+AMCC's 3ware 8500-4LP
+.It
+AMCC's 3ware 8500-8
+.It
+AMCC's 3ware 8500-12
+.It
+AMCC's 3ware 8506-4LP
+.It
+AMCC's 3ware 8506-8
+.It
+AMCC's 3ware 8506-8MI
+.It
+AMCC's 3ware 8506-12
+.It
+AMCC's 3ware 8506-12MI
.El
.Sh DIAGNOSTICS
.Ss Controller initialisation phase
OpenPOWER on IntegriCloud