mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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.
9 lines
159 B
Makefile
9 lines
159 B
Makefile
# $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>
|