From 2174c66d4bb77b6c33159a20e8c4559efd062b68 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 30 Aug 2011 13:07:21 +0000 Subject: 2011-08-30 Peter Dufault * 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. --- c/src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'c/src/ChangeLog') 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 + + * 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 * libchip/serial/ns16550_p.h, libchip/serial/ns16550.c: Remove -- cgit v1.2.3