2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>

* irq/irq_init.c: Name change to support common PCI interface
This commit is contained in:
Jennifer Averett
2005-05-04 19:32:06 +00:00
parent 43d8a82448
commit 971fbc91ba
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
* irq/irq_init.c: Name change to support common PCI interface
2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com> 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
* include/tm27.h: Correct error in tm27 test * include/tm27.h: Correct error in tm27 test

View File

@@ -159,7 +159,7 @@ void VIA_isa_bridge_interrupts_setup(void)
unsigned char maxBus; unsigned char maxBus;
unsigned found = 0; unsigned found = 0;
maxBus = BusCountPCI(); maxBus = pci_bus_count();
pci_dev.function = 0; /* Assumes the bidge is the first function */ pci_dev.function = 0; /* Assumes the bidge is the first function */
for (pci_dev.bus = 0; pci_dev.bus < maxBus; pci_dev.bus++) { for (pci_dev.bus = 0; pci_dev.bus < maxBus; pci_dev.bus++) {