aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2014-04-30 06:27:23 +0000
committerDevin Teske <dteske@FreeBSD.org>2014-04-30 06:27:23 +0000
commit0b14be7ca12b6b049732d23ef2c9947e2bfda3e1 (patch)
treea6cec6abcf0ff0d2d79ede81ff9f6b15b1e6dbde
parent509fdeb47ca2325bdf0160d895ed0081aebc7f19 (diff)
downloadsrc-stable/4.tar.gz
src-stable/4.zip
MFH r144419 (scottl): Add a manual page for the arcmsr driver.stable/4
Notes
Notes: svn path=/stable/4/; revision=265133
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/arcmsr.4107
2 files changed, 108 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 67d65b7ac4ef..fc4bd97e67ad 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -11,6 +11,7 @@ MAN= aac.4 \
ahd.4 \
amd.4 \
amr.4 \
+ arcmsr.4 \
an.4 \
ata.4 \
atapicam.4 \
diff --git a/share/man/man4/arcmsr.4 b/share/man/man4/arcmsr.4
new file mode 100644
index 000000000000..dedd3e505cba
--- /dev/null
+++ b/share/man/man4/arcmsr.4
@@ -0,0 +1,107 @@
+.\" Copyright (c) 2005 Scott Long
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd March 31, 2005
+.Dt ARCMSR 4
+.Os
+.Sh NAME
+.Nm arcmsr
+.Nd Areca SATA II RAID Controller driver
+.Sh SYNOPSIS
+.Cd "device arcmsr"
+.Cd "device pci"
+.Cd "device scbus"
+.Cd "device da"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Areca ARC-11xx and ARC-12xx series of SATA II
+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
+.Pa /dev/da?
+device nodes.
+A management interface is also present via the
+.Pa /dev/arcmsr?
+device node. Management tools for i386 and amd64 are available from Areca.
+.Sh HARDWARE
+The following card are supported at this time:
+.Pp
+.Bl -bullet -compact
+.It
+ARC-1110
+.It
+ARC-1120
+.It
+ARC-1130
+.It
+ARC-1160
+.It
+ARC-1130-ML
+.It
+ARC-1160-ML
+.It
+ARC-1210
+.It
+ARC-1220
+.It
+ARC-1230
+.It
+ARC-1260
+.It
+ARC-1230-ML
+.It
+ARC-1260-ML
+.El
+.Sh FILES
+.Bl -tag -width ".Pa /boot/kernel/arcmsr.ko" -compact
+.It Pa /dev/da?
+Array block device
+.It Pa /dev/arcmsr?
+Management interface
+.It Pa /boot/kernel/arcmsr.ko
+Loadable module
+.El
+.Sh SEE ALSO
+.Xr da 4 ,
+.Xr scbus 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Fx 5.4 .
+.Sh AUTHORS
+The driver was written by
+.An Erich Chen Aq erich@areca.com.tw .
+.Sh BUGS
+The driver has been tested on i386 and amd64.
+It likely requires additional
+work to function on big-endian architectures.