2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>

* libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
	enabled on x86.
This commit is contained in:
Joel Sherrill
2009-02-19 19:25:53 +00:00
parent 0a90bf269b
commit 66913da28a
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
enabled on x86.
2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/bspopts.m4: Quoting cosmetics.
+1 -2
View File
@@ -47,6 +47,7 @@
#if defined(__i386__)
#define DEC21140_SUPPORTED
#define PCI_DRAM_OFFSET 0
#endif
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(ppc603e))
#define DEC21140_SUPPORTED
@@ -56,8 +57,6 @@
#undef DEC21140_SUPPORTED
#endif
#define phys_to_bus(address) ((unsigned int)((address)) + PCI_DRAM_OFFSET)
#if defined(DEC21140_SUPPORTED)
#include <bsp.h>
#include <rtems/pci.h>
+1
View File
@@ -72,6 +72,7 @@
#if defined(__i386__)
#define ELNK_SUPPORTED
#define PCI_DRAM_OFFSET 0
#endif
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(ppc603e))