MRSAS driver

The issue is from 2015, with no updates since then. It is reasonable to think that nobody works on it. Most likely because the person who filed the issue did not follow up. Perhaps she / he got another card.

First of all "an error" is not enough information. What error message do you get? post the complete error here (transcribe it if needed - do not post pictures of text here).
Also the relevant part of the output from # pciconf -lv can be helpful; post that part as well.
 
Sorry for the delay, in getting back to you.

Here is the only errors I get. This is from my dmesg:
Code:
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 07.709.04.00-fbsd
mrsas0: <AVAGO Fury SAS Controller> irq 41 at device 0.0 numa-domain 0 on pci10
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 2 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 2 Current MSIX <2>
mrsas0: mrsas_init_adapter: sc->reply_q_depth 0x1e0,sc->request_alloc_sz 0x778, sc->reply_alloc_sz 0xf00,sc->io_frames_alloc_sz 0xf100
mrsas0: max sge: 0x46, max chain frame size: 0x400, max fw cmd: 0xef sc->chain_frames_alloc_sz: 0x3bc00
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC Init failed, status = 0x3
mrsas0: Adapter initialize Fail.
device_attach: mrsas0 attach returned 6
mrsas0: <AVAGO Fury SAS Controller> mem 0xe0100000-0xe010ffff irq 41 at device 0.0 numa-domain 0 on pci10
mrsas0: Waiting for FW to come to ready state
mrsas0: FW is in FAULT state!!
device_attach: mrsas0 attach returned 6

There is no other errors because the card is not initialize.

From pciconf -lv:
Code:
none1@pci2:8:0:0:    class=0x010400 rev=0x02 hdr=0x00 vendor=0x1000 device=0x005f subvendor=0x1d49 subdevice=0x04db
    vendor     = 'Broadcom / LSI'
    device     = 'MegaRAID SAS-3 3008 [Fury]'
    class      = mass storage
    subclass   = RAID
Please let me know if you need further information.

Thanks!
 
Last edited by a moderator:
Back
Top