Mercurial > ecos
annotate packages/devs/eth/synth/ecosynth/current/ChangeLog @ 590:8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
Define -D_KERNEL -D__ECOS in line with other drivers. Fixes build
issue with freeBSD stack.
| author | jlarmour |
|---|---|
| date | Wed, 12 Feb 2003 11:16:08 +0000 |
| parents | 1f5fe8f482d9 |
| children | c2d1fd823f09 |
| rev | line source |
|---|---|
|
590
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
1 2003-02-12 Jonathan Larmour <jifl@eCosCentric.com> |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
2 |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
3 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD): |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
4 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
|
5 issue with freeBSD stack. |
|
8cd2a5dfbb00
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents:
352
diff
changeset
|
6 |
|
352
1f5fe8f482d9
Only support I/O through the ethertap device if running a sufficiently
bartv
parents:
345
diff
changeset
|
7 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
|
8 |
|
1f5fe8f482d9
Only support I/O through the ethertap device if running a sufficiently
bartv
parents:
345
diff
changeset
|
9 * 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
|
10 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
|
11 |
|
345
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
12 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
|
13 |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
14 * host/configure.in: |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
15 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
|
16 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
|
17 |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
18 2002-08-07 Bart Veer <bartv@ecoscentric.com> |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
19 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
20 * synthetic target ethernet driver package created |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
21 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
22 //=========================================================================== |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
23 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
24 // ------------------------------------------- |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
25 // This file is part of eCos, the Embedded Configurable Operating System. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
26 // Copyright (C) 2002 Bart Veer |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
27 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
28 // 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
|
29 // 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
|
30 // 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
|
31 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
32 // 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
|
33 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
34 // 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
|
35 // for more details. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
36 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
37 // 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
|
38 // 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
|
39 // 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
|
40 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
41 // 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
|
42 // 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
|
43 // 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
|
44 // 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
|
45 // 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
|
46 // 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
|
47 // |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
48 // 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
|
49 // 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
|
50 // ------------------------------------------- |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
51 //####ECOSGPLCOPYRIGHTEND#### |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
52 //=========================================================================== |
