aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ofw/ofw_pcib_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofw drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-4/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* 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
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-271-4/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-011-4/+2
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufNathan Whitehorn2013-12-171-6/+11
* Add two new interfaces to ofw_bus:Nathan Whitehorn2013-10-231-1/+1
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratedNathan Whitehorn2013-10-211-0/+8
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-151-1/+1
* Inherit from PCI bridge driver instead of manually specifying all of itsNathan Whitehorn2012-02-051-24/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-6/+5
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain aMarcel Moolenaar2011-02-021-1/+1
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesNathan Whitehorn2010-06-181-0/+5
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-181-2/+5
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-3/+61
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-141-15/+18
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-061-5/+3
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-1/+1
* Catchup to now-required <sys/module.h> for PowerPCPeter Grehan2004-06-251-0/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Add a pcib variant to allow us to fix up interrupt assignments.Benno Rice2003-01-091-0/+118