mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 12:24:54 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user