mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e2b088f90e
- Update pkg-message - Correct prerequisite checks in script - Bump PORTREVISION PR: ports/109753 Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports at zabbadoz.net> Approved by: Ruben van Staveren <ruben at verweg.com> (maintainer)
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
|
|
===================================================================
|
|
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
|
|
linproc /compat/linux/proc linprocfs rw 0 0
|
|
linsys /compat/linux/sys linsysfs rw 0 0
|
|
|
|
Add the following to /etc/periodic.conf
|
|
|
|
# !!! Warning: test before running on a production system !!!
|
|
# !!! Warning: might hang your system !!!
|
|
# For daily summary mails and log diffs:
|
|
daily_status_mfi_raid_enable="YES"
|
|
# In case you want really lots of details enable this:
|
|
daily_status_mfi_raid_verbose="NO"
|
|
|
|
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.
|
|
|