aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/pci/ofw_pcib.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove an unused header.Marius Strobl2013-03-011-6/+41
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-031-0/+1
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericMarius Strobl2011-01-041-23/+3
* - Hook up the default implementations of the MSI/MSI-X pcib_if methodsMarius Strobl2009-12-251-2/+39
* Enroll these drivers in multipass probing. The motivation behind thisMarius Strobl2009-12-221-1/+2
* Provide and consume missing module dependency information.Marius Strobl2009-12-211-0/+1
* - Sort device methods.Marius Strobl2009-03-191-2/+2
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-1/+0
* On sparc64 machines with multiple host-PCI-bridges these bridgesMarius Strobl2008-04-171-3/+0
* For sun4u also add PCI busses with a device unit number of -1Marius Strobl2007-06-181-8/+1
* The T2000 has multiple PCI domains requiring bus allocation to be done differ...Kip Macy2006-10-121-0/+6
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-061-5/+3
* - Adhere style(9) (don't use function calls in initializers).Marius Strobl2005-12-031-3/+5
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-2/+5
* - Remove the old sparc64 OFW PCI code (as opposed to the formerMarius Strobl2004-05-081-1/+0
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCIThomas Moestl2003-07-011-0/+122