CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/13 10:36:46
Modified files:
sys/arch/macppc/pci: pci_machdep.c
Log message:
Make pci_make_tag() work with ht(4) controllers, fix a regression
introduced when the macppc pci code started parsing its device tree
to enumerate devices.
"ht" nodes do not have a "bus-range" property so we need to start
iterating on their PCI bridge nodes to find our devices.
