]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/rr232x.4
This commit was generated by cvs2svn to compensate for changes in r170764,
[FreeBSD/FreeBSD.git] / share / man / man4 / rr232x.4
1 .\" Copyright (c) 2006 Scott Long
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .Dd April 27, 2006
28 .Dt RR232X 4
29 .Os
30 .Sh NAME
31 .Nm rr232x
32 .Nd "HighPoint RocketRAID 232x device driver"
33 .Sh SYNOPSIS
34 To compile this driver into the kernel,
35 place the following lines in your
36 kernel configuration file:
37 .Bd -ragged -offset indent
38 .Cd "device rr232x"
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 rr232x_load="YES"
48 .Ed
49 .Sh DESCRIPTION
50 The
51 .Nm
52 driver provides support for HighPoint's RocketRAID 232x series of RAID
53 controllers.
54 These devices support SATA disk drives and provide RAID 0, 1, and 5
55 functionality.
56 Hardware acceleration for RAID 5 is also provided.
57 Additionally, if multiple controllers are present, arrays may be built
58 out of drives that are attached to different controllers.
59 Online management is provided by utilities that are available for free
60 download from
61 .Pa http://www.highpoint-tech.com/ .
62 .Sh HARDWARE
63 The
64 .Nm
65 driver supports the following hardware:
66 .Pp
67 .Bl -bullet -compact
68 .It
69 HighPoint RocketRAID 2320
70 .It
71 HighPoint RocketRAID 2322
72 .El
73 .Sh NOTES
74 The
75 .Nm
76 driver only works on the i386 and amd64 platforms.
77 Also, while the driver can be loaded as a module, it must be loaded prior
78 to boot.
79 Loading it after boot will result in the hardware not being detected.
80 .Sh SEE ALSO
81 .Xr cam 4 ,
82 .Xr loader.conf 5 ,
83 .Xr loader 8
84 .Sh HISTORY
85 The
86 .Nm
87 driver first appeared in
88 .Fx 6.1 .
89 .Sh AUTHORS
90 .An -nosplit
91 The
92 .Nm
93 driver was provided by
94 .An "HighPoint Technologies, Inc" .
95 This manual page was written by
96 .An Scott Long Aq scottl@FreeBSD.org .