summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 16:17:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 16:17:01 +0000
commit12e60d3ac4cc4611e07d81a94256c579e65e91a5 (patch)
tree42b2d083d3abd32540191679b5faa01587f1e358
parent034dc823f0a30e532ef16659b80e39acb1e56dfe (diff)
2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* networkconfig-icecube.h: Fix MAC address and typo.
-rw-r--r--ChangeLog4
-rw-r--r--networkconfig-icecube.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b46e3e5..0e7376b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * networkconfig-icecube.h: Fix MAC address and typo.
+
2007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add mcast.
diff --git a/networkconfig-icecube.h b/networkconfig-icecube.h
index 6f9a05c..04d76ae 100644
--- a/networkconfig-icecube.h
+++ b/networkconfig-icecube.h
@@ -1,5 +1,5 @@
/*
- * Network configuration for IceCub in RTEMS Lab
+ * Network configuration for IceCube in RTEMS Lab
*
************************************************************
* EDIT THIS FILE TO REFLECT YOUR NETWORK CONFIGURATION *
@@ -41,7 +41,7 @@
*/
#define RTEMS_SET_ETHERNET_ADDRESS
#if (defined (RTEMS_SET_ETHERNET_ADDRESS))
- static char ethernet_address[6] = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 };
+ static char ethernet_address[6] = { 0x00, 0x04, 0x9F, 0x00, 0x5B, 0x21 };
#endif
#ifdef RTEMS_USE_LOOPBACK