]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/man/man4/hptrr.4
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / man / man4 / hptrr.4
1 .\"
2 .\" Copyright (c) 2007 Me
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
18 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .Dd November 8, 2009
28 .Dt HPTRR 4
29 .Os
30 .Sh NAME
31 .Nm hptrr
32 .Nd "HighPoint RocketRAID device driver"
33 .Sh SYNOPSIS
34 To compile this driver into the kernel,
35 place the following line in your
36 kernel configuration file:
37 .Bd -ragged -offset indent
38 .Cd "device hptrr"
39 .Cd "device scbus"
40 .Cd "device da"
41 .Ed
42 .Pp
43 Alternatively, to load the driver as a
44 module at boot time, place the following line in
45 .Xr loader.conf 5 :
46 .Bd -literal -offset indent
47 hptrr_load="YES"
48 .Ed
49 .Pp
50 The following tunables are settable from the loader:
51 .Bl -ohang
52 .It Va hw.hptrr.attach_generic
53 set to 0 to deny driver attach to chips with generic Marvell (non-HighPoint)
54 PCI identification. These chips are also supported by ata(4).
55 Some vendors are using same chips, but without providing RAID BIOS.
56 .El
57 .Sh DESCRIPTION
58 The
59 .Nm
60 driver provides support for HighPoint's RocketRAID based RAID controllers.
61 .Pp
62 These devices support SATA/ATA disk drives
63 and provide RAID0 (striping), RAID1 (mirroring), and RAID5 functionality.
64 .Sh HARDWARE
65 The
66 .Nm
67 driver supports the following RAID
68 controllers:
69 .Pp
70 .Bl -bullet -compact
71 .It
72 RocketRAID 172x series
73 .It
74 RocketRAID 174x series
75 .It
76 RocketRAID 2210
77 .It
78 RocketRAID 222x series
79 .It
80 RocketRAID 2240
81 .It
82 RocketRAID 230x series
83 .It
84 RocketRAID 231x series
85 .It
86 RocketRAID 232x series
87 .It
88 RocketRAID 2340
89 .It
90 RocketRAID 2522
91 .El
92 .Sh NOTES
93 The
94 .Nm
95 driver only works on the i386 and amd64 platforms as it requires a binary
96 blob object from the manufacturer which they only supply for these platforms.
97 The
98 .Nm
99 driver does
100 .Em not
101 work on i386 with
102 .Xr pae 4
103 enabled.
104 .Pp
105 This driver does not support the RR182x series controller.
106 See the
107 .Xr hptmv 4
108 manual page for details on support.
109 .Pp
110 This driver supersedes the older rr232x driver.
111 .Sh SEE ALSO
112 .Xr ata 4 ,
113 .Xr cam 4 ,
114 .Xr hptmv 4 ,
115 .Xr loader 8
116 .Sh HISTORY
117 The
118 .Nm
119 device driver first appeared in
120 .Fx 6.3 .
121 .Sh AUTHORS
122 .An -nosplit
123 The
124 .Nm
125 device driver was written by
126 .An HighPoint Technologies, Inc. ,
127 and ported to
128 .Fx
129 by
130 .An Scott Long .
131 This manual page was written by
132 .An David E. O'Brien .
133 .Sh BUGS
134 The
135 .Nm
136 driver does not support manipulating the RAID from the OS, RAIDs need
137 to be set up from the on-board BIOS.