From 4620695bd94a573b034e4a6464e3915bdb4a8cab Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 3 Jun 2015 17:36:50 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 270e61aecbe..8375910c6b9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10538,4 +10538,7 @@ kernel builds because in those cases the message queue structure is protected and cannot be accessed directly from user mode code. Noted by Jouko Holopainen (2015-06-03). - * rivers/net/tun.c: TUN driver bug fix. From Max Neklyudov (2015-06-03. + * drivers/net/tun.c: TUN driver bug fix. From Max Neklyudov (2015-06-03. + * drivers/net/Kconfig, include/nuttx/net/mii.h, and + arch/arm/src/lpc17xx/lpc17_ethernet.c: Add support for the Micrel + KSZ8041 PHY to the LPC17xx Ethernet driver (2015-06-03).