Sync usage with man page.
[netbsd-mini2440.git] / share / man / man4 / ciss.4
blob848eda08102cdb0f536393c9e712ed90ee9b2f14
1 .\"     $NetBSD: ciss.4,v 1.5 2008/05/28 17:53:25 tonnerre Exp $
2 .\"     Jonathan Stone, 2006.
3 .\"
4 .\"     derived from:
5 .\"     $OpenBSD: ciss.4,v 1.4 2006/01/07 21:55:02 brad Exp $
6 .\"     Michael Shalayeff, 2005. Public Domain.
7 .\"
8 .Dd May 28, 2008
9 .Dt CISS 4
10 .Os
11 .Sh NAME
12 .Nm ciss
13 .Nd HP/Compaq Smart ARRAY 5/6 RAID controllers
14 .Sh SYNOPSIS
15 .Cd "ciss* at pci? function ?"
16 .Sh DESCRIPTION
17 The
18 .Nm
19 driver provides support for the CISS interface implemented by fifth
20 and later generations of the HP/Compaq Smart ARRAY family of
21 controllers.
22 .Pp
23 The
24 .Tn CISS
25 interface is defined in the document entitled
26 .Rs
27 .%Q Compaq Computer Corporation
28 .%T "CISS Command Interface for SCSI-3 Support Open Specification, Version 1.04, Valence Number 1"
29 .%D 2000/11/27
30 .Re
31 .Pp
32 This driver supports several Compaq and HP controllers implementing
33 the CISS interface, including:
34 .Pp
35 .Bl -bullet -compact
36 .It
37 Compaq Smart Array 5300 version 1
38 .It
39 Compaq Smart Array 5300 version 2
40 .It
41 Compaq Smart Array 5i version 1
42 .It
43 Compaq Smart Array 5i version 2
44 .It
45 HP Smart Array 5312
46 .It
47 HP Smart Array 6i
48 .It
49 HP Smart Array 641
50 .It
51 HP Smart Array 642
52 .It
53 HP Smart Array 6400
54 .It
55 HP Smart Array 6400 EM
56 .It
57 HP Smart Array E200
58 .It
59 HP Smart Array E200i
60 .It
61 HP Smart Array P400
62 .It
63 HP Smart Array P400i
64 .It
65 HP Smart Array P600
66 .It
67 HP Smart Array P800
68 .It
69 HP Smart Array V100
70 .It
71 HP Smart Array 1 through 13
72 .El
73 .Pp
74 These controllers support RAID 0, RAID 1, RAID 5, JBOD,
75 and superpositions of those configurations.
76 .Pp
77 Although the controllers are actual RAID controllers,
78 the
79 .Nm
80 driver makes them look just like SCSI controllers.
81 All RAID configuration must be done through the controllers' BIOSes.
82 .Pp
83 Hardware from previous generations of this product family may be
84 supported by the
85 .Xr cac 4
86 driver.
87 .Sh SEE ALSO
88 .Xr bio 4 ,
89 .Xr cac 4 ,
90 .Xr intro 4 ,
91 .Xr pci 4 ,
92 .Xr scsi 4 ,
93 .Xr sd 4
94 .Sh HISTORY
95 The
96 .Nm
97 driver first appeared in
98 .Nx 3.1 .
99 .Sh AUTHORS
100 .An -nosplit
103 driver was written by
104 .An Michael Shalayeff Aq mickey@openbsd.org ,
105 and ported to
108 .An Tonnerre Lombard Aq tonnerre@netbsd.org .