Mercurial > ecos-v3_0-branch
view packages/net/drivers/eth/common/current/ChangeLog @ 103:95f3e12a6327 ecos-sw-2000-06-23
Merge from eCos master repository on 2000-06-23-16:41:10-BST
| author | jlarmour |
|---|---|
| date | Fri, 23 Jun 2000 17:06:31 +0000 |
| parents | ced4577552cd |
| children | 02ea4320376c |
line wrap: on
line source
2000-06-23 Hugo Tyson <hmt@cygnus.co.uk> * src/eth_drv.c (eth_drv_send): Do not consume an SG entry for zero length data; tolerate overflow of the SG. Before this, pings of 6000 bytes crashed the system! You can now set net_debug to 2 to get quieter output; 1 gives the whole packet dump as before. * include/eth_drv.h (MAX_ETH_DRV_SG): Make this 16 so that an MTU made of all mbufs will not overflow. 2000-03-28 Gary Thomas <gthomas@redhat.com> * src/eth_drv.c (eth_drv_recv): Tolerate running out of MBUFs instead of "panic"ing. 2000-03-08 Gary Thomas <gthomas@redhat.com> * src/eth_drv.c: Add some function [block] comments. (eth_drv_send): Use eCos scheduler lock instead of interrupt lock. 2000-03-08 Hugo Tyson <hmt@cygnus.co.uk> * doc/driver_doc: Add some clarification about what's called when, proofreading results, shorter lines so I can print it nicely. 2000-03-06 Gary Thomas <gthomas@redhat.com> * src/eth_drv.c: * include/eth_drv.h: * doc/driver_doc: Remove generic "priv"ate references. 2000-02-29 Gary Thomas <gthomas@cygnus.co.uk> * src/eth_drv.c: * include/eth_drv.h: New expanded API for hardware drivers. 2000-02-18 Gary Thomas <gthomas@cygnus.co.uk> * src/eth_drv.c (eth_drv_send): Disable interrupts while initiating the buffer send - avoid a possible race. 2000-02-08 John Dallaway <jld@cygnus.co.uk> * cdl/eth_drivers.cdl: Reparent under CYGPKG_NET and tidy display strings. //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
