commit | db03d5db185430812775f0075a18da459b96a019 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Jun 21 11:55:29 2008 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Jun 21 11:55:29 2008 -0400 |
tree | 17aab1642efbd0baf5c07123a3f14ba515798654 | |
parent | b8d7a4797d06c9ff69712a3b436d2e0458ac7a51 [diff] |
PCI fixes Only set the PIR table signature and checksum in the init function - that way, if it is disabled at runtime (eg, due to coreboot) then it wont be found by the OS. Fix parameter swap bug in handle_1ab102. Add support for more than one bus in pci scanning code (but only have 1 bus for now).