Mercurial > flash_v2
diff packages/io/usb/eth/slave/current/ChangeLog @ 151:25e238959bae
Merge from eCos master repository on 2001-02-12-23:44:24-GMT
| author | jlarmour |
|---|---|
| date | Tue, 13 Feb 2001 01:23:16 +0000 |
| parents | |
| children | 0d0f03f76f6a |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/packages/io/usb/eth/slave/current/ChangeLog @@ -0,0 +1,80 @@ +2001-02-02 Bart Veer <bartv@redhat.com> + + * cdl/usbs_eth.cdl: + Add doc property to point at the HTML + + * doc/usbseth.sgml, doc/*.html: + Incorporate changes from docs department, regenerate HTML + +2001-01-26 Bart Veer <bartv@redhat.com> + + * src/usbsethdrv.c (usbs_ethdrv_ioctl): + Change chipset specification to null, since there is no real + hardware involved, plus SNMP cleanup. + +2001-01-22 Bart Veer <bartv@redhat.com> + + * doc/usbseth.sgml, doc/makefile, doc/simple.fig, doc/tcpip.fig: + Added documentation. + +2000-12-15 Bart Veer <bartv@redhat.com> + + * src/usbsethdrv.c: + Enable poll functions. + +2000-11-29 Bart Veer <bartv@redhat.com> + + * host/ecos_usbeth.c: + Remove debugging and fix the MTU + +2000-11-28 Bart Veer <bartv@redhat.com> + + * cdl/usbs_eth.cdl + * include/usbs_eth.h + * src/usbseth.c + * src/usbsethdrv + Clean-up, adding missing functionality such as SNMP support, + update to current USB API. + +2000-11-24 Bart Veer <bartv@redhat.com> + + * host/ecos_usbeth.c: + Ignore runt packets, cope with the confusion between + CRC errors and timeouts. + + * include/usbs_eth.h, src/usbseth.c + Clean up alignments. + +2000-11-22 Bart Veer <bartv@redhat.com> + + * include/usbs_eth.h: Fix nested #include protection + +2000-11-21 Bart Veer <bartv@redhat.com> + + * First check-in of eCos USB support. + +//=========================================================================== +//####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#### +//===========================================================================
