freebsd-dev/sys/dev/bwn
Landon J. Fuller 19a63eb534 bwn(4): Enable, by default, the opt-in support for bhnd(4) introduced in
r326454.

bwn(4)/bhnd(4) has been tested with most chipsets currently supported by
bwn(4), and this change should be transparent to existing bwn(4) users;
please report any regressions that you do encounter.

To revert to using siba_bwn(4) instead of bhnd(4), place the following
lines in loader.conf(5):

  hw.bwn_pci.preferred="0"

Once we're satisfied that the switch to bhnd(4) has seen sufficient broader
testing, bwn(4) will be migrated to use the native bhnd(9) interface
directly, and support for siba_bwn(4) will be dropped (see D13518).

Sponsored by:	The FreeBSD Foundation
2018-01-17 22:33:19 +00:00
..
if_bwn_bhnd.c Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwn_chipid.h [bwn] add BCMA chip identifiers. 2016-05-14 20:03:24 +00:00
if_bwn_cordic.h [bwn] add an implementation of "cordic" and imaginary math. 2016-05-14 23:33:13 +00:00
if_bwn_debug.h [bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropriate. 2016-05-16 22:56:45 +00:00
if_bwn_misc.h [bwn] implement reset improvements in preparation for PHY-N support 2016-05-14 23:20:46 +00:00
if_bwn_pci.c bwn(4): Enable, by default, the opt-in support for bhnd(4) introduced in 2018-01-17 22:33:19 +00:00
if_bwn_pcivar.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_common.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_common.h [bwn] begin migrating PHY common routines into if_bwn_phy_common.[ch]. 2016-05-14 20:11:48 +00:00
if_bwn_phy_g.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_g.h [bwn] add new types, prepare for PHY-N; prepare for rev 5xx firmware. 2016-05-14 23:38:21 +00:00
if_bwn_phy_lp.c dev: make some use of mallocarray(9). 2018-01-13 22:30:30 +00:00
if_bwn_phy_lp.h [bwn] break out the LP PHY code into a separate file. 2016-05-02 21:06:02 +00:00
if_bwn_phy_n.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_n.h [bwn] add PHY-N glue. 2016-05-17 07:11:12 +00:00
if_bwn_siba_compat.c bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity. 2017-12-15 04:51:47 +00:00
if_bwn_siba_compat.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_siba.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_siba.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_util.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_util.h [bwn] add Q52 macros. 2016-05-14 20:09:37 +00:00
if_bwn.c bwn(4): Enable, by default, the opt-in support for bhnd(4) introduced in 2018-01-17 22:33:19 +00:00
if_bwnreg.h Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwnvar.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00