summaryrefslogtreecommitdiffstats
path: root/sys/modules/bwn_pci/Makefile
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-05-08 19:14:05 +0000
committeradrian <adrian@FreeBSD.org>2016-05-08 19:14:05 +0000
commitc04eb7cb4e5981671c560d331d66c9e841047112 (patch)
tree1c6fecaa405a020ef683a8cfd8aae42a90102e9d /sys/modules/bwn_pci/Makefile
parente0239ae3fe12de3d01f6f9191e73a73af4ba3bf9 (diff)
downloadFreeBSD-src-c04eb7cb4e5981671c560d331d66c9e841047112.zip
FreeBSD-src-c04eb7cb4e5981671c560d331d66c9e841047112.tar.gz
[bhnd] Initial bhnd(4) SPROM/NVRAM support.
This adds support for the NVRAM handling and the basic SPROM hardware used on siba(4) and bcma(4) devices, including: * SPROM directly attached to the PCI core, accessible via PCI configuration space. * SPROM attached to later ChipCommon cores. * SPROM variables vended from the parent SoC bus (e.g. via a directly-attached flash device). Additional improvements to the NVRAM/SPROM interface will be required, but this changeset stands alone as working checkpoint. Submitted by: Landon Fuller <landonf@landonf.org> Reviewed by: Michael Zhilin <mizkha@gmail.com> (Broadcom MIPS support) Differential Revision: https://reviews.freebsd.org/D6196
Diffstat (limited to 'sys/modules/bwn_pci/Makefile')
-rw-r--r--sys/modules/bwn_pci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/bwn_pci/Makefile b/sys/modules/bwn_pci/Makefile
index 5e3a9db..355bc2a 100644
--- a/sys/modules/bwn_pci/Makefile
+++ b/sys/modules/bwn_pci/Makefile
@@ -4,8 +4,8 @@
KMOD= if_bwn_pci
SRCS= if_bwn_pci.c bwn_mac.c
+SRCS+= bhnd_bus_if.h bhndb_bus_if.h \
+ bhndb_if.h bhnd_nvram_map.h
SRCS+= device_if.h bus_if.h pci_if.h \
- bhnd_bus_if.h bhndb_bus_if.h \
- bhndb_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud