summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2010-04-20 21:29:53 +0000
committerweongyo <weongyo@FreeBSD.org>2010-04-20 21:29:53 +0000
commit7d044ce8d84ea8ef60d8bdcc4709a8e1f46f5d62 (patch)
tree120f38bbc9691ae1bcea4bad062076788b5fa17d /sys/modules
parentda3887f848194da5c04522b0cd745d2226423498 (diff)
downloadFreeBSD-src-7d044ce8d84ea8ef60d8bdcc4709a8e1f46f5d62.zip
FreeBSD-src-7d044ce8d84ea8ef60d8bdcc4709a8e1f46f5d62.tar.gz
MFC r203319:
Adds siba_bwn module which is used with bwn(4). Main purpose of this module is to distinguish parts of Silicon Backplane and of Broadcom Wireless.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/siba_bwn/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/siba_bwn/Makefile b/sys/modules/siba_bwn/Makefile
new file mode 100644
index 0000000..433d37f
--- /dev/null
+++ b/sys/modules/siba_bwn/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/siba
+
+KMOD= siba_bwn
+SRCS= siba_core.c siba_bwn.c sibareg.h sibavar.h
+SRCS+= device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud