freebsd-skq/sys/dev/bhnd/bhndb
adrian 1927244465 [bwn] [bhnd] initial support for using bhnd for if_bwn devices.
This is an initial work in progress to use the replacement bhnd
bus code for devices which support it.

* Add manpage updates for bhnd, bhndb, siba
* Add kernel options for bhnd, bhndbus, etc
* Add initial support in if_bwn_pci / if_bwn_mac for using bhnd
  as the bus transport for suppoted NICs
* if_bwn_pci will eventually be the PCI bus glue to interface to bwn,
  which will use the right backend bus to attach to, versus direct
  nexus/bhnd attachments (as found in embedded broadcom devices.)

The PCI glue defaults to probing at a lower level than the bwn glue,
so bwn should still attach as per normal without a boot time tunable set.

It's also not fully fleshed out - the bwn probe/attach code needs to be
broken out into platform and bus specific things (just like ath, ath_pci,
ath_ahb) before we can shift the driver over to using this.

Tested:

* BCM4311, STA mode
* BCM4312, STA mode

Submitted by:	Landon Fuller <landonf@landonf.org>
Differential Revision:	https://reviews.freebsd.org/D6191
2016-05-04 23:38:27 +00:00
..
bhndb_bus_if.m
bhndb_hwdata.c sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
bhndb_hwdata.h
bhndb_if.m
bhndb_pci_hwdata.c
bhndb_pci_hwdata.h
bhndb_pci.c [bwn] [bhnd] initial support for using bhnd for if_bwn devices. 2016-05-04 23:38:27 +00:00
bhndb_pcireg.h
bhndb_pcivar.h [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostb 2016-04-22 16:26:53 +00:00
bhndb_private.h [bhnd] Add support for specifying the address space used by bhndb children 2016-04-19 15:52:55 +00:00
bhndb_subr.c [bwn] [bhnd] initial support for using bhnd for if_bwn devices. 2016-05-04 23:38:27 +00:00
bhndb.c [bwn] [bhnd] initial support for using bhnd for if_bwn devices. 2016-05-04 23:38:27 +00:00
bhndb.h
bhndbvar.h [bhnd] Add support for specifying the address space used by bhndb children 2016-04-19 15:52:55 +00:00