diff options
Diffstat (limited to 'static/netbsd/man4/amr.4 4.html')
| -rw-r--r-- | static/netbsd/man4/amr.4 4.html | 173 |
1 files changed, 0 insertions, 173 deletions
diff --git a/static/netbsd/man4/amr.4 4.html b/static/netbsd/man4/amr.4 4.html deleted file mode 100644 index 473a5f6a..00000000 --- a/static/netbsd/man4/amr.4 4.html +++ /dev/null @@ -1,173 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">AMR(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">AMR(4)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">amr</code> — <span class="Nd">AMI MegaRAID - PCI-SCSI RAID driver</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="Cd">amr* at pci? dev ? function ?</code> - <br/> - <code class="Cd">scsibus* at amr?</code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <code class="Nm">amr</code> driver provides support for LSI - (formerly American Megatrends) MegaRAID Express, Elite and Enterprise family - RAID controllers for SCSI and SATA, including models relabeled and sold by - Dell, Hewlett-Packard, and Intel. Supported controllers include:</p> -<p class="Pp"></p> -<ul class="Bl-bullet Bl-compact"> - <li>MegaRAID 320-1</li> - <li>MegaRAID 320-2</li> - <li>MegaRAID Series 418</li> - <li>MegaRAID Enterprise 1200 (Series 428)</li> - <li>MegaRAID Enterprise 1300 (Series 434)</li> - <li>MegaRAID Enterprise 1400 (Series 438)</li> - <li>MegaRAID Enterprise 1500 (Series 467)</li> - <li>MegaRAID Enterprise 1600 (Series 471)</li> - <li>MegaRAID Elite 1500 (Series 467)</li> - <li>MegaRAID Elite 1600 (Series 493)</li> - <li>MegaRAID Express 100 (Series 466WS)</li> - <li>MegaRAID Express 200 (Series 466)</li> - <li>MegaRAID Express 300 (Series 490)</li> - <li>LSI MegaRAID SCSI 320-0X, 320-2X, 320-4X</li> - <li>LSI MegaRAID SCSI 320-1E, 320-2E</li> - <li>LSI MegaRAID SATA 300-6x, 300-8x</li> - <li>Dell PERC</li> - <li>Dell PERC 2/SC</li> - <li>Dell PERC 2/DC</li> - <li>Dell PERC 4/Di</li> - <li>Dell PERC 4/SC</li> - <li>Dell PERC 4e/Si</li> - <li>HP NetRAID-1/Si</li> - <li>HP NetRAID-3/Si</li> - <li>HP Embedded NetRAID</li> - <li>Intel SRCU42X</li> - <li>Intel SRCU42E</li> - <li>Intel SRMOBU42E</li> - <li>Intel SRCS28X</li> -</ul> -</section> -<section class="Sh"> -<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> -<section class="Ss"> -<h2 class="Ss" id="Driver_initialisation/shutdown_phase"><a class="permalink" href="#Driver_initialisation/shutdown_phase">Driver - initialisation/shutdown phase</a></h2> -<dl class="Bl-diag"> - <dt>amr%d: memory window not available</dt> - <dd></dd> - <dt>amr%d: I/O window not available</dt> - <dd> - <p class="Pp">The PCI BIOS did not allocate resources necessary for the - correct operation of the controller. The driver cannot attach to this - controller.</p> - </dd> - <dt>amr%d: busmaster bit not set, enabling</dt> - <dd> - <p class="Pp">The PCI BIOS did not enable busmaster DMA, which is required - for the correct operation of the controller. The driver has enabled this - bit and initialisation will proceed.</p> - </dd> - <dt>amr%d: can't allocate register window</dt> - <dd></dd> - <dt>amr%d: can't allocate interrupt</dt> - <dd></dd> - <dt>amr%d: can't set up interrupt</dt> - <dd></dd> - <dt>amr%d: can't allocate parent DMA tag</dt> - <dd></dd> - <dt>amr%d: can't allocate buffer DMA tag</dt> - <dd></dd> - <dt>amr%d: can't allocate scatter/gather DMA tag</dt> - <dd></dd> - <dt>amr%d: can't allocate s/g table</dt> - <dd></dd> - <dt>amr%d: can't allocate mailbox tag</dt> - <dd></dd> - <dt>amr%d: can't allocate mailbox memory</dt> - <dd> - <p class="Pp">A resource allocation error occurred while initialising the - driver; initialisation has failed and the driver will not attach to this - controller.</p> - </dd> - <dt>amr%d: can't obtain configuration data from controller</dt> - <dd></dd> - <dt>amr%d: can't obtain product data from controller</dt> - <dd> - <p class="Pp">The driver was unable to obtain vital configuration data from - the controller. Initialisation has failed and the driver will not attach - to this controller.</p> - </dd> - <dt>amr%d: can't establish configuration hook</dt> - <dd></dd> - <dt>amr%d: can't scan controller for drives</dt> - <dd> - <p class="Pp">The scan for logical drives managed by the controller failed. - No drives will be attached.</p> - </dd> - <dt>amr%d: device_add_child failed</dt> - <dd></dd> - <dt>amr%d: bus_generic_attach returned %d</dt> - <dd> - <p class="Pp">Creation of the logical drive instances failed; attachment of - one or more logical drives may have been aborted.</p> - </dd> - <dt>amr%d: flushing cache...</dt> - <dd> - <p class="Pp">The controller cache is being flushed prior to shutdown or - detach.</p> - </dd> -</dl> -</section> -<section class="Ss"> -<h2 class="Ss" id="Operational_diagnostics"><a class="permalink" href="#Operational_diagnostics">Operational - diagnostics</a></h2> -<dl class="Bl-diag"> - <dt>amr%d: I/O beyond end of unit (%u,%d > %u)</dt> - <dd> - <p class="Pp">A partitioning error or disk corruption has caused an I/O - request beyond the end of the logical drive. This may also occur if - FlexRAID Virtual Sizing is enabled and an I/O operation is attempted on - a portion of the virtual drive beyond the actual capacity available.</p> - </dd> - <dt>amr%d: polled command timeout</dt> - <dd> - <p class="Pp">An initialisation command timed out. The initialisation - process may fail as a result.</p> - </dd> - <dt>amr%d: bad slot %d completed</dt> - <dd> - <p class="Pp">The controller reported completion of a command that the - driver did not issue. This may result in data corruption, and suggests a - hardware or firmware problem with the system or controller.</p> - </dd> - <dt>amr%d: I/O error - %x</dt> - <dd> - <p class="Pp">An I/O error has occurred.</p> - </dd> -</dl> -</section> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">cd(4)</a>, <a class="Xr">ch(4)</a>, - <a class="Xr">intro(4)</a>, <a class="Xr">pci(4)</a>, - <a class="Xr">scsi(4)</a>, <a class="Xr">sd(4)</a>, <a class="Xr">st(4)</a>, - <a class="Xr">amrctl(8)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">July 23, 2006</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
