summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2006-05-09 22:27:01 +0000
committerambrisko <ambrisko@FreeBSD.org>2006-05-09 22:27:01 +0000
commitf7d4a6b03b3e365a6b195691fd0483d357a11451 (patch)
treed8dbe60ab35f553873253d68cb94cc9d3698b5c8 /sys/modules
parentf2e60208838d32fcdb342b70f8e247dd0258834e (diff)
downloadFreeBSD-src-f7d4a6b03b3e365a6b195691fd0483d357a11451.zip
FreeBSD-src-f7d4a6b03b3e365a6b195691fd0483d357a11451.tar.gz
Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
LSI MegaRAID SAS utility. Sponsored by: IronPort Systems Man page help from: brueffer
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/linsysfs/Makefile11
2 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index cbafb6d..d039e01 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -134,6 +134,7 @@ SUBDIR= ${_3dfx} \
libmbpool \
libmchain \
${_linprocfs} \
+ ${_linsysfs} \
${_linux} \
lmc \
${_lnc} \
@@ -357,6 +358,7 @@ _ie= ie
_if_ndis= if_ndis
_io= io
_linprocfs= linprocfs
+_linsysfs= linsysfs
_linux= linux
_lnc= lnc
_mse= mse
diff --git a/sys/modules/linsysfs/Makefile b/sys/modules/linsysfs/Makefile
new file mode 100644
index 0000000..084b828
--- /dev/null
+++ b/sys/modules/linsysfs/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../compat/linsysfs
+
+KMOD= linsysfs
+SRCS= vnode_if.h \
+ device_if.h bus_if.h pci_if.h \
+ linsysfs.c \
+ opt_compat.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud