diff packages/io/eth/current/ChangeLog @ 160:0d0f03f76f6a

Merge from eCos master repository on 2001-06-01-18:52:13-BST
author jlarmour
date Fri, 01 Jun 2001 22:16:29 +0000
parents b939e9cada46
children 2395031e7a66
line wrap: on
line diff
--- a/packages/io/eth/current/ChangeLog
+++ b/packages/io/eth/current/ChangeLog
@@ -1,3 +1,22 @@
+2001-05-22  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/eth_drivers.cdl: New option: CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS
+	which replaces the static define in...
+	* src/stand_alone_eth_drv.c: Rename ETH_DRV_PASS_PACKETS to
+	new CDL option above.
+	Also, ensure references to start_console/end_console are conditional
+	on CYGSEM_IO_ETH_DRIVERS_DEBUG.
+
+2001-05-22  Hugo Tyson  <hmt@redhat.com>
+2001-05-22  Sanjay Bisen <Sanjay.Bisen@ascom.ch>
+
+	* src/net/eth_drv.c (eth_drv_recv): Patch from Sanjay at Ascom; it
+	leaked one mbuf if you run out of clusters.  Fix is simply to
+	free m in addition to top.
+
+	* src/net/eth_drv.c (eth_drv_run_deliveries): Fixed a warning with
+	an int cast in HAL_CTRLC_CHECK().
+
 2001-03-21  Gary Thomas  <gthomas@redhat.com>
 
 	* cdl/eth_drivers.cdl: Fewer buffers needed in stand-alone mode.