]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/arcmsr.4
This commit was generated by cvs2svn to compensate for changes in r156701,
[FreeBSD/FreeBSD.git] / share / man / man4 / arcmsr.4
1 .\" Copyright (c) 2005 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 March 31, 2005
28 .Dt ARCMSR 4
29 .Os
30 .Sh NAME
31 .Nm arcmsr
32 .Nd Areca SATA II RAID Controller driver
33 .Sh SYNOPSIS
34 .Cd "device arcmsr"
35 .Cd "device pci"
36 .Cd "device scbus"
37 .Cd "device da"
38 .Sh DESCRIPTION
39 The
40 .Nm
41 driver provides support for the Areca ARC-11xx and ARC-12xx series of SATA II
42 RAID controllers.
43 These controllers feature RAID-0, 1, 3, 5, 6, and 10 and
44 JBOD acceleration for up to 16 SATA drives.
45 Raid level and stripe level
46 migration, online capacity expansion, hot insertion/removal, automatic failover
47 and rebuild, and SMART are also supported.
48 Access to the arrays is provided
49 via the SCSI CAM
50 .Pa /dev/da?
51 device nodes.
52 A management interface is also present via the
53 .Pa /dev/arcmsr?
54 device node.
55 Management tools for i386 and amd64 are available from Areca.
56 .Sh HARDWARE
57 The
58 .Nm
59 driver supports the following cards:
60 .Pp
61 .Bl -bullet -compact
62 .It
63 ARC-1110
64 .It
65 ARC-1120
66 .It
67 ARC-1130
68 .It
69 ARC-1160
70 .It
71 ARC-1130-ML
72 .It
73 ARC-1160-ML
74 .It
75 ARC-1210
76 .It
77 ARC-1220
78 .It
79 ARC-1230
80 .It
81 ARC-1260
82 .It
83 ARC-1230-ML
84 .It
85 ARC-1260-ML
86 .El
87 .Sh FILES
88 .Bl -tag -width ".Pa /boot/kernel/arcmsr.ko" -compact
89 .It Pa /dev/da?
90 Array block device
91 .It Pa /dev/arcmsr?
92 Management interface
93 .It Pa /boot/kernel/arcmsr.ko
94 Loadable module
95 .El
96 .Sh SEE ALSO
97 .Xr da 4 ,
98 .Xr scbus 4
99 .Sh HISTORY
100 The
101 .Nm
102 driver first appeared in
103 .Fx 5.4 .
104 .Sh AUTHORS
105 The driver was written by
106 .An Erich Chen Aq erich@areca.com.tw .
107 .Sh BUGS
108 The driver has been tested on i386 and amd64.
109 It likely requires additional
110 work to function on big-endian architectures.