summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-04-22 16:26:53 +0000
committeradrian <adrian@FreeBSD.org>2016-04-22 16:26:53 +0000
commitd8ac63dee116fce08c44d758fa9848162b4868b9 (patch)
tree6c47643940cdec6680774d2c87283d05b4538c9c /sys/modules
parenta0fa43a85103cc99350cca684cb08a4b647c76bd (diff)
downloadFreeBSD-src-d8ac63dee116fce08c44d758fa9848162b4868b9.zip
FreeBSD-src-d8ac63dee116fce08c44d758fa9848162b4868b9.tar.gz
[bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostb
This extracts common code from bhndb_pci, bhnd_pcib, and bhnd_pci_hostb into a simpler shared bhnd_pci base driver, and should enable SoC-side implementation of bhnd_pcib root complex support. Submitted by: Landon Fuller <landonf@landonf.org> Differential Revision: https://reviews.freebsd.org/D5763
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bhnd/cores/bhnd_pci/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/bhnd/cores/bhnd_pci/Makefile b/sys/modules/bhnd/cores/bhnd_pci/Makefile
index c8dfbef..c82f68c 100644
--- a/sys/modules/bhnd/cores/bhnd_pci/Makefile
+++ b/sys/modules/bhnd/cores/bhnd_pci/Makefile
@@ -3,9 +3,7 @@
.PATH: ${.CURDIR}/../../../../dev/bhnd/cores/pci
KMOD= bhnd_pci
-SRCS= bhnd_pci.c \
- mdio_pcie.c
-SRCS+= device_if.h bus_if.h bhnd_bus_if.h \
- mdio_if.h
+SRCS= bhnd_pci.c
+SRCS+= device_if.h bus_if.h bhnd_bus_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud