summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/files.amd641
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 6a7497c..773b690 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -439,6 +439,7 @@ dev/amd/amd.c optional amd
dev/amr/amr.c optional amr
dev/amr/amr_cam.c optional amr
dev/amr/amr_disk.c optional amr
+dev/amr/amr_linux.c optional amr compat_linux
dev/amr/amr_pci.c optional amr pci
dev/an/if_an.c optional an
dev/an/if_an_isa.c optional an isa
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index a4fe564..c752545 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -230,6 +230,7 @@ compat/linux/linux_stats.c optional compat_linux32
compat/linux/linux_sysctl.c optional compat_linux32
compat/linux/linux_uid16.c optional compat_linux32
compat/linux/linux_util.c optional compat_linux32
+dev/amr/amr_linux.c optional compat_linux32 amr
#
# Windows NDIS driver support
#
OpenPOWER on IntegriCloud