commit | 5bab7e6fea78334a2564b6e5be7363f47dd0092b | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Oct 01 11:33:31 2011 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 13 23:18:54 2011 -0400 |
tree | 0b5f97ce0ade55a01d84cc214b77d69111bdeed3 | |
parent | 99e37c4295b436ef57678f3a05e1c53389757ea2 [diff] |
Separate pciinit.c into clearly delineated sections. There are four separate phases of the current PCI initialization code: bus initialization, bus sizing, bar allocation, and misc device init. Move the code exclusively called in each phase next to each other, and clearly mark each section. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>