forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* include/tm27.h: Correct error in tm27 test
|
||||
|
||||
@@ -159,7 +159,7 @@ void VIA_isa_bridge_interrupts_setup(void)
|
||||
unsigned char maxBus;
|
||||
unsigned found = 0;
|
||||
|
||||
maxBus = BusCountPCI();
|
||||
maxBus = pci_bus_count();
|
||||
pci_dev.function = 0; /* Assumes the bidge is the first function */
|
||||
|
||||
for (pci_dev.bus = 0; pci_dev.bus < maxBus; pci_dev.bus++) {
|
||||
|
||||
Reference in New Issue
Block a user