aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhnd.h
Commit message (Expand)AuthorAgeFilesLines
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller2016-09-241-16/+189
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-051-0/+39
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-041-1/+24
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-031-26/+0
* bhnd(4): Apply the siba chipid ncore fixup in bhnd_read_chipid(), ensuringLandon J. Fuller2016-08-281-0/+4
* bhnd(4): Add a bhnd bus method for fetching the device's core table.Landon J. Fuller2016-08-281-0/+26
* bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's deviceLandon J. Fuller2016-08-271-0/+8
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-271-0/+226
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-161-40/+47
* bhnd(4): Add bus pass-aware discovery of platform devices (PMU,Landon J. Fuller2016-07-121-4/+4
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller2016-06-081-10/+2
* Fix several MIPS/BCM-blocking bugs in bhnd(4) chipcLandon J. Fuller2016-06-041-0/+2
* [bhnd] Normalize bhnd(4) device matching APIAdrian Chadd2016-05-241-209/+45
* [bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd2016-05-231-0/+15
* [bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIsAdrian Chadd2016-05-201-0/+108
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-171-3/+6
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-171-30/+140
* [bhnd] Add logging macros to BHND.Adrian Chadd2016-05-161-0/+1
* [bhnd] Add support for matching of MIPS & ARM coresAdrian Chadd2016-05-161-3/+9
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-081-0/+49
* [bhnd] Add support for matching on chip identifiers.Adrian Chadd2016-05-081-0/+77
* [bhnd] Add bhnd_resource support for the bus_(read|write)(_multi_)stream_* fu...Adrian Chadd2016-05-081-7/+122
* [bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd2016-05-081-8/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* [bhnd] Standardize bhnd device tables and quirk matching.Adrian Chadd2016-04-191-44/+84
* [bhnd] Clean up bhnd resource handling and inherited bus methodsAdrian Chadd2016-04-191-0/+30
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-2/+2
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-261-0/+576