forked from Imagelibrary/rtems
2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
* pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support common PCI interface
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||||
|
|
||||||
|
* pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
|
||||||
|
common PCI interface
|
||||||
|
|
||||||
2005-04-15 Joel Sherrill <joel@OARcorp.com>
|
2005-04-15 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
|
* GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
|
||||||
|
|||||||
@@ -373,7 +373,7 @@ void pci_initialize()
|
|||||||
/*
|
/*
|
||||||
* Return the number of PCI buses in the system
|
* Return the number of PCI buses in the system
|
||||||
*/
|
*/
|
||||||
unsigned char BusCountPCI()
|
unsigned char pci_bus_count()
|
||||||
{
|
{
|
||||||
return(ucMaxPCIBus);
|
return(ucMaxPCIBus);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1188,7 +1188,7 @@ extern int pci_write_config_dword();
|
|||||||
/*
|
/*
|
||||||
* Return the number of PCI busses in the system
|
* Return the number of PCI busses in the system
|
||||||
*/
|
*/
|
||||||
extern unsigned char BusCountPCI();
|
extern unsigned char pci_bus_count();
|
||||||
extern void pci_initialize();
|
extern void pci_initialize();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -591,7 +591,7 @@ void bsp_start( void )
|
|||||||
#endif
|
#endif
|
||||||
pci_initialize();
|
pci_initialize();
|
||||||
#ifdef SHOW_MORE_INIT_SETTINGS
|
#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
|
#endif
|
||||||
|
|
||||||
/* Install our own exception handler (needs PCI) */
|
/* Install our own exception handler (needs PCI) */
|
||||||
|
|||||||
Reference in New Issue
Block a user