diff options
author | simon <simon@FreeBSD.org> | 2004-07-04 14:17:41 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-07-04 14:17:41 +0000 |
commit | 166d99c35ccf9934f3c0f2a23bef6481b2719c14 (patch) | |
tree | 8403cf761e9ffa5afbb0ef1085b5c29e807de67a /share/man/man4/twe.4 | |
parent | 6380609efc2a784441844ead766e67bd862a163a (diff) | |
download | FreeBSD-src-166d99c35ccf9934f3c0f2a23bef6481b2719c14.zip FreeBSD-src-166d99c35ccf9934f3c0f2a23bef6481b2719c14.tar.gz |
Add a HARDWARE section which lists supported devices. The actual
device listings has been moved (and in some cases more or less
rewritten) from the DESCRIPTION section.
This will be used later for automatically generating device listings
in the Hardware Notes, by parsing the manual pages.
Reviewed in principle by: ru, hrs, trhodes
No objections: -doc, re
Section name inspired by: NetBSD
Diffstat (limited to 'share/man/man4/twe.4')
-rw-r--r-- | share/man/man4/twe.4 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man4/twe.4 b/share/man/man4/twe.4 index 935ee42..8f3a222 100644 --- a/share/man/man4/twe.4 +++ b/share/man/man4/twe.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 10, 2000 +.Dd July 4, 2004 .Dt TWE 4 .Os .Sh NAME @@ -36,7 +36,14 @@ .Sh DESCRIPTION The .Nm -driver provides support for the following series of ATA RAID +driver provides support for 3ware Escalade ATA RAID adapters. +.Pp +These devices support 2, 4 or 8 ATA disk drives +and provide RAID0 (striping) and RAID1 (mirroring) functionality. +.Sh HARDWARE +The +.Nm +driver supports the following series of 3ware ATA RAID controllers: .Pp .Bl -bullet -compact @@ -49,9 +56,6 @@ Escalade 3W-7x00 .It Escalade 3W-8x00 .El -.Pp -These devices support 2, 4 or 8 ATA disk drives -and provide RAID0 (striping) and RAID1 (mirroring) functionality. .Sh DIAGNOSTICS .Ss Controller initialisation phase .Bl -diag |