commit | 2c4c2115a72afd66d2cc861bdb25fe12347a22b0 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Oct 15 11:42:48 2011 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Oct 15 11:42:48 2011 -0400 |
tree | af9ffbe7cc163b258ef491cdec71fb2d56d16692 | |
parent | 28a20e125630c74b6fab79a663c6bc73778808ab [diff] |
Replace recursive pci init system with linear passes. The existing PCI sizing and mapping uses a recursive algorithm to visit every bus and its devices in order. Replace that with an algorithm that visits every device and then every bus. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>