Update the amr.4 manpage for changes in the driver.
This commit is contained in:
parent
9f1776230d
commit
e312f62103
@ -37,23 +37,33 @@ The
|
||||
.Nm
|
||||
driver provides support for American Megatrends MegaRAID Express,
|
||||
Elite and Enterprise family SCSI RAID controllers,
|
||||
including models relabelled and sold by Hewlett Packard and Dell.
|
||||
including models relabelled and sold by Hewlett-Packard and Dell.
|
||||
Supported controllers include:
|
||||
.Bl -bullet
|
||||
.It
|
||||
MegaRAID 418
|
||||
MegaRAID Series 418
|
||||
.It
|
||||
MegaRAID Enterprise 1200 (428)
|
||||
MegaRAID Enterprise 1200 (Series 428)
|
||||
.It
|
||||
MegaRAID Enterprise 1300
|
||||
MegaRAID Enterprise 1300 (Series 434)
|
||||
.It
|
||||
MegaRAID Enterprise 1400
|
||||
MegaRAID Enterprise 1400 (Series 438)
|
||||
.It
|
||||
MegaRAID Enterprise 1500
|
||||
MegaRAID Enterprise 1500 (Series 467)
|
||||
.It
|
||||
MegaRAID Elite 1500
|
||||
MegaRAID Enterprise 1600 (Series 471)
|
||||
.It
|
||||
MegaRAID Express 300
|
||||
MegaRAID Elite 1500 (Series 467)
|
||||
.It
|
||||
MegaRAID Elite 1600 (Series 493)
|
||||
.It
|
||||
MegaRAID Express 100 (Series 466WS)
|
||||
.It
|
||||
MegaRAID Express 200 (Series 466)
|
||||
.It
|
||||
MegaRAID Express 300 (Series 490)
|
||||
.It
|
||||
MegaRAID Express 500 (Series 475)
|
||||
.It
|
||||
Dell PERC
|
||||
.It
|
||||
@ -61,11 +71,12 @@ Dell PERC 2/SC
|
||||
.It
|
||||
Dell PERC 2/DC
|
||||
.It
|
||||
HP NetRAID (all models are believed to work)
|
||||
HP NetRAID-1/Si
|
||||
.It
|
||||
HP NetRAID-3/Si
|
||||
.It
|
||||
HP Embedded NetRAID
|
||||
.El
|
||||
.Pp
|
||||
Compatible AMI controllers not listed should work,
|
||||
but have not been tested.
|
||||
.Sh DIAGNOSTICS
|
||||
.Ss Driver initialisation/shutdown phase
|
||||
.Bl -diag
|
||||
@ -81,30 +92,23 @@ 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.
|
||||
.It amr%d: can't allocate register window
|
||||
.It amr%d: can't allocate interrupt
|
||||
.It amr%d: can't set up interrupt
|
||||
.It amr%d: can't allocate parent DMA tag
|
||||
.It amr%d: can't allocate buffer DMA tag
|
||||
.It amr%d: can't allocate scatter/gather DMA tag
|
||||
.It amr%d: can't allocate s/g table
|
||||
.It amr%d: can't allocate mailbox tag
|
||||
.It amr%d: can't allocate mailbox memory
|
||||
.It amr%d: can't allocate interrupt
|
||||
.It amr%d: can't set up interrupt
|
||||
.It amr%d: can't allocate buffer DMA tag
|
||||
.Pp
|
||||
A resource allocation error occurred while initialising the driver;
|
||||
initialisation has failed and the driver will not attach to this controller.
|
||||
.It amr%d: can't obtain configuration data from controller
|
||||
.It amr%d: can't obtain product data from controller
|
||||
.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.
|
||||
.It amr%d: controller supports 40ld but CONFIG_PRODINFO failed
|
||||
.It amr%d: 40LD firmware unsupported; send controller to msmith@freebsd.org
|
||||
.Pp
|
||||
This controller provides a firmware interface that is currently unsupported.
|
||||
Please contact the author
|
||||
(see
|
||||
.Sx AUTHOR
|
||||
below)
|
||||
to determine status of support for this controller.
|
||||
.It amr%d: can't establish configuration hook
|
||||
.It amr%d: can't scan controller for drives
|
||||
.Pp
|
||||
The scan for logical drives managed by the controller failed.
|
||||
@ -114,10 +118,6 @@ No drives will be attached.
|
||||
.Pp
|
||||
Creation of the logical drive instances failed;
|
||||
attachment of one or more logical drives may have been aborted.
|
||||
.It amrd%d: still open, can't shutdown
|
||||
.Pp
|
||||
The logical drive indicated is still open,
|
||||
and the driver cannot shut down.
|
||||
.It amr%d: flushing cache...
|
||||
.Pp
|
||||
The controller cache is being flushed prior to shutdown or detach.
|
||||
@ -131,12 +131,17 @@ 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.
|
||||
.It amr%d: polled command timeout
|
||||
.Pp
|
||||
An initialisation command timed out. The initialisation process may fail as a result.
|
||||
.It amr%d: bad slot %d completed
|
||||
.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.
|
||||
.It amr%d: I/O error - %x
|
||||
.Pp
|
||||
An I/O error has occurred.
|
||||
.It amr%d: controller wedged (not taking commands)
|
||||
.Pp
|
||||
The controller is not responding to commands.
|
||||
.El
|
||||
.Sh AUTHORS
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user