Mercurial > ecos
annotate packages/devs/eth/synth/ecosynth/current/ChangeLog @ 2033:b2e76f0a78c3
* src/syntheth.c (synth_eth_init): Cast to keep the compiler
happy.
| author | asl |
|---|---|
| date | Sat, 30 Jul 2005 11:50:06 +0000 |
| parents | 7992fe4e88eb |
| children | 997f0b155d30 |
| rev | line source |
|---|---|
|
2033
b2e76f0a78c3
* src/syntheth.c (synth_eth_init): Cast to keep the compiler
asl
parents:
1121
diff
changeset
|
1 2005-07-22 Andrew Lunn <andrew.lunn@ascom.ch> |
|
b2e76f0a78c3
* src/syntheth.c (synth_eth_init): Cast to keep the compiler
asl
parents:
1121
diff
changeset
|
2 |
|
b2e76f0a78c3
* src/syntheth.c (synth_eth_init): Cast to keep the compiler
asl
parents:
1121
diff
changeset
|
3 * src/syntheth.c (synth_eth_init): Cast to keep the compiler |
|
b2e76f0a78c3
* src/syntheth.c (synth_eth_init): Cast to keep the compiler
asl
parents:
1121
diff
changeset
|
4 happy. |
|
b2e76f0a78c3
* src/syntheth.c (synth_eth_init): Cast to keep the compiler
asl
parents:
1121
diff
changeset
|
5 |
| 1121 | 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 | |
|
1098
21a4bd716ae0
Define an install-data-hook even if the current host does not support
bartv
parents:
999
diff
changeset
|
11 2003-07-09 Bart Veer <bartv@ecoscentric.com> |
|
21a4bd716ae0
Define an install-data-hook even if the current host does not support
bartv
parents:
999
diff
changeset
|
12 |
|
21a4bd716ae0
Define an install-data-hook even if the current host does not support
bartv
parents:
999
diff
changeset
|
13 * host/Makefile.am: add a dummy install-data-hook if not |
|
21a4bd716ae0
Define an install-data-hook even if the current host does not support
bartv
parents:
999
diff
changeset
|
14 supported. |
|
21a4bd716ae0
Define an install-data-hook even if the current host does not support
bartv
parents:
999
diff
changeset
|
15 |
|
21a4bd716ae0
Define an install-data-hook even if the current host does not support
bartv
parents:
999
diff
changeset
|
16 * host/Makefile.in, host/aclocal.m4, host/configure: regenerate |
|
21a4bd716ae0
Define an install-data-hook even if the current host does not support
bartv
parents:
999
diff
changeset
|
17 |
| 999 | 18 2003-05-06 Bart Veer <bartv@ecoscentric.com> |
| 19 | |
| 20 * host/ethernet.tcl (filters_initialize): | |
| 21 Fix typo reported by Scott Wilkinson | |
| 22 | |
|
988
5255751d8da7
* doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents:
947
diff
changeset
|
23 2003-02-25 Iztok Zupet <iz@vsr.si> |
|
5255751d8da7
* doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents:
947
diff
changeset
|
24 |
|
5255751d8da7
* doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents:
947
diff
changeset
|
25 * doc/syntheth.sgml: Replaced .gif with .png to get PDF |
|
5255751d8da7
* doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents:
947
diff
changeset
|
26 output. |
|
5255751d8da7
* doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents:
947
diff
changeset
|
27 * doc/overview.gif: delete. |
|
5255751d8da7
* doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents:
947
diff
changeset
|
28 * doc/overview.png: add. |
|
5255751d8da7
* doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents:
947
diff
changeset
|
29 |
|
947
cf8d8ca2ed1d
* host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents:
900
diff
changeset
|
30 2003-04-08 Andrew Lunn <lunn@londo> |
|
cf8d8ca2ed1d
* host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents:
900
diff
changeset
|
31 |
|
cf8d8ca2ed1d
* host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents:
900
diff
changeset
|
32 * host/rawether.c (tap_init): Set the persistent flag on the tap |
|
cf8d8ca2ed1d
* host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents:
900
diff
changeset
|
33 device if requested by the user. This allows dhcpd and radvd to |
|
cf8d8ca2ed1d
* host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents:
900
diff
changeset
|
34 keep running on the tap device between invocations of the synth |
|
cf8d8ca2ed1d
* host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents:
900
diff
changeset
|
35 target. |
|
cf8d8ca2ed1d
* host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents:
900
diff
changeset
|
36 * doc/syntheth.sgml: Documentation for the persistent option. |
|
cf8d8ca2ed1d
* host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents:
900
diff
changeset
|
37 |
|
896
598fbd635caf
* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so
asl
parents:
751
diff
changeset
|
38 2003-04-01 Andrew Lunn <andrew.lunn@ascom.ch> |
|
598fbd635caf
* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so
asl
parents:
751
diff
changeset
|
39 |
|
900
370be9d42783
* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when
asl
parents:
896
diff
changeset
|
40 * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when |
|
370be9d42783
* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when
asl
parents:
896
diff
changeset
|
41 the underlying device supports multicast so eth_drv correctly sets |
|
370be9d42783
* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when
asl
parents:
896
diff
changeset
|
42 mutlicast filtering. |
|
896
598fbd635caf
* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so
asl
parents:
751
diff
changeset
|
43 * cdl/syntheth.cdl: This driver implements multicast. |
|
598fbd635caf
* src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so
asl
parents:
751
diff
changeset
|
44 |
|
751
ca700ce72667
* doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents:
664
diff
changeset
|
45 2003-02-25 Jonathan Larmour <jifl@eCosCentric.com> |
|
ca700ce72667
* doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents:
664
diff
changeset
|
46 |
|
ca700ce72667
* doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents:
664
diff
changeset
|
47 * doc/syntheth.sgml: Declare as <part> not <reference> to get |
|
ca700ce72667
* doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents:
664
diff
changeset
|
48 correct TOC numbering. |
|
ca700ce72667
* doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents:
664
diff
changeset
|
49 |
| 664 | 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 | |
| 626 | 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 | |
|
595
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
590
diff
changeset
|
64 2003-02-12 Bart Veer <bartv@ecoscentric.com> |
|
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
590
diff
changeset
|
65 |
|
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
590
diff
changeset
|
66 * host/Makefile.in, host/configure: |
|
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
590
diff
changeset
|
67 Regenerate after toplevel acinclude.m4 update |
|
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
590
diff
changeset
|
68 |
|
590
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
69 2003-02-12 Jonathan Larmour <jifl@eCosCentric.com> |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
70 |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
71 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD): |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
72 Define -D_KERNEL -D__ECOS in line with other drivers. Fixes build |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
73 issue with freeBSD stack. |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
74 |
|
352
1f5fe8f482d9
Only support I/O through the ethertap device if running a sufficiently
bartv
parents:
345
diff
changeset
|
75 2002-09-25 Bart Veer <bartv@ecoscentric.com> |
|
1f5fe8f482d9
Only support I/O through the ethertap device if running a sufficiently
bartv
parents:
345
diff
changeset
|
76 |
|
1f5fe8f482d9
Only support I/O through the ethertap device if running a sufficiently
bartv
parents:
345
diff
changeset
|
77 * host/configure.in, host/rawether.c, doc/syntheth.sgml: |
|
1f5fe8f482d9
Only support I/O through the ethertap device if running a sufficiently
bartv
parents:
345
diff
changeset
|
78 Only support the tap device if running a recent Linux kernel |
|
1f5fe8f482d9
Only support I/O through the ethertap device if running a sufficiently
bartv
parents:
345
diff
changeset
|
79 |
|
345
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
80 2002-09-22 Bart Veer <bartv@ecoscentric.com> |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
81 |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
82 * host/configure.in: |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
83 Remove Tcl-related checks, the ethernet package only requires |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
84 the functionality of the architectural HAL support |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
85 |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
86 2002-08-07 Bart Veer <bartv@ecoscentric.com> |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
87 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
88 * synthetic target ethernet driver package created |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
89 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
90 //=========================================================================== |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
91 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
92 // ------------------------------------------- |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
93 // This file is part of eCos, the Embedded Configurable Operating System. |
|
595
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
590
diff
changeset
|
94 // Copyright (C) 2002, 2003 Bart Veer |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
95 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
96 // eCos is free software; you can redistribute it and/or modify it under |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
97 // the terms of the GNU General Public License as published by the Free |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
98 // Software Foundation; either version 2 or (at your option) any later version. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
99 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
100 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
101 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
102 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
103 // for more details. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
104 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
105 // You should have received a copy of the GNU General Public License along |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
106 // with eCos; if not, write to the Free Software Foundation, Inc., |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
107 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
108 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
109 // As a special exception, if other files instantiate templates or use macros |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
110 // or inline functions from this file, or you compile this file and link it |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
111 // with other works to produce a work based on this file, this file does not |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
112 // by itself cause the resulting work to be covered by the GNU General Public |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
113 // License. However the source code for this file must still be made available |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
114 // in accordance with section (3) of the GNU General Public License. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
115 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
116 // This exception does not invalidate any other reasons why a work based on |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
117 // this file might be covered by the GNU General Public License. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
118 // ------------------------------------------- |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
119 //####ECOSGPLCOPYRIGHTEND#### |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
120 //=========================================================================== |
