diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-08-05 22:32:35 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-08-05 22:32:35 +0000 |
commit | 5a8f08e49d8c6f5fdfb1d78ba011138f3102bc2a (patch) | |
tree | 91faef5c3d53177f740f171746d1889f105f41f7 | |
parent | 256f98f7ce278f6493cf25f771ffaea4c7991de7 (diff) |
- raid -> RAID
- finish sentence in ami man page and mention iop(4) for I2O mode
-rw-r--r-- | share/man/man4/aac.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ami.4 | 10 | ||||
-rw-r--r-- | share/man/man4/twe.4 | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man4/aac.4 b/share/man/man4/aac.4 index 2328d9c4d55..60813fbf256 100644 --- a/share/man/man4/aac.4 +++ b/share/man/man4/aac.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aac.4,v 1.8 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: aac.4,v 1.9 2001/08/05 22:32:34 brad Exp $ .\" .Dd November 7, 2000 .Dt AAC 4 @@ -12,7 +12,7 @@ .Sh DESCRIPTION The .Nm -driver provides support for Adaptec's "FSA" family of raid controllers, +driver provides support for Adaptec's "FSA" family of RAID controllers, including the .Tn AAC2622 , .Tn AAC364 , diff --git a/share/man/man4/ami.4 b/share/man/man4/ami.4 index 4c781e5b82d..612c53d4c11 100644 --- a/share/man/man4/ami.4 +++ b/share/man/man4/ami.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ami.4,v 1.6 2001/07/18 18:58:26 mickey Exp $ +.\" $OpenBSD: ami.4,v 1.7 2001/08/05 22:32:34 brad Exp $ .\" .\" Copyright (c) 2001 Michael Shalayeff. All rights reserved. .\" @@ -15,14 +15,16 @@ .Sh DESCRIPTION The .Nm -driver provides support for MegaRAID family of raid controllers. +driver provides support for MegaRAID family of RAID controllers. .Pp These controllers support RAID 0, RAID 1, RAID 5, JBOD and superpositions of those configurations. .Pp Some cards support both I2O and so called `Mass Storage' mode -of operation. This driver only supports the later one, I2O -mode is supported by +of operation. This driver only supports the `Mass Storage' mode, I2O +mode is supported by the +.Xr iop 4 +driver. .Pp Although the controllers are actual RAID controllers the driver makes them look just like SCSI controllers. All RAID configuration is done through diff --git a/share/man/man4/twe.4 b/share/man/man4/twe.4 index dfa8b034384..04569eac9f1 100644 --- a/share/man/man4/twe.4 +++ b/share/man/man4/twe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: twe.4,v 1.12 2001/07/13 17:33:32 pvalchev Exp $ +.\" $OpenBSD: twe.4,v 1.13 2001/08/05 22:32:34 brad Exp $ .\" .\" Copyright (c) 2000,2001 Michael Shalayeff. All rights reserved. .\" @@ -15,7 +15,7 @@ .Sh DESCRIPTION The .Nm -driver provides support for Escalade family of raid controllers, +driver provides support for Escalade family of RAID controllers, including the .Tn 3W-5x00 and .Tn 3W-6x00 |