bwn(4): Enable, by default, the opt-in support for bhnd(4) introduced in
authorlandonf <landonf@FreeBSD.org>
Wed, 17 Jan 2018 22:33:19 +0000 (22:33 +0000)
committerlandonf <landonf@FreeBSD.org>
Wed, 17 Jan 2018 22:33:19 +0000 (22:33 +0000)
commitd49b03f3feaceed5bb1787985e6e471263b92757
treeb3887d897d0cf3f766565dbca7872394ba47c514
parent0c26afc4c54cbd648b1b34a76aaa1af2a03c4cf7
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
sys/dev/bwn/if_bwn.c
sys/dev/bwn/if_bwn_pci.c