aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_pcib.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* Retire unused non-PCI_RES_BUS codeJessica Clarke2024-07-181-20/+0
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-181-10/+10
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-11/+6
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-21/+12
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-10/+9
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-6/+6
* ofw_pcib: Use bus_generic_rman_*John Baldwin2024-01-231-92/+123
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* Fix ofw pcib when it rman_init failsAndrew Turner2022-07-041-6/+22
* bus: Make BUS_TRANSLATE_RESOURCE behave more like other bus methodsMark Johnston2021-11-151-3/+3
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-0/+715