1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
.\" $OpenBSD: ciss.4,v 1.4 2006/01/07 21:55:02 brad Exp $
.\"
.\" Michael Shalayeff, 2005. Public Domain.
.\"
.Dd August 2, 2005
.Dt CISS 4
.Os
.Sh NAME
.Nm ciss
.Nd Compaq Smart ARRAY 5/6 RAID controllers
.Sh SYNOPSIS
.Cd "ciss* at pci?"
.Cd "scsibus* at ciss?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the Compaq Smart ARRAY 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, 6i
.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.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr pci 4 ,
.Xr scsi 4 ,
.Xr sd 4
.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 .
|