aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ofw/ofw_pcibus.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* 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
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* subr_bus: restore bus_null_rescan()Mitchell Horne2022-06-231-0/+1
* bus_if: provide a default null rescan methodMitchell Horne2022-06-231-1/+0
* ofw drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-4/+1
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-301-1/+1
* bus_child_pnpinfo: fix two stragglersWarner Losh2021-06-231-0/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-8/+7
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+5
* powerpc: Fix the NUMA domain list on powernvJustin Hibbits2020-01-181-33/+2
* [PPC] Avoid underflows in NUMA domainsLeandro Lupori2019-10-221-1/+1
* Fix bug on newbus device deletion: we should delete the child's devinfoNathan Whitehorn2019-06-161-1/+1
* powerpc: hide innocuous printf behind bootverboseJustin Hibbits2019-05-081-1/+2
* Add NUMA support to powerpcJustin Hibbits2019-04-131-0/+76
* Sprinkle EARLY_DRIVER_MODULE around the treeJustin Hibbits2018-12-041-1/+2
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-3/+14
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-0/+12
* Where appropriate, use the endian-flipping OF_getencprop() instead ofNathan Whitehorn2015-11-171-5/+7
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-151-1/+2
* Fix a paste-o commited in r272109: we need to get the interrupts for theIan Lepore2014-09-261-1/+1
* Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore2014-09-251-23/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-2/+2
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-011-18/+18
* Following the approach with ACPI DMAR on x86, split IOMMU handling intoNathan Whitehorn2013-11-121-6/+4
* Add two new interfaces to ofw_bus:Nathan Whitehorn2013-10-231-9/+8
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratedNathan Whitehorn2013-10-211-11/+0
* Add a loader tunable to use only device tree-provided PCI devices. This isNathan Whitehorn2013-09-161-2/+6
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesNathan Whitehorn2013-09-151-4/+5
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-151-1/+1
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.John Baldwin2012-03-021-5/+6
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain aMarcel Moolenaar2011-02-021-3/+3
* Change the default interrupt polarity on PowerPC systems from high to low.Nathan Whitehorn2010-06-181-10/+22
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-181-9/+23
* Relocate interrupt sense setting for K2 SATA from the ATA driver to theNathan Whitehorn2010-05-161-8/+25
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-186/+167
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-141-0/+359