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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
<table class="head">
<tr>
<td class="head-ltitle">ARCMSR(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">ARCMSR(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">arcmsr</code> — <span class="Nd">Areca
RAID Controller driver</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp">To compile this driver into the kernel, place the following lines
in your kernel configuration file:</p>
<div class="Bd Pp Bd-indent"><code class="Cd">device pci</code>
<br/>
<code class="Cd">device scbus</code>
<br/>
<code class="Cd">device da</code>
<br/>
<code class="Cd">device arcmsr</code></div>
<p class="Pp">Alternatively, to load the driver as a module at boot time, place
the following line in <a class="Xr">loader.conf(5)</a>:</p>
<div class="Bd Pp Bd-indent Li">
<pre>arcmsr_load="YES"</pre>
</div>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">arcmsr</code> driver provides support for the
Areca ARC-11xx, ARC-12xx, ARC-13xx, ARC-16xx and ARC-18xx series of SAS and
SATA RAID controllers. These controllers feature RAID-0, 1, 3, 5, 6, and 10
and JBOD acceleration for up to 16 SATA drives. RAID level and stripe level
migration, online capacity expansion, hot insertion/removal, automatic
failover and rebuild, and SMART are also supported. Access to the arrays is
provided via the SCSI CAM <span class="Pa">/dev/da?</span> device nodes. A
management interface is also present via the
<span class="Pa">/dev/arcmsr?</span> device node. Management tools for i386
and amd64 are available from Areca.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
<p class="Pp">The <code class="Nm">arcmsr</code> driver supports the following
Areca PCI-X/PCIe SATA/SAS/NVMe RAID host adapters:</p>
<p class="Pp"></p>
<ul class="Bl-bullet Bl-compact">
<li>ARC-1110</li>
<li>ARC-1120</li>
<li>ARC-1130</li>
<li>ARC-1160</li>
<li>ARC-1170</li>
<li>ARC-1110ML</li>
<li>ARC-1120ML</li>
<li>ARC-1130ML</li>
<li>ARC-1160ML</li>
<li>ARC-1200</li>
<li>ARC-1201</li>
<li>ARC-1203</li>
<li>ARC-1210</li>
<li>ARC-1212</li>
<li>ARC-1213</li>
<li>ARC-1214</li>
<li>ARC-1216</li>
<li>ARC-1220</li>
<li>ARC-1222</li>
<li>ARC-1223</li>
<li>ARC-1224</li>
<li>ARC-1226</li>
<li>ARC-1230</li>
<li>ARC-1231</li>
<li>ARC-1260</li>
<li>ARC-1261</li>
<li>ARC-1270</li>
<li>ARC-1280</li>
<li>ARC-1210ML</li>
<li>ARC-1220ML</li>
<li>ARC-1231ML</li>
<li>ARC-1261ML</li>
<li>ARC-1280ML</li>
<li>ARC-1380</li>
<li>ARC-1381</li>
<li>ARC-1680</li>
<li>ARC-1681</li>
<li>ARC-1880</li>
<li>ARC-1882</li>
<li>ARC-1883</li>
<li>ARC-1884</li>
<li>ARC-1886</li>
</ul>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag Bl-compact">
<dt><span class="Pa">/dev/da?</span></dt>
<dd>Array block device</dd>
<dt><span class="Pa">/dev/arcmsr?</span></dt>
<dd>Management interface</dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">da(4)</a>, <a class="Xr">scbus(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">arcmsr</code> driver first appeared in
<span class="Ux">FreeBSD 5.4</span>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp">The driver was written by <span class="An">Erich Chen</span>
<<a class="Mt" href="mailto:erich@areca.com.tw">erich@areca.com.tw</a>>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">The driver has been tested on i386 and amd64. It likely requires
additional work to function on big-endian architectures.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">April 5, 2026</td>
<td class="foot-os">FreeBSD 15.0</td>
</tr>
</table>
|