summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_host_generic_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* pci_host_generic: Add Synopsys Designware PCIe controller quirkPawel Anikiel2022-03-071-0/+7
* 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