forked from Lainports/freebsd-ports
This is the Linux console based management utility for the LSI MegaRAID SAS family of controllers. FreeBSD >= 6.1 supports running this tool by the means of the mfi_linux.ko kernel module and the /dev/mfi0 device. Author: LSI Logic Corporation WWW: http://www.lsi.com/ PR: ports/106012 Submitted by: Ruben van Staveren <ruben@verweg.com>
30 lines
728 B
Text
30 lines
728 B
Text
|
|
===================================================================
|
|
This port installed a commercial software product with a restricted
|
|
license. Please review the license terms at this URL:
|
|
|
|
http://www.lsi.com/cm/License.do
|
|
|
|
===================================================================
|
|
|
|
Add the following to /boot/loader.conf
|
|
|
|
# For MegaCLi
|
|
mfi_linux_load="YES"
|
|
|
|
Add the following to /etc/sysctl.conf
|
|
|
|
# For MegaCLi
|
|
compat.linux.osrelease=2.6.12
|
|
|
|
Add the following to /etc/fstab
|
|
|
|
# For MegaCLi
|
|
linsys /compat/linux/sys linsysfs rw 0 0
|
|
|
|
If you find mfi(4) too verbose, see mfi_evt_class_t in
|
|
/usr/src/sys/dev/mfi/mfireg.h for values you can use in the
|
|
|
|
hw.mfi.event_class
|
|
|
|
sysctl variable
|