summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2010-04-20 21:40:09 +0000
committerweongyo <weongyo@FreeBSD.org>2010-04-20 21:40:09 +0000
commitc8cdd2e9e85ca658e8c4ef843e5bc983f3dbb393 (patch)
tree5c148b509ce62110d1ae8741deeb43bc82856f30 /sys/modules
parentfd4bc17e03aee0abfdaaa6e0418d29ee8870e4f1 (diff)
downloadFreeBSD-src-c8cdd2e9e85ca658e8c4ef843e5bc983f3dbb393.zip
FreeBSD-src-c8cdd2e9e85ca658e8c4ef843e5bc983f3dbb393.tar.gz
MFC r203945:
adds bwn(4) driver for supporting Broadcom BCM43xx chipsets. o uses v4 firmware instead of v3. A port will be committed to create the bwn firmware module. o supports B/G and LP(low power) PHYs. o supports 32 / 64 bits DMA operations. o tested on big / little endian machines so should work on all architectures. It'd not connected to the build until the firmware port is committed.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bwn/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/bwn/Makefile b/sys/modules/bwn/Makefile
new file mode 100644
index 0000000..a5b18aa
--- /dev/null
+++ b/sys/modules/bwn/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/bwn
+
+KMOD= if_bwn
+SRCS= if_bwn.c if_bwnreg.h if_bwnvar.h
+SRCS+= device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud