aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/cores/pci/bhnd_pci.c
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-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* 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-011-8/+4
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-0/+2
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller2016-06-081-2/+2
* [bhnd] Normalize bhnd(4) device matching APIAdrian Chadd2016-05-241-5/+6
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-171-24/+13
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-171-2/+2
* [bhnd] fix more module dependencies.Adrian Chadd2016-05-021-3/+2
* [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-221-5/+501
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-261-0/+52