summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-08-30 13:07:21 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-08-30 13:07:21 +0000
commit2174c66d4bb77b6c33159a20e8c4559efd062b68 (patch)
treef5843250e7ad845badd29e2e63c3b11f05e75ccd /c/src/ChangeLog
parent2011-08-30 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2174c66d4bb77b6c33159a20e8c4559efd062b68.tar.bz2
2011-08-30 Peter Dufault <dufault@hda.com>
* libchip/network/smc91111.c: Modify to support the MPC5554 using new exceptions. Fix where the networking status is being dumped to a single thousand-character line. Add support for when the chip loaded it's MAC address from a serial chip at reset (the SMC91111_ENADDR_IS_SETUP option). Call lan91cxx_start() every time the the device is initialized. Without this change the chip can not be "upped" once it has been downed. * c/src/libchip/network/smc91111.h: Change the "#ifdef expression" to "#if expression". * c/src/libchip/network/smc91111exp.h: Add support for new exceptions.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 0fd83306d5..6d212be7cb 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,16 @@
+2011-08-30 Peter Dufault <dufault@hda.com>
+
+ * libchip/network/smc91111.c: Modify to support the MPC5554 using new
+ exceptions. Fix where the networking status is being dumped to a
+ single thousand-character line. Add support for when the chip loaded
+ it's MAC address from a serial chip at reset (the
+ SMC91111_ENADDR_IS_SETUP option). Call lan91cxx_start() every time
+ the the device is initialized. Without this change the chip can not
+ be "upped" once it has been downed.
+ * c/src/libchip/network/smc91111.h: Change the "#ifdef expression" to
+ "#if expression".
+ * c/src/libchip/network/smc91111exp.h: Add support for new exceptions.
+
2011-07-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/serial/ns16550_p.h, libchip/serial/ns16550.c: Remove