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
|
'\" te
.\" Copyright 2011 Nexenta Systems, Inc. All rights reserved.
.\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
.TH ARCMSR 7D "May 28, 2011"
.SH NAME
arcmsr \- SAS and SATA HBA driver for Areca Hardware Raid devices
.SH DESCRIPTION
.sp
.LP
The \fBarcmsr\fR host bus adapter driver is a SCSA-compliant nexus driver that
supports Areca Technology SAS and SATA RAID devices.
.sp
.LP
Supported SATA RAID cards:
.sp
.in +2
.nf
ARC-1110 pci17d3,1110
ARC-1120 pci17d3,1120
ARC-1130 pci17d3,1130
ARC-1160 pci17d3,1160
ARC-1170 pci17d3,1170
ARC-1201 pci17d3,1201
ARC-1210 pci17d3,1210
ARC-1220 pci17d3,1220
ARC-1230 pci17d3,1230
ARC-1260 pci17d3,1260
ARC-1270 pci17d3,1270
ARC-1280 pci17d3,1280
.fi
.in -2
.sp
.LP
Supported SAS RAID cards:
.sp
.in +2
.nf
ARC-1380 pci17d3,1380
ARC-1381 pci17d3,1381
ARC-1680 pci17d3,1680
ARC-1681 pci17d3,1681
ARC-1880 pci17d3,1880
.fi
.in -2
.SH CONFIGURATION
.sp
.LP
There are no user configurable parameters available. Please configure your
hardware through the host system BIOS.
.SH FILES
.sp
.ne 2
.na
\fB/kernel/drv/arcmsr\fR
.ad
.RS 28n
32-bit ELF kernel module.
.RE
.sp
.ne 2
.na
\fB/kernel/drv/amd64/arcmsr\fR
.ad
.RS 28n
64-bit kernel module (x64 only).
.RE
.sp
.ne 2
.na
\fB/kernel/drv/arcmsr.conf\fR
.ad
.RS 28n
Driver configuration file (contains no user-configurable options).
.RE
.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for a description of the following attributes:
.sp
.sp
.TS
box;
c | c
l | l .
ATTRIBUTE TYPE ATTRIBUTE VALUE
_
Architecture x86
.TE
.SH SEE ALSO
.sp
.LP
\fBprtconf\fR(1M), \fBattributes\fR(5), \fBscsi_hba_attach_setup\fR(9F),
\fBscsi_sync_pkt\fR(9F), \fBscsi_transport\fR(9F), \fBscsi_inquiry\fR(9S),
\fBscsi_device\fR(9S), \fBscsi_pkt\fR(9S)
.sp
.LP
\fISmall Computer System Interface-2 (SCSI-2)\fR
.sp
.LP
\fIhttp://www.areca.com.tw/products/main.htm\fR
.sp
.LP
\fIhttp://developer.intel.com/design/iio/index.htm\fR \(em(Intel Corp IO
processors provide the underlying RAID engine for the supported devices).
|