aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bhnd
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1611-11/+0
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-182-1/+5
* - Fix `make` in sys/modulesLi-Wen Hsu2018-01-121-0/+1
* siba(4): Add support for devices have neither PMU nor PWRCTL support.Landon J. Fuller2017-11-281-2/+3
* bhnd(4): Add missing dependency on ofw_bus_if.hLandon J. Fuller2017-11-241-1/+1
* bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller2017-11-221-3/+11
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-224-3/+8
* bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller2017-09-271-0/+1
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-0410-17/+17
* bhnd(4): NVRAM serialization support.Landon J. Fuller2016-12-191-0/+1
* bhnd(4): NVRAM device path support.Landon J. Fuller2016-12-191-0/+1
* bhnd(4): add support for wrapping arbitrary pointers in an NVRAM I/OLandon J. Fuller2016-12-191-0/+1
* bhnd(4): support direct conversion of bhnd_nvram_valLandon J. Fuller2016-12-191-0/+1
* bhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvram_prop API forLandon J. Fuller2016-12-191-0/+1
* bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding.Landon J. Fuller2016-11-261-5/+15
* Revert r308107Li-Wen Hsu2016-10-3010-11/+9
* - Fix `make` in sys/modules/bhndLi-Wen Hsu2016-10-3010-9/+11
* bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller2016-09-242-2/+2
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-041-0/+1
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-035-5/+13
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-273-19/+21
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-161-4/+9
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-242-2/+4
* [bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd2016-05-231-0/+1
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-173-5/+10
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-085-18/+17
* Fix kernel build with parallel make.Niclas Zeising2016-05-051-1/+1
* [bhnd] add missing bus file.Adrian Chadd2016-05-051-1/+1
* [bhnd] add missing bus interface SRC bits, required after the last source imp...Adrian Chadd2016-05-025-5/+6
* [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbAdrian Chadd2016-04-221-4/+2
* Add modules support for the bhnd code.Adrian Chadd2016-02-2613-0/+143