Greetings to all!
Built in FreeBSD drivers:
mfi(4) - work fine, but it's older than latest driver on LSI site and I have some "mfi0 unexpected sense" messages in /var/log/messages, so I decide to try LSI native drivers.
mrsas(4) - didn't work (no surprise, 9240 not in supported hw list)
---
Drivers from lsi.com:
Latest (06.707.04.00) FreeBSD driver available on LSI site contains only mrsas(4) driver, but have LSI MR 9240-8i card in "Supported controllers" list.
I rebuild kernel without mfi(4) and mrsas(4) and replace /boot/kernel/mrsas.ko by driver compiled from LSI sources, but it didn't work. Driver loading at boot time, but didn't see RAID.
I tried to load only mrsas.ko, without mfi.ko - no success.
I tried to use hw.mfi.mrsas_enable="1" - same result.
---
Is it possible to make work LSI MegaRaid 9240-8i on FreeBSD 10.1 RELEASE using lastest (mrsas(4)) driver from lsi.com?
Or maybe better forget about this controller and use ZFS raid? This is small office fileserver for 25-30 users.
# uname -a
Code:
FreeBSD freebsdfs 10.1-RELEASE FreeBSD 10.1-RELEASE #2: Fri May 15 14:52:31 MSK 2015 root@freebsdfs:/usr/obj/usr/src/sys/KERNEL1 amd64
# pciconf -lv mfi0
Code:
mfi0@pci0:5:0:0: class=0x010400 card=0x92401000 chip=0x00731000 rev=0x03 hdr=0x00
vendor = 'LSI Logic / Symbios Logic'
device = 'MegaRAID SAS 2008 [Falcon]'
class = mass storage
subclass = RAID
Built in FreeBSD drivers:
mfi(4) - work fine, but it's older than latest driver on LSI site and I have some "mfi0 unexpected sense" messages in /var/log/messages, so I decide to try LSI native drivers.
mrsas(4) - didn't work (no surprise, 9240 not in supported hw list)
---
Drivers from lsi.com:
Latest (06.707.04.00) FreeBSD driver available on LSI site contains only mrsas(4) driver, but have LSI MR 9240-8i card in "Supported controllers" list.
I rebuild kernel without mfi(4) and mrsas(4) and replace /boot/kernel/mrsas.ko by driver compiled from LSI sources, but it didn't work. Driver loading at boot time, but didn't see RAID.
I tried to load only mrsas.ko, without mfi.ko - no success.
I tried to use hw.mfi.mrsas_enable="1" - same result.
---
Is it possible to make work LSI MegaRaid 9240-8i on FreeBSD 10.1 RELEASE using lastest (mrsas(4)) driver from lsi.com?
Or maybe better forget about this controller and use ZFS raid? This is small office fileserver for 25-30 users.