diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-08-03 14:50:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-08-03 14:50:19 +0000 |
commit | 3148a1f1051c1848a96e84280a1ff8edb23bcdbf (patch) | |
tree | 9be74e16dfeb30e13aaebc95706ae9ff6248a235 /share/man | |
parent | 42a21376b7456d1a73890bad1fec5222c74f639a (diff) |
oops
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/ciss.4 | 56 |
2 files changed, 58 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 16f57ddb69c..1a54cae6a1d 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.307 2005/08/03 01:36:36 deraadt Exp $ +# $OpenBSD: Makefile,v 1.308 2005/08/03 14:50:18 mickey Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \ atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 auich.4 autri.4 \ auvia.4 awi.4 axe.4 az.4 bce.4 bge.4 bha.4 bio.4 bktr.4 \ bmtphy.4 boca.4 bpf.4 brgphy.4 bridge.4 cac.4 cardbus.4 \ - carp.4 ccd.4 cd.4 cdce.4 ch.4 ciphy.4 \ + carp.4 ccd.4 cd.4 cdce.4 ch.4 ciphy.4 ciss.4 \ clcs.4 clct.4 cmpci.4 cnw.4 \ com.4 crypto.4 cue.4 cy.4 cz.4 dc.4 dcphy.4 ddb.4 de.4 dpt.4 \ drum.4 eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 \ diff --git a/share/man/man4/ciss.4 b/share/man/man4/ciss.4 new file mode 100644 index 00000000000..ff34b25aa8b --- /dev/null +++ b/share/man/man4/ciss.4 @@ -0,0 +1,56 @@ +.\" $OpenBSD: ciss.4,v 1.1 2005/08/03 14:50:18 mickey Exp $ +.\" +.\" Michael Shalayeff, 2005. Public Domain. +.\" +.Dd August 2, 2005 +.Dt CISS 4 +.Os +.Sh NAME +.Nm ciss +.Nd Compaq Smartarray 5 Controllers +.Sh SYNOPSIS +.Cd "ciss* at pci?" +.Cd "scsibus* at ciss?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Compaq Smartarray 5th and 6th +family of RAID controllers, including: +.Pp +.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 +.El +.Pp +These controllers support RAID 0, RAID 1, RAID 5, JBOD, +and superpositions of those configurations. +.Pp +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 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 3.8 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Michael Shalayeff Aq mickey@openbsd.org . |