]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/synth/ecosynth/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / synth / ecosynth / v2_0 / ChangeLog
1 2005-07-22  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * src/syntheth.c (synth_eth_init): Cast to keep the compiler
4         happy.
5
6 2003-07-16  Gary Thomas  <gary@mlbassoc.com>
7
8         * host/rawether.c: Change error reporting to use standard 'strerror()' 
9         function since the use of sys_errlist[] is depricated.
10
11 2003-07-09  Bart Veer  <bartv@ecoscentric.com>
12
13         * host/Makefile.am: add a dummy install-data-hook if not
14         supported.
15
16         * host/Makefile.in, host/aclocal.m4, host/configure: regenerate
17
18 2003-05-06  Bart Veer  <bartv@ecoscentric.com>
19
20         * host/ethernet.tcl (filters_initialize):
21         Fix typo reported by Scott Wilkinson
22
23 2003-02-25  Iztok Zupet  <iz@vsr.si>
24
25         * doc/syntheth.sgml: Replaced .gif with .png to get PDF
26         output.
27         * doc/overview.gif: delete.
28         * doc/overview.png: add.
29
30 2003-04-08  Andrew Lunn  <lunn@londo>
31
32         * host/rawether.c (tap_init): Set the persistent flag on the tap
33         device if requested by the user. This allows dhcpd and radvd to
34         keep running on the tap device between invocations of the synth
35         target. 
36         * doc/syntheth.sgml: Documentation for the persistent option.
37
38 2003-04-01  Andrew Lunn  <andrew.lunn@ascom.ch>
39
40         * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when
41         the underlying device supports multicast so eth_drv correctly sets
42         mutlicast filtering.  
43         * cdl/syntheth.cdl: This driver implements multicast.
44
45 2003-02-25  Jonathan Larmour  <jifl@eCosCentric.com>
46
47         * doc/syntheth.sgml: Declare as <part> not <reference> to get
48         correct TOC numbering.
49
50 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
51
52         * cdl/syntheth.cdl: Add doc link.
53
54         * doc/syntheth.sgml: Comment out DOCTYPE for now to allow building
55         with standard doc build.
56         Add an enclosing <reference> so it's structured better with standard
57         doc build.
58
59 2003-02-13  Bart Veer  <bartv@ecoscentric.com>
60
61         * src/syntheth.c, cdl/syntheth.cdl: add dependency on errno.h for
62         error codes, and avoid memset() warning
63
64 2003-02-12  Bart Veer  <bartv@ecoscentric.com>
65
66         * host/Makefile.in, host/configure:
67         Regenerate after toplevel acinclude.m4 update
68
69 2003-02-12  Jonathan Larmour  <jifl@eCosCentric.com>
70
71         * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
72         Define -D_KERNEL -D__ECOS in line with other drivers. Fixes build
73         issue with freeBSD stack.
74
75 2002-09-25  Bart Veer  <bartv@ecoscentric.com>
76
77         * host/configure.in, host/rawether.c, doc/syntheth.sgml: 
78         Only support the tap device if running a recent Linux kernel
79
80 2002-09-22  Bart Veer  <bartv@ecoscentric.com>
81
82         * host/configure.in:
83         Remove Tcl-related checks, the ethernet package only requires
84         the functionality of the architectural HAL support
85
86 2002-08-07  Bart Veer  <bartv@ecoscentric.com>
87
88         * synthetic target ethernet driver package created
89
90 //===========================================================================
91 //####ECOSGPLCOPYRIGHTBEGIN####
92 // -------------------------------------------
93 // This file is part of eCos, the Embedded Configurable Operating System.
94 // Copyright (C) 2002, 2003 Bart Veer
95 //
96 // eCos is free software; you can redistribute it and/or modify it under
97 // the terms of the GNU General Public License as published by the Free
98 // Software Foundation; either version 2 or (at your option) any later version.
99 //
100 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
101 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
102 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
103 // for more details.
104 //
105 // You should have received a copy of the GNU General Public License along
106 // with eCos; if not, write to the Free Software Foundation, Inc.,
107 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
108 //
109 // As a special exception, if other files instantiate templates or use macros
110 // or inline functions from this file, or you compile this file and link it
111 // with other works to produce a work based on this file, this file does not
112 // by itself cause the resulting work to be covered by the GNU General Public
113 // License. However the source code for this file must still be made available
114 // in accordance with section (3) of the GNU General Public License.
115 //
116 // This exception does not invalidate any other reasons why a work based on
117 // this file might be covered by the GNU General Public License.
118 // -------------------------------------------
119 //####ECOSGPLCOPYRIGHTEND####
120 //===========================================================================