summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/arcmsr.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/arcmsr.4 3.html')
-rw-r--r--static/freebsd/man4/arcmsr.4 3.html129
1 files changed, 129 insertions, 0 deletions
diff --git a/static/freebsd/man4/arcmsr.4 3.html b/static/freebsd/man4/arcmsr.4 3.html
new file mode 100644
index 00000000..352c6c88
--- /dev/null
+++ b/static/freebsd/man4/arcmsr.4 3.html
@@ -0,0 +1,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> &#x2014; <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=&quot;YES&quot;</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>
+ &lt;<a class="Mt" href="mailto:erich@areca.com.tw">erich@areca.com.tw</a>&gt;.</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>