PCI fixes
authorKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jun 2008 15:55:29 +0000 (11:55 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jun 2008 15:55:29 +0000 (11:55 -0400)
commitdb03d5db185430812775f0075a18da459b96a019
tree17aab1642efbd0baf5c07123a3f14ba515798654
parentb8d7a4797d06c9ff69712a3b436d2e0458ac7a51
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).
src/pci.c
src/pcibios.c
src/pirtable.c