logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

amr — MegaRAID SCSI/ATA/SATA RAID driver

Authors

       The amr driver was written by Mike Smith <msmith@FreeBSD.org>.

       This manual page was written by Mike  Smith  <msmith@FreeBSD.org>  and  Jeroen  Ruigrok  van  der  Werven
       <asmodai@FreeBSD.org>.

Debian                                           March 29, 2006                                           AMR(4)

Description

       The  amr  driver  provides  support for LSI Logic MegaRAID SCSI, ATA and SATA RAID controllers and legacy
       American Megatrends MegaRAID SCSI RAID controllers, including models  relabeled  and  sold  by  Dell  and
       Hewlett-Packard.

       LSI MegaRAID SAS controllers are supported by mfi(4) and will not work with this driver.

Diagnostics

Driverinitialisation/shutdownphaseamr%d:memorywindownotavailableamr%d:I/Owindownotavailable

       The  PCI  BIOS  did  not  allocate  resources necessary for the correct operation of the controller.  The
       driver cannot attach to this controller.

       amr%d:busmasterbitnotset,enabling

       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.

       amr%d:can'tallocateregisterwindowamr%d:can'tallocateinterruptamr%d:can'tsetupinterruptamr%d:can'tallocateparentDMAtagamr%d:can'tallocatebufferDMAtagamr%d:can'tallocatescatter/gatherDMAtagamr%d:can'tallocates/gtableamr%d:can'tallocatemailboxtagamr%d:can'tallocatemailboxmemory

       A resource allocation error occurred while initialising the driver; initialisation  has  failed  and  the
       driver will not attach to this controller.

       amr%d:can'tobtainconfigurationdatafromcontrolleramr%d:can'tobtainproductdatafromcontroller

       The  driver was unable to obtain vital configuration data from the controller.  Initialisation has failed
       and the driver will not attach to this controller.

       amr%d:can'testablishconfigurationhookamr%d:can'tscancontrollerfordrives

       The scan for logical drives managed by the controller failed.  No drives will be attached.

       amr%d:device_add_childfailedamr%d:bus_generic_attachreturned%d

       Creation of the logical drive instances failed; attachment of one or more logical drives  may  have  been
       aborted.

       amr%d:flushingcache...

       The controller cache is being flushed prior to shutdown or detach.

   Operationaldiagnosticsamr%d:I/Obeyondendofunit(%u,%d>%u)

       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.

       amr%d:polledcommandtimeout

       An initialisation command timed out.  The initialisation process may fail as a result.

       amr%d:badslot%dcompleted

       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.

       amr%d:I/Oerror-%x

       An I/O error has occurred.

Hardware

       Controllers supported by the amr driver include:

          MegaRAID SATA 150-4
          MegaRAID SATA 150-6
          MegaRAID SATA 300-4X
          MegaRAID SATA 300-8X
          MegaRAID SCSI 320-1E
          MegaRAID SCSI 320-2E
          MegaRAID SCSI 320-4E
          MegaRAID SCSI 320-0X
          MegaRAID SCSI 320-2X
          MegaRAID SCSI 320-4X
          MegaRAID SCSI 320-0
          MegaRAID SCSI 320-1
          MegaRAID SCSI 320-2
          MegaRAID SCSI 320-4
          MegaRAID Series 418
          MegaRAID i4 133 RAID
          MegaRAID Elite 1500 (Series 467)
          MegaRAID Elite 1600 (Series 493)
          MegaRAID Elite 1650 (Series 4xx)
          MegaRAID Enterprise 1200 (Series 428)
          MegaRAID Enterprise 1300 (Series 434)
          MegaRAID Enterprise 1400 (Series 438)
          MegaRAID Enterprise 1500 (Series 467)
          MegaRAID Enterprise 1600 (Series 471)
          MegaRAID Express 100 (Series 466WS)
          MegaRAID Express 200 (Series 466)
          MegaRAID Express 300 (Series 490)
          MegaRAID Express 500 (Series 475)
          Dell PERC
          Dell PERC 2/SC
          Dell PERC 2/DC
          Dell PERC 3/DCL
          Dell PERC 3/QC
          Dell PERC 4/DC
          Dell PERC 4/IM
          Dell PERC 4/SC
          Dell PERC 4/Di
          Dell PERC 4e/DC
          Dell PERC 4e/Di
          Dell PERC 4e/Si
          Dell PERC 4ei
          HP NetRAID-1/Si
          HP NetRAID-3/Si (D4943A)
          HP Embedded NetRAID
          Intel RAID Controller SRCS16
          Intel RAID Controller SRCU42X

Name

       amr — MegaRAID SCSI/ATA/SATA RAID driver

See Also

cd(4), da(4), mfi(4), sa(4), scsi(4)

Synopsis

       To compile this driver into the kernel, place the following lines in your kernel configuration file:

             devicepcidevicescbusdeviceamr

       Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

             amr_load="YES"

See Also