blob: 61d9a6c0e4ad3dd2012b00f29b58b51b1b0d7c43 (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
.\" $OpenBSD: cac.4,v 1.17 2005/09/30 20:34:24 jaredy Exp $
.\"
.\" Michael Shalayeff, 2000. Public Domain.
.\"
.Dd December 17, 2000
.Dt CAC 4
.Os
.Sh NAME
.Nm cac
.Nd Compaq Smart ARRAY 2/3/4 RAID controllers
.Sh SYNOPSIS
.Cd "cac* at pci?"
.Cd "cac* at eisa?"
.Cd "scsibus* at cac?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the following RAID controllers:
.Pp
.Bl -bullet -offset indent -compact
.It
Compaq Integrated Array
.It
Compaq IAES
.It
Compaq IDA
.It
Compaq IDA-2
.It
Compaq RAID LC2
.It
Compaq Smart ARRAY 221
.It
Compaq Smart ARRAY 3100ES
.It
Compaq Smart ARRAY 3200
.It
Compaq Smart ARRAY 4200
.It
Compaq Smart ARRAY 4250ES
.It
Compaq Smart ARRAY 431
.It
Compaq SMART
.It
Compaq SMART-2/E
.It
Compaq SMART-2/P
.It
Compaq SMART-2DH
.It
Compaq SMART-2SL
.El
.Pp
All the RAID set volume management is done via the card BIOS.
.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 eisa 4 ,
.Xr intro 4 ,
.Xr pci 4 ,
.Xr scsi 4 ,
.Xr sd 4
.Sh HISTORY
The
.Nm
driver first appeared in
.Ox 2.9 .
.Sh AUTHORS
.An -nosplit
The
.Nm
driver was written by
.An Michael Shalayeff Aq mickey@openbsd.org ,
inspired by the
.Nx
driver by
.An Andrew Doran Aq ad@netbsd.org .
.Sh BUGS
The card provides a mechanism to receive asynchronous notifications
about RAID set status change and so forth, unfortunately this
information is not public.
.Pp
Only a few PCI cards were tested, but others should work.
|