aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/cores/pci
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-9/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-092-3/+2
* bhnd(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-25/+14
* bhndb_pci(4): fix incorrect BHND_PCI_SRSH_PI workaroundLandon J. Fuller2018-01-171-5/+7
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-087-2/+16
* bhnd(4): Add support for querying DMA address translation parametersLandon J. Fuller2017-11-211-7/+7
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-211-2/+2
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-271-2/+6
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller2016-06-082-3/+3
* [bhnd] Normalize bhnd(4) device matching APIAdrian Chadd2016-05-242-63/+61
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-175-132/+378
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-173-12/+32
* [bhnd] fix more module dependencies.Adrian Chadd2016-05-023-4/+5
* [bhnd] add module dependencies.Adrian Chadd2016-05-021-0/+1
* [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbAdrian Chadd2016-04-2210-615/+1177
* [bhnd] Standardize bhnd device tables and quirk matching.Adrian Chadd2016-04-191-1/+1
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-269-0/+1368