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:
Joel Sherrill
2008-09-19 19:29:50 +00:00
parent 349475b9c1
commit 4c9784e8a2
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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