summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-05-02 21:06:02 +0000
committeradrian <adrian@FreeBSD.org>2016-05-02 21:06:02 +0000
commitd3451d9d4050e6c692cb81b07b9cf007abf32ae9 (patch)
tree1e8c8058a8e0ba30400acecc1994900f4ccff8c2 /sys/conf/files
parent9a744dd2b2d036bcd428253e81d367cfb7891248 (diff)
downloadFreeBSD-src-d3451d9d4050e6c692cb81b07b9cf007abf32ae9.zip
FreeBSD-src-d3451d9d4050e6c692cb81b07b9cf007abf32ae9.tar.gz
[bwn] break out the LP PHY code into a separate file.
This (and eventually migrating the other PHY code out) is in preparation for adding the 11n PHY. No, the 11ac PHY (for the BCM4260 softmac part) isn't yet open source, so we can't grow that. Yet. This trims ~3,700 lines of code from if_bwn.c, bringing it down to a slightly less crazy sounding 10,446 lines of code.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1298286..fee5f98 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1132,6 +1132,8 @@ dev/bwi/if_bwi_pci.c optional bwi pci
# XXX Work around clang warning, until maintainer approves fix.
dev/bwn/if_bwn.c optional bwn siba_bwn \
compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
+dev/bwn/if_bwn_phy_lp.c optional bwn siba_bwn \
+ compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
dev/cardbus/cardbus.c optional cardbus
dev/cardbus/cardbus_cis.c optional cardbus
dev/cardbus/cardbus_device.c optional cardbus
OpenPOWER on IntegriCloud