opnsense-src/sys/dev/mfi
Kip Macy 8451d0dd78 In order to maximize the re-usability of kernel code in user space this
patch modifies makesyscalls.sh to prefix all of the non-compatibility
calls (e.g. not linux_, freebsd32_) with sys_ and updates the kernel
entry points and all places in the code that use them. It also
fixes an additional name space collision between the kernel function
psignal and the libc function of the same name by renaming the kernel
psignal kern_psignal(). By introducing this change now we will ease future
MFCs that change syscalls.

Reviewed by:	rwatson
Approved by:	re (bz)
2011-09-16 13:58:51 +00:00
..
mfi.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
mfi_cam.c Remove duplicate header includes 2011-06-28 08:36:48 +00:00
mfi_debug.c
mfi_disk.c Fix the maximum transfer size for mfi(4) disk devices to not exceed the 2008-11-17 23:30:19 +00:00
mfi_ioctl.h ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6 2009-08-13 23:18:45 +00:00
mfi_linux.c Second-to-last commit implementing Capsicum capabilities in the FreeBSD 2011-08-11 12:30:23 +00:00
mfi_pci.c Correct mfip module dependency on mfi. This allows mfip to be loaded as 2010-03-02 17:34:11 +00:00
mfireg.h Support controllers whose option ROM is disabled in the BIOS by kicking 2011-07-14 20:20:33 +00:00
mfivar.h Separate the parallel scsi knowledge out of the core of the XPT, and 2009-07-10 08:18:08 +00:00