summaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhndb
Commit message (Expand)AuthorAgeFilesLines
* bhnd(4): Remove some double words in source code commentsGordon Bergling2022-04-141-1/+1
* bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston2022-03-071-6/+0
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-46/+25
* bhnd(4): Use the new BHND_CAP_BP64 capability flag to exclude DMALandon J. Fuller2018-03-291-1/+8
* bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller2018-03-291-1/+27
* bhndb_pci(4): Implement bridge support for CardBus-attached devices.Landon J. Fuller2018-01-191-10/+19
* bhndb_pci(4): fix incorrect BHND_PCI_SRSH_PI workaroundLandon J. Fuller2018-01-172-328/+558
* bhndb(4): Enable addrext support on DMA64 devices, and fix an incorrect DMALandon J. Fuller2017-12-162-13/+11
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-152-1/+2
* bhndb(4): Fix two register window overcommit bugs introduced in r326297:Landon J. Fuller2017-12-141-48/+51
* bhnd(4): Include board_devid in the bhnd_board_info structure, and populateLandon J. Fuller2017-12-141-2/+5
* bhndb(4): Fix leak of child devices and MSI vectors.Landon J. Fuller2017-12-022-3/+9
* bhndb(4): Fix incorrect assertion in bhndb_deregister_intr_handler().Landon J. Fuller2017-12-021-1/+1
* bhndb(4): Implement bridge support for the BCM4312 and other PCI_V0 chipsets.Landon J. Fuller2017-11-289-62/+385
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-222-29/+34
* bhnd(4): Add support for querying DMA address translation parametersLandon J. Fuller2017-11-216-21/+294
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-219-197/+1177
* bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller2017-09-276-611/+787
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-273-7/+47
* bhnd: remove redundant ;s at the end of functions or switch statementsEd Maste2016-09-061-4/+4
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-054-80/+152
* bhndb(4): Fix probing of bhndb-attached bhnd_nvram devices.Landon J. Fuller2016-09-041-6/+2
* bhndb(4): Skip disabled cores when performing bridge configuration probing.Landon J. Fuller2016-09-043-19/+60
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-048-493/+753
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-031-0/+4
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-273-2/+94
* bhndb(4): Fix unsigned integer underflow in dynamic register windowLandon J. Fuller2016-08-231-2/+3
* bhndb(4): Drop MIPS-incompatible __builtin_ctz dependency.Landon J. Fuller2016-08-162-21/+40
* bhnd(4): Add bus pass-aware discovery of platform devices (PMU,Landon J. Fuller2016-07-121-1/+13
* revert error commit from previous commit. my bad!Adrian Chadd2016-06-231-1/+1
* [BHND/bcma] Add implementation of BHND_BUS_RESET_CORE function for BCMAAdrian Chadd2016-06-231-2/+4
* [bhnd] Normalize bhnd(4) device matching APIAdrian Chadd2016-05-244-134/+95
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-241-123/+7
* [bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd2016-05-232-0/+78
* [bhnd] Add bhnd bridge support for bus_adjust_resource().Adrian Chadd2016-05-203-7/+75
* [bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIsAdrian Chadd2016-05-201-25/+39
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-172-37/+47
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-173-21/+43
* [bhnd] fix incorrect typing.Adrian Chadd2016-05-091-2/+3
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-085-45/+401
* [bhnd] Add bhnd_resource support for the bus_(read|write)(_multi_)stream_* fu...Adrian Chadd2016-05-081-12/+57
* [bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd2016-05-082-31/+30
* [bhnd] don't use anonymous unions.Adrian Chadd2016-05-055-35/+53
* [bhnd] quieten gcc warning.Adrian Chadd2016-05-051-0/+3
* [bwn] [bhnd] initial support for using bhnd for if_bwn devices.Adrian Chadd2016-05-043-5/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* [bhnd] use correct bus deallocation methodAdrian Chadd2016-04-221-1/+1
* [bhnd] Update bhndb format strings to match long -> rman_res_t size change.Adrian Chadd2016-04-221-2/+2
* [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbAdrian Chadd2016-04-222-897/+97
* [bhnd] Standardize bhnd device tables and quirk matching.Adrian Chadd2016-04-192-44/+39