summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2006-05-18 23:30:48 +0000
committerambrisko <ambrisko@FreeBSD.org>2006-05-18 23:30:48 +0000
commit2f056812a1392832771de5b0dfbef07c6cd58edf (patch)
treebdf34234b5c8fd48d8bf0f3e68fb6a04622e7227 /sys/conf/options
parent0c235a1ed089c04da60996b550032ddc98d5d410 (diff)
downloadFreeBSD-src-2f056812a1392832771de5b0dfbef07c6cd58edf.zip
FreeBSD-src-2f056812a1392832771de5b0dfbef07c6cd58edf.tar.gz
Add in a bunch of things to the mfi driver:
- Linux ioctl support, with the other Linux changes MegaCli will run if you mount linprocfs & linsysfs then set sysctl compat.linux.osrelease=2.6.12 or similar. This works on i386. It should work on amd64 but not well tested yet. StoreLib may or may not work. Remember to kldload mfi_linux. - Add in AEN (Async Event Notification) support so we can get messages from the firmware when something happens. Not all messages are in defined in event detail. Use event_log to try to figure out what happened. - Try to implement something like SIGIO for StoreLib. Since mrmonitor doesn't work right I can't fully test it. StoreLib works best with the rh9 base. In theory mrmonitor isn't needed due to native driver support of AEN :-) Now we can configure and monitor the RAID better. Submitted by: IronPort Systems.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 76e8d3a..b86dacf 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -116,6 +116,7 @@ MAC_TEST opt_dontuse.h
MD_ROOT opt_md.h
MD_ROOT_SIZE opt_md.h
MFI_DEBUG opt_mfi.h
+MFI_DECODE_LOG opt_mfi.h
MPROF_BUFFERS opt_mprof.h
MPROF_HASH_SIZE opt_mprof.h
MUTEX_WAKE_ALL
OpenPOWER on IntegriCloud