aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-4/+4
* pci/n1sdp: Disable HotPlugAndrew Turner2025-10-171-0/+12
* 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
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove redundant data from pci host genericAndrew Turner2023-04-241-4/+4
* pci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+1
* Use pmap_qenter in the N1SDP PCIe driverAndrew Turner2021-02-251-11/+28
* Add PCI Express driver for the ARM Neoverse N1 System DevelopmentRuslan Bukin2020-02-111-0/+350