]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/amr.4
This commit was generated by cvs2svn to compensate for changes in r129684,
[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 January 23, 2000
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 Supported controllers include:
42 .Pp
43 .Bl -bullet -compact
44 .It
45 MegaRAID 320-1
46 .It
47 MegaRAID 320-2
48 .It
49 MegaRAID 320-4X
50 .It
51 MegaRAID Series 418
52 .It
53 MegaRAID Enterprise 1200 (Series 428)
54 .It
55 MegaRAID Enterprise 1300 (Series 434)
56 .It
57 MegaRAID Enterprise 1400 (Series 438)
58 .It
59 MegaRAID Enterprise 1500 (Series 467)
60 .It
61 MegaRAID Enterprise 1600 (Series 471)
62 .It
63 MegaRAID Elite 1500 (Series 467)
64 .It
65 MegaRAID Elite 1600 (Series 493)
66 .It
67 MegaRAID Elite 1650 (Series 4xx)
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 Dell PERC 3/DCL
84 .It
85 Dell PERC 3/QC
86 .It
87 Dell PERC 4/Di
88 .It
89 HP NetRAID-1/Si
90 .It
91 HP NetRAID-3/Si (D4943A)
92 .It
93 HP Embedded NetRAID
94 .El
95 .Sh DIAGNOSTICS
96 .Ss Driver initialisation/shutdown phase
97 .Bl -diag
98 .It amr%d: memory window not available
99 .It amr%d: I/O window not available
100 .Pp
101 The PCI BIOS did not allocate resources necessary for the correct operation of
102 the controller.
103 The driver cannot attach to this controller.
104 .It amr%d: busmaster bit not set, enabling
105 .Pp
106 The PCI BIOS did not enable busmaster DMA,
107 which is required for the correct operation of the controller.
108 The driver has enabled this bit and initialisation will proceed.
109 .It amr%d: can't allocate register window
110 .It amr%d: can't allocate interrupt
111 .It amr%d: can't set up interrupt
112 .It amr%d: can't allocate parent DMA tag
113 .It amr%d: can't allocate buffer DMA tag
114 .It amr%d: can't allocate scatter/gather DMA tag
115 .It amr%d: can't allocate s/g table
116 .It amr%d: can't allocate mailbox tag
117 .It amr%d: can't allocate mailbox memory
118 .Pp
119 A resource allocation error occurred while initialising the driver;
120 initialisation has failed and the driver will not attach to this controller.
121 .It amr%d: can't obtain configuration data from controller
122 .It amr%d: can't obtain product data from controller
123 .Pp
124 The driver was unable to obtain vital configuration data from the controller.
125 Initialisation has failed and the driver will not attach to this controller.
126 .It amr%d: can't establish configuration hook
127 .It amr%d: can't scan controller for drives
128 .Pp
129 The scan for logical drives managed by the controller failed.
130 No drives will be attached.
131 .It amr%d: device_add_child failed
132 .It amr%d: bus_generic_attach returned %d
133 .Pp
134 Creation of the logical drive instances failed;
135 attachment of one or more logical drives may have been aborted.
136 .It amr%d: flushing cache...
137 .Pp
138 The controller cache is being flushed prior to shutdown or detach.
139 .El
140 .Ss Operational diagnostics
141 .Bl -diag
142 .It amr%d: I/O beyond end of unit (%u,%d > %u)
143 .Pp
144 A partitioning error or disk corruption has caused an I/O request
145 beyond the end of the logical drive.
146 This may also occur if FlexRAID Virtual Sizing is enabled and
147 an I/O operation is attempted on a portion of the virtual drive
148 beyond the actual capacity available.
149 .It amr%d: polled command timeout
150 .Pp
151 An initialisation command timed out.
152 The initialisation process may fail as a result.
153 .It amr%d: bad slot %d completed
154 .Pp
155 The controller reported completion of a command that the driver did not issue.
156 This may result in data corruption,
157 and suggests a hardware or firmware problem with the system or controller.
158 .It amr%d: I/O error - %x
159 .Pp
160 An I/O error has occurred.
161 .El
162 .Sh SEE ALSO
163 .Xr cd 4 ,
164 .Xr da 4 ,
165 .Xr sa 4 ,
166 .Xr scsi 4
167 .Sh AUTHORS
168 .An -nosplit
169 The
170 .Nm
171 driver was written by
172 .An Mike Smith
173 .Aq msmith@FreeBSD.org .
174 .Pp
175 This manual page was written by
176 .An Mike Smith
177 .Aq msmith@FreeBSD.org
178 and
179 .An Jeroen Ruigrok van der Werven
180 .Aq asmodai@FreeBSD.org .