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