summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw
Commit message (Collapse)AuthorAgeFilesLines
* Simplify ofw_pci_fixup(). It doesn't need to be recursive, since thegrehan2003-03-031-19/+3
| | | | | | bridge code already handles IRQ adjustment on the far side of a bridge. Reviewed by: benno
* Make ofw_pci_find_node() use the reg property instead of thebenno2003-01-091-5/+5
| | | | assigned-addresses property. This works a lot better.
* Add a pcib variant to allow us to fix up interrupt assignments.benno2003-01-091-0/+118
| | | | We probably want to do something wrt bus enumeration as well at some point.
* OpenFirmware PCI support code.benno2002-07-092-0/+273
This and the sparc64 equivalent should probably be merged at some point.
OpenPOWER on IntegriCloud