]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/amr.4
This commit was generated by cvs2svn to compensate for changes in r146775,
[FreeBSD/FreeBSD.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$
25 .\"
26 .Dd May 25, 2005
27 .Dt AMR 4
28 .Os
29 .Sh NAME
30 .Nm amr
31 .Nd MegaRAID SCSI/ATA/SATA 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 LSI Logic MegaRAID SCSI
39 RAID controllers and legacy American Megatrends MegaRAID
40 SCSI RAID controllers, including models relabeled
41 and sold by Dell and Hewlett-Packard.
42 .Sh HARDWARE
43 Controllers supported by the
44 .Nm
45 driver include:
46 .Pp
47 .Bl -bullet -compact
48 .It
49 MegaRAID SCSI 320-1E
50 .It
51 MegaRAID SCSI 320-2E
52 .It
53 MegaRAID SCSI 320-4E
54 .It
55 MegaRAID SCSI 320-0X
56 .It
57 MegaRAID SCSI 320-2X
58 .It
59 MegaRAID SCSI 320-4X
60 .It
61 MegaRAID SATA 300-4X
62 .It
63 MegaRAID SATA 300-8X
64 .It
65 MegaRAID SATA 150-4
66 .It
67 MegaRAID SATA 150-6
68 .It
69 MegaRAID i4 133 RAID
70 .It
71 MegaRAID SCSI 320-0
72 .It
73 MegaRAID SCSI 320-1
74 .It
75 MegaRAID SCSI 320-2
76 .It
77 MegaRAID SCSI 320-4
78 .It
79 MegaRAID Series 418
80 .It
81 MegaRAID Enterprise 1200 (Series 428)
82 .It
83 MegaRAID Enterprise 1300 (Series 434)
84 .It
85 MegaRAID Enterprise 1400 (Series 438)
86 .It
87 MegaRAID Enterprise 1500 (Series 467)
88 .It
89 MegaRAID Enterprise 1600 (Series 471)
90 .It
91 MegaRAID Elite 1500 (Series 467)
92 .It
93 MegaRAID Elite 1600 (Series 493)
94 .It
95 MegaRAID Elite 1650 (Series 4xx)
96 .It
97 MegaRAID Express 100 (Series 466WS)
98 .It
99 MegaRAID Express 200 (Series 466)
100 .It
101 MegaRAID Express 300 (Series 490)
102 .It
103 MegaRAID Express 500 (Series 475)
104 .It
105 Dell PERC
106 .It
107 Dell PERC 2/SC
108 .It
109 Dell PERC 2/DC
110 .It
111 Dell PERC 3/DCL
112 .It
113 Dell PERC 3/QC
114 .It
115 Dell PERC 4/DC
116 .It
117 Dell PERC 4/SC
118 .It
119 Dell PERC 4/Di
120 .It
121 Dell PERC 4e/DC
122 .It
123 Dell PERC 4e/Di
124 .It
125 Dell PERC 4e/Si
126 .It
127 Dell PERC 4ei
128 .It
129 HP NetRAID-1/Si
130 .It
131 HP NetRAID-3/Si (D4943A)
132 .It
133 HP Embedded NetRAID
134 .It
135 Intel RAID Controller SRCS16
136 .It
137 Intel RAID Controller SRCU42X
138 .El
139 .Sh DIAGNOSTICS
140 .Ss Driver initialisation/shutdown phase
141 .Bl -diag
142 .It amr%d: memory window not available
143 .It amr%d: I/O window not available
144 .Pp
145 The PCI BIOS did not allocate resources necessary for the correct operation of
146 the controller.
147 The driver cannot attach to this controller.
148 .It amr%d: busmaster bit not set, enabling
149 .Pp
150 The PCI BIOS did not enable busmaster DMA,
151 which is required for the correct operation of the controller.
152 The driver has enabled this bit and initialisation will proceed.
153 .It amr%d: can't allocate register window
154 .It amr%d: can't allocate interrupt
155 .It amr%d: can't set up interrupt
156 .It amr%d: can't allocate parent DMA tag
157 .It amr%d: can't allocate buffer DMA tag
158 .It amr%d: can't allocate scatter/gather DMA tag
159 .It amr%d: can't allocate s/g table
160 .It amr%d: can't allocate mailbox tag
161 .It amr%d: can't allocate mailbox memory
162 .Pp
163 A resource allocation error occurred while initialising the driver;
164 initialisation has failed and the driver will not attach to this controller.
165 .It amr%d: can't obtain configuration data from controller
166 .It amr%d: can't obtain product data from controller
167 .Pp
168 The driver was unable to obtain vital configuration data from the controller.
169 Initialisation has failed and the driver will not attach to this controller.
170 .It amr%d: can't establish configuration hook
171 .It amr%d: can't scan controller for drives
172 .Pp
173 The scan for logical drives managed by the controller failed.
174 No drives will be attached.
175 .It amr%d: device_add_child failed
176 .It amr%d: bus_generic_attach returned %d
177 .Pp
178 Creation of the logical drive instances failed;
179 attachment of one or more logical drives may have been aborted.
180 .It amr%d: flushing cache...
181 .Pp
182 The controller cache is being flushed prior to shutdown or detach.
183 .El
184 .Ss Operational diagnostics
185 .Bl -diag
186 .It amr%d: I/O beyond end of unit (%u,%d > %u)
187 .Pp
188 A partitioning error or disk corruption has caused an I/O request
189 beyond the end of the logical drive.
190 This may also occur if FlexRAID Virtual Sizing is enabled and
191 an I/O operation is attempted on a portion of the virtual drive
192 beyond the actual capacity available.
193 .It amr%d: polled command timeout
194 .Pp
195 An initialisation command timed out.
196 The initialisation process may fail as a result.
197 .It amr%d: bad slot %d completed
198 .Pp
199 The controller reported completion of a command that the driver did not issue.
200 This may result in data corruption,
201 and suggests a hardware or firmware problem with the system or controller.
202 .It amr%d: I/O error - %x
203 .Pp
204 An I/O error has occurred.
205 .El
206 .Sh SEE ALSO
207 .Xr cd 4 ,
208 .Xr da 4 ,
209 .Xr sa 4 ,
210 .Xr scsi 4
211 .Sh AUTHORS
212 .An -nosplit
213 The
214 .Nm
215 driver was written by
216 .An Mike Smith
217 .Aq msmith@FreeBSD.org .
218 .Pp
219 This manual page was written by
220 .An Mike Smith
221 .Aq msmith@FreeBSD.org
222 and
223 .An Jeroen Ruigrok van der Werven
224 .Aq asmodai@FreeBSD.org .