summaryrefslogtreecommitdiffstats
path: root/sys/modules/bwn
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2010-02-16 01:44:14 +0000
committerweongyo <weongyo@FreeBSD.org>2010-02-16 01:44:14 +0000
commit2eef358f95b1d0007763b79eccbfd763da55fa64 (patch)
tree69d1edad8bf44f9fdae64455731736b499e22fbd /sys/modules/bwn
parent2a614014a25514085bc3897657df5c07cd25815d (diff)
downloadFreeBSD-src-2eef358f95b1d0007763b79eccbfd763da55fa64.zip
FreeBSD-src-2eef358f95b1d0007763b79eccbfd763da55fa64.tar.gz
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/bwn')
-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