summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi/mfi_pci.c
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/dev/mfi/mfi_pci.c
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/dev/mfi/mfi_pci.c')
-rw-r--r--sys/dev/mfi/mfi_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c
index 74491ed..f4e946d 100644
--- a/sys/dev/mfi/mfi_pci.c
+++ b/sys/dev/mfi/mfi_pci.c
@@ -34,11 +34,13 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/selinfo.h>
#include <sys/module.h>
#include <sys/bus.h>
#include <sys/conf.h>
#include <sys/bio.h>
#include <sys/malloc.h>
+#include <sys/uio.h>
#include <machine/bus.h>
#include <machine/resource.h>
OpenPOWER on IntegriCloud