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

* irq/irq_init.c, startup/bspstart.c: Name modification for generic pci
	interface
This commit is contained in:
Jennifer Averett
2005-05-04 19:26:19 +00:00
parent 6266abeb1b
commit 8b3b2ef6f5
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,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++) {

View File

@@ -457,7 +457,7 @@ ShowBATS();
pci_initialize();
#ifdef SHOW_MORE_INIT_SETTINGS
printk("Number of PCI buses found is : %d\n", BusCountPCI());
printk("Number of PCI buses found is : %d\n", pci_bus_count());
#endif
#ifdef TEST_RAW_EXCEPTION_CODE
printk("Testing exception handling Part 1\n");