summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2006-01-24 21:13:50 +0000
committerambrisko <ambrisko@FreeBSD.org>2006-01-24 21:13:50 +0000
commit7ee7ea66a8deaa30672a52fb012843cd7e9f7bc2 (patch)
tree7da512b447b14e5211c7ece48323b2ae42e7a8a3 /sys/modules
parente8d6ec993a935d0fd3b6c7a3d2c11a6113d9ecae (diff)
downloadFreeBSD-src-7ee7ea66a8deaa30672a52fb012843cd7e9f7bc2.zip
FreeBSD-src-7ee7ea66a8deaa30672a52fb012843cd7e9f7bc2.tar.gz
Add in the Linux IOCTL shim and create the megadev0 device so
Linux LSI MegaRaid tools can run on FreeBSD until Linux emulation. Add in the Linux IOCTL shim and create the megadev0 device so Linux LSI MegaRaid tools can run on FreeBSD until Linux emulation. Add glue to build the modules but don't tie it into the build yet until I test it from the CVS repo. via the mirror on an amd64 machine. Tie this into the Linux32 emulation on amd64 so the tools can run on amd64 kernel. Cleaned up by: ps (amr_linux.c)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/amr/amr_linux/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/amr/amr_linux/Makefile b/sys/modules/amr/amr_linux/Makefile
new file mode 100644
index 0000000..3df7eed5
--- /dev/null
+++ b/sys/modules/amr/amr_linux/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/amr
+
+KMOD= amr_linux
+SRCS= amr_linux.c device_if.h bus_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud