mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 05:32:03 +08:00
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libchip/network/dec21140.c, libchip/network/elnk.c,
|
||||
libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
|
||||
|
||||
2008-09-17 Miao Yan <yanmiaobest@gmail.com>
|
||||
|
||||
* optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#if defined(__i386__)
|
||||
#define DEC21140_SUPPORTED
|
||||
#endif
|
||||
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(mpc603e))
|
||||
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(ppc603e))
|
||||
#define DEC21140_SUPPORTED
|
||||
#endif
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
#define ELNK_SUPPORTED
|
||||
#endif
|
||||
|
||||
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(mpc603e))
|
||||
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(ppc603e))
|
||||
#define ELNK_SUPPORTED
|
||||
#endif
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
#define DRIVER_SUPPORTED
|
||||
#endif
|
||||
|
||||
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(mpc603e))
|
||||
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(ppc603e))
|
||||
#define DRIVER_SUPPORTED
|
||||
#warning The if_dc driver is untested on the PPC platform !!!
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user