commit | 92eb4602eb5c37db86cd9d2b1f4c8ca304fbc49f | [log] [tgz] |
---|---|---|
author | John Rose <johnrose@austin.ibm.com> | Tue Mar 14 17:46:45 2006 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Thu Mar 16 16:55:07 2006 +1100 |
tree | d6f53b85f0071e914cd1fa5d363259d584f1d3b2 | |
parent | 920573bd03bf690135967b5022362d34ede589c3 [diff] |
[PATCH] powerpc: properly configure DDR/P5IOC children devs The dynamic add path for PCI Host Bridges can fail to configure children adapters under P5IOC controllers. It fails to properly fixup bus/device resources, and it fails to properly enable EEH. Both of these steps need to occur before any children devices are enabled in pci_bus_add_devices(). Signed-off-by: John Rose <johnrose@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>