mfi(4): Add the mfi(4) RAID driver and the mfiutil(8) configuration tool.
[dragonfly.git] / share / man / man4 / amr.4
1 .\"
2 .\" Copyright (c) 2000 Jeroen Ruigrok van der Werven
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. The name of the author may not be used to endorse or promote products
11 .\"    derived from this software without specific prior written permission
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 .\"
24 .\" $FreeBSD: src/share/man/man4/amr.4,v 1.3.2.10 2003/05/26 12:41:05 hmp Exp $
25 .\"
26 .Dd November 30, 2010
27 .Dt AMR 4
28 .Os
29 .Sh NAME
30 .Nm amr
31 .Nd AMI MegaRAID PCI-SCSI RAID driver
32 .Sh SYNOPSIS
33 .Cd device pci
34 .Cd device amr
35 .Sh DESCRIPTION
36 The
37 .Nm
38 driver provides support for American Megatrends MegaRAID Express,
39 Elite and Enterprise family SCSI RAID controllers,
40 including models relabeled and sold by Hewlett-Packard and Dell.
41 .Pp
42 LSI MegaRAID SAS controllers are supported by
43 .Xr mfi 4
44 and will not work with this driver.
45 .Pp
46 Supported controllers include:
47 .Bl -bullet
48 .It
49 MegaRAID 320-1
50 .It
51 MegaRAID 320-2
52 .It
53 MegaRAID Series 418
54 .It
55 MegaRAID Enterprise 1200 (Series 428)
56 .It
57 MegaRAID Enterprise 1300 (Series 434)
58 .It
59 MegaRAID Enterprise 1400 (Series 438)
60 .It
61 MegaRAID Enterprise 1500 (Series 467)
62 .It
63 MegaRAID Enterprise 1600 (Series 471)
64 .It
65 MegaRAID Elite 1500 (Series 467)
66 .It
67 MegaRAID Elite 1600 (Series 493)
68 .It
69 MegaRAID Express 100 (Series 466WS)
70 .It
71 MegaRAID Express 200 (Series 466)
72 .It
73 MegaRAID Express 300 (Series 490)
74 .It
75 MegaRAID Express 500 (Series 475)
76 .It
77 Dell PERC
78 .It
79 Dell PERC 2/SC
80 .It
81 Dell PERC 2/DC
82 .It
83 HP NetRAID-1/Si
84 .It
85 HP NetRAID-3/Si
86 .It
87 HP Embedded NetRAID
88 .El
89 .Sh DIAGNOSTICS
90 .Ss Driver initialisation/shutdown phase
91 .Bl -diag
92 .It amr%d: memory window not available
93 .It amr%d: I/O window not available
94 .Pp
95 The PCI BIOS did not allocate resources necessary for the correct operation of
96 the controller.
97 The driver cannot attach to this controller.
98 .It amr%d: busmaster bit not set, enabling
99 .Pp
100 The PCI BIOS did not enable busmaster DMA,
101 which is required for the correct operation of the controller.
102 The driver has enabled this bit and initialisation will proceed.
103 .It amr%d: can't allocate register window
104 .It amr%d: can't allocate interrupt
105 .It amr%d: can't set up interrupt
106 .It amr%d: can't allocate parent DMA tag
107 .It amr%d: can't allocate buffer DMA tag
108 .It amr%d: can't allocate scatter/gather DMA tag
109 .It amr%d: can't allocate s/g table
110 .It amr%d: can't allocate mailbox tag
111 .It amr%d: can't allocate mailbox memory
112 .Pp
113 A resource allocation error occurred while initialising the driver;
114 initialisation has failed and the driver will not attach to this controller.
115 .It amr%d: can't obtain configuration data from controller
116 .It amr%d: can't obtain product data from controller
117 .Pp
118 The driver was unable to obtain vital configuration data from the controller.
119 Initialisation has failed and the driver will not attach to this controller.
120 .It amr%d: can't establish configuration hook
121 .It amr%d: can't scan controller for drives
122 .Pp
123 The scan for logical drives managed by the controller failed.
124 No drives will be attached.
125 .It amr%d: device_add_child failed
126 .It amr%d: bus_generic_attach returned %d
127 .Pp
128 Creation of the logical drive instances failed;
129 attachment of one or more logical drives may have been aborted.
130 .It amr%d: flushing cache...
131 .Pp
132 The controller cache is being flushed prior to shutdown or detach.
133 .El
134 .Ss Operational diagnostics
135 .Bl -diag
136 .It amr%d: I/O beyond end of unit (%u,%d > %u)
137 .Pp
138 A partitioning error or disk corruption has caused an I/O request
139 beyond the end of the logical drive.
140 This may also occur if FlexRAID Virtual Sizing is enabled and
141 an I/O operation is attempted on a portion of the virtual drive
142 beyond the actual capacity available.
143 .It amr%d: polled command timeout
144 .Pp
145 An initialisation command timed out.
146 The initialisation process may fail as a result.
147 .It amr%d: bad slot %d completed
148 .Pp
149 The controller reported completion of a command that the driver did not issue.
150 This may result in data corruption,
151 and suggests a hardware or firmware problem with the system or controller.
152 .It amr%d: I/O error - %x
153 .Pp
154 An I/O error has occurred.
155 .El
156 .Sh SEE ALSO
157 .Xr cd 4 ,
158 .Xr da 4 ,
159 .Xr mfi 4 ,
160 .Xr sa 4 ,
161 .Xr scsi 4
162 .Sh AUTHORS
163 .An -nosplit
164 The
165 .Nm
166 driver was written by
167 .An Mike Smith
168 .Aq msmith@FreeBSD.org .
169 .Pp
170 This manual page was written by
171 .An Mike Smith
172 .Aq msmith@FreeBSD.org
173 and
174 .An Jeroen Ruigrok van der Werven
175 .Aq asmodai@FreeBSD.org .