From owner-svn-src-stable-other@FreeBSD.ORG Wed Apr 30 06:27:24 2014 Return-Path: Delivered-To: svn-src-stable-other@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23982DA4; Wed, 30 Apr 2014 06:27:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F26914A7; Wed, 30 Apr 2014 06:27:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U6RNI1077508; Wed, 30 Apr 2014 06:27:23 GMT (envelope-from dteske@svn.freebsd.org) Received: (from dteske@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3U6RNJ9077506; Wed, 30 Apr 2014 06:27:23 GMT (envelope-from dteske@svn.freebsd.org) Message-Id: <201404300627.s3U6RNJ9077506@svn.freebsd.org> From: Devin Teske Date: Wed, 30 Apr 2014 06:27:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-other@freebsd.org Subject: svn commit: r265133 - stable/4/share/man/man4 X-SVN-Group: stable-other MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-other@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the old stable src trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 06:27:24 -0000 Author: dteske Date: Wed Apr 30 06:27:23 2014 New Revision: 265133 URL: http://svnweb.freebsd.org/changeset/base/265133 Log: MFH r144419 (scottl): Add a manual page for the arcmsr driver. Added: stable/4/share/man/man4/arcmsr.4 - copied unchanged from r144419, head/share/man/man4/arcmsr.4 Modified: stable/4/share/man/man4/Makefile Directory Properties: stable/4/ (props changed) Modified: stable/4/share/man/man4/Makefile ============================================================================== --- stable/4/share/man/man4/Makefile Wed Apr 30 06:20:48 2014 (r265132) +++ stable/4/share/man/man4/Makefile Wed Apr 30 06:27:23 2014 (r265133) @@ -11,6 +11,7 @@ MAN= aac.4 \ ahd.4 \ amd.4 \ amr.4 \ + arcmsr.4 \ an.4 \ ata.4 \ atapicam.4 \ Copied: stable/4/share/man/man4/arcmsr.4 (from r144419, head/share/man/man4/arcmsr.4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ stable/4/share/man/man4/arcmsr.4 Wed Apr 30 06:27:23 2014 (r265133, copy of r144419, head/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.