diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-01-07 21:55:03 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-01-07 21:55:03 +0000 |
commit | 7820955ef02dec24fb6d2707e1fc117209e8295a (patch) | |
tree | bb0f0ae264c2c94ed48a9985c6c235a640f8444f /share/man/man4 | |
parent | 6d1a441c29fecbe9481d3315c508d9526700206b (diff) |
mention the 6i and remove bio stuff as there is no bio support
in this driver at the moment.
From Srebrenko Sehic <ssehic at armorlogic dot com>
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ciss.4 | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/share/man/man4/ciss.4 b/share/man/man4/ciss.4 index 52cc2cf5e3f..732bfea79ba 100644 --- a/share/man/man4/ciss.4 +++ b/share/man/man4/ciss.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ciss.4,v 1.3 2005/08/20 22:51:33 brad Exp $ +.\" $OpenBSD: ciss.4,v 1.4 2006/01/07 21:55:02 brad Exp $ .\" .\" Michael Shalayeff, 2005. Public Domain. .\" @@ -20,7 +20,7 @@ family of RAID controllers, including: .Bl -tag -width Ds -offset indent -compact .It Compaq 532, 5300, 5312, 5i .It Compaq 641, 642, 6400, 6400EM, 6422 -.It Hewlett-Packard V100, P800, P600, E400 +.It Hewlett-Packard V100, P800, P600, E400, 6i .El .Pp These controllers support RAID 0, RAID 1, RAID 5, JBOD, @@ -29,21 +29,11 @@ and superpositions of those configurations. 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. -.Pp -The management interface is provided through the -.Xr bio 4 -device or one of the daughter -.Xr sd 4 -devices as implemented in the -.Xr bioctl 8 -utility. .Sh SEE ALSO -.Xr bio 4 , .Xr intro 4 , .Xr pci 4 , .Xr scsi 4 , -.Xr sd 4 , -.Xr bioctl 8 +.Xr sd 4 .Sh HISTORY The .Nm |