This adds the full suite of man pages (bhnd.4, bcma.4,
and updated siba.4), kernel configuration options (bhnd,
bhndbus, etc), and inclusion of bhnd modules in the standard
kernel build.
Additionally, this adds a bhnd(4)-based if_bwn_pci module,
which will match (BUS_PROBE_LOW_PRIORITY) devices supported
by the current bwn(4), as well as newer bcma(4)-based devices.
For all devices supported by the existing if_bwn driver, the
bhnd(4)-based driver will return a lower probe priority unless
hw.bwn_pci.preferred is set.
This should reduce everyone's merge/integration workload on
bhnd(4)-based driver and platform (e.g. MIPS SoC) bring-up.