forked from Imagelibrary/rtems
2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Remove unused file. * pci/no_host_bridge.c: Removed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Remove unused file.
|
||||
* pci/no_host_bridge.c: Removed.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* preinstall.am: Regenerated.
|
||||
|
||||
@@ -41,7 +41,7 @@ include_bsp_HEADERS = ../../powerpc/shared/pci/pci.h \
|
||||
../../shared/include/irq-generic.h \
|
||||
include/irq-config.h
|
||||
|
||||
pci_SOURCES = pci/no_host_bridge.c ../../powerpc/shared/pci/pci.c \
|
||||
pci_SOURCES = ../../powerpc/shared/pci/pci.c \
|
||||
../../powerpc/shared/pci/pcifinddevice.c PCI_bus/PCI.c PCI_bus/universe.c
|
||||
|
||||
include_bsp_HEADERS += irq/irq.h \
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/*
|
||||
* detect_host_bridge.c
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <libcpu/io.h>
|
||||
#include <libcpu/spr.h>
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bsp/pci.h>
|
||||
#include <bsp/consoleIo.h>
|
||||
#include <bsp/residual.h>
|
||||
#include <bsp/openpic.h>
|
||||
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
/*
|
||||
* For the 8240 and the 8245 there is no host bridge the
|
||||
* Open PIC device is built into the processor chip.
|
||||
*/
|
||||
|
||||
void detect_host_bridge(void)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user