aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_host_generic_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Make the iommu xref uintptr_tAndrew Turner2025-04-081-1/+1
* pci: avoid accidental clobbering of regs on some fdt platformsKyle Evans2024-12-291-0/+1
* 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
* pci_host_generic: Enumerate resource ranges under bootverboseJohn Baldwin2024-03-011-11/+0
* pci_host_generic_fdt: Remove duplicate DEVMETHOD entriesJohn Baldwin2024-02-141-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Add fdt to name of a fdt specific functionAndrew Turner2022-05-231-2/+2
* Add OFW_IOMMU id type for pci_get_id() so we can ask parent IOMMURuslan Bukin2022-05-071-0/+27
* pci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-6/+2
* pci fdt host drivers: Remove unused variables.John Baldwin2022-04-091-3/+0
* pci_host_generic: Add Synopsys Designware PCIe controller quirkPawel Anikiel2021-09-151-0/+7
* pci_host_generic_fdt: set domain numberBartlomiej Grzesik2021-08-311-0/+8
* pci_host_generic_fdt.c: Add support for mapping dts nodes to PCI devicesMarcin Wojtas2021-06-081-0/+78
* Remove ThunderX PCIe FDT quirks from pci_host_generic_fdt.cMarcin Wojtas2021-06-081-176/+2
* pci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add a driver for bcm2838 PCI express controllerAndrew Turner2020-07-061-1/+17
* Clean up the pci host generic driverAndrew Turner2020-06-171-28/+2
* Remove PCI_IO_WINDOW_OFFSET from the pci host generic fdt attachment.Andrew Turner2020-04-241-4/+1
* Pass pci_base address instead of physical address to rman_manage_region().Ruslan Bukin2019-05-291-3/+3
* pci_host_generic : move activate/release to generic codeJayachandran C.2018-11-191-78/+0
* pci_host_generic*: basic implementation of bus rangeJayachandran C.2018-11-191-0/+3
* pci_host_generic: allocate resources against devicesJayachandran C.2018-11-191-0/+2
* If ofw_bus_msimap fails don't try to use the invalid MSI/MSI-X parent node.Andrew Turner2017-03-161-11/+29
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Increase interrupt cells in generic_pcie_fdt_route_interruptJayachandran C.2016-12-121-1/+1
* Fix the PCI host generic FDT driver to call into the common code and notAndrew Turner2016-11-301-6/+6
* To allow for an ACPI attachment to the generic PCIe driver split off theAndrew Turner2016-11-211-0/+641