diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-10-29 21:24:06 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-10-29 21:24:06 +0000 |
commit | a10a3f02d531e7cdc27e9ead8f4cfa87622fb8a5 (patch) | |
tree | 24b1d3788bd0f0b28675736d0f9056a83e2c14fd /share/man | |
parent | 619c3eac3b8820589c70a72fbb75bc410bb37154 (diff) |
Mention bio support for cac(4).
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/bio.4 | 6 | ||||
-rw-r--r-- | share/man/man4/cac.4 | 20 |
2 files changed, 20 insertions, 6 deletions
diff --git a/share/man/man4/bio.4 b/share/man/man4/bio.4 index f9f90b5027f..ee31e4965c5 100644 --- a/share/man/man4/bio.4 +++ b/share/man/man4/bio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bio.4,v 1.22 2008/10/24 05:08:00 jmc Exp $ +.\" $OpenBSD: bio.4,v 1.23 2008/10/29 21:24:05 brad Exp $ .\" .\" Copyright (c) 2002 Niklas Hallqvist .\" Copyright (c) 2006 Marco Peereboom @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 24 2008 $ +.Dd $Mdocdate: October 29 2008 $ .Dt BIO 4 .Os .Sh NAME @@ -66,6 +66,8 @@ for volume management: American Megatrends Inc. MegaRAID PATA/SATA/SCSI RAID controller .It Xr arc 4 Areca Technology Corporation SAS/SATA RAID controller +.It Xr cac 4 +Compaq Smart ARRAY 2/3/4 SCSI RAID controller .It Xr ciss 4 Compaq Smart ARRAY 5/6 SAS/SATA/SCSI RAID controller .It Xr mfi 4 diff --git a/share/man/man4/cac.4 b/share/man/man4/cac.4 index 62a83171fad..ae420b74118 100644 --- a/share/man/man4/cac.4 +++ b/share/man/man4/cac.4 @@ -1,8 +1,8 @@ -.\" $OpenBSD: cac.4,v 1.20 2008/10/24 08:14:26 brad Exp $ +.\" $OpenBSD: cac.4,v 1.21 2008/10/29 21:24:05 brad Exp $ .\" .\" Michael Shalayeff, 2000. Public Domain. .\" -.Dd $Mdocdate: October 24 2008 $ +.Dd $Mdocdate: October 29 2008 $ .Dt CAC 4 .Os .Sh NAME @@ -57,12 +57,24 @@ All the RAID set volume management is done via the card BIOS. Although the controllers are actual RAID controllers the driver makes them look just like SCSI controllers. All RAID configuration is done through the controllers' BIOSes. -.Sh SEE ALSO +.Pp +Monitoring status for the volume and drives in it is done through the +.Xr bioctl 8 +utility; +the current status is provided by the +.Xr sysctl 8 +variable +.Va hw.sensors . +.Sh SEE +.Xr bio 4 , .Xr eisa 4 , .Xr intro 4 , .Xr pci 4 , .Xr scsi 4 , -.Xr sd 4 +.Xr sd 4 , +.Xr bioctl 8 , +.Xr sensorsd 8 , +.Xr sysctl 8 .Sh HISTORY The .Nm |