1 |
27 |
unneback |
2003-02-25 Iztok Zupet
|
2 |
|
|
|
3 |
|
|
* doc/syntheth.sgml: Replaced .gif with .png to get PDF
|
4 |
|
|
output.
|
5 |
|
|
* doc/overview.gif: delete.
|
6 |
|
|
* doc/overview.png: add.
|
7 |
|
|
|
8 |
|
|
2003-02-25 Jonathan Larmour
|
9 |
|
|
|
10 |
|
|
* doc/syntheth.sgml: Declare as not to get
|
11 |
|
|
correct TOC numbering.
|
12 |
|
|
|
13 |
|
|
2003-02-24 Jonathan Larmour
|
14 |
|
|
|
15 |
|
|
* cdl/syntheth.cdl: Add doc link.
|
16 |
|
|
|
17 |
|
|
* doc/syntheth.sgml: Comment out DOCTYPE for now to allow building
|
18 |
|
|
with standard doc build.
|
19 |
|
|
Add an enclosing so it's structured better with standard
|
20 |
|
|
doc build.
|
21 |
|
|
|
22 |
|
|
2003-02-13 Bart Veer
|
23 |
|
|
|
24 |
|
|
* src/syntheth.c, cdl/syntheth.cdl: add dependency on errno.h for
|
25 |
|
|
error codes, and avoid memset() warning
|
26 |
|
|
|
27 |
|
|
2003-02-12 Bart Veer
|
28 |
|
|
|
29 |
|
|
* host/Makefile.in, host/configure:
|
30 |
|
|
Regenerate after toplevel acinclude.m4 update
|
31 |
|
|
|
32 |
|
|
2003-02-12 Jonathan Larmour
|
33 |
|
|
|
34 |
|
|
* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
|
35 |
|
|
Define -D_KERNEL -D__ECOS in line with other drivers. Fixes build
|
36 |
|
|
issue with freeBSD stack.
|
37 |
|
|
|
38 |
|
|
2002-09-25 Bart Veer
|
39 |
|
|
|
40 |
|
|
* host/configure.in, host/rawether.c, doc/syntheth.sgml:
|
41 |
|
|
Only support the tap device if running a recent Linux kernel
|
42 |
|
|
|
43 |
|
|
2002-09-22 Bart Veer
|
44 |
|
|
|
45 |
|
|
* host/configure.in:
|
46 |
|
|
Remove Tcl-related checks, the ethernet package only requires
|
47 |
|
|
the functionality of the architectural HAL support
|
48 |
|
|
|
49 |
|
|
2002-08-07 Bart Veer
|
50 |
|
|
|
51 |
|
|
* synthetic target ethernet driver package created
|
52 |
|
|
|
53 |
|
|
//===========================================================================
|
54 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
55 |
|
|
// -------------------------------------------
|
56 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
57 |
|
|
// Copyright (C) 2002, 2003 Bart Veer
|
58 |
|
|
//
|
59 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
60 |
|
|
// the terms of the GNU General Public License as published by the Free
|
61 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
62 |
|
|
//
|
63 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
64 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
65 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
66 |
|
|
// for more details.
|
67 |
|
|
//
|
68 |
|
|
// You should have received a copy of the GNU General Public License along
|
69 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
70 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
71 |
|
|
//
|
72 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
73 |
|
|
// or inline functions from this file, or you compile this file and link it
|
74 |
|
|
// with other works to produce a work based on this file, this file does not
|
75 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
76 |
|
|
// License. However the source code for this file must still be made available
|
77 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
78 |
|
|
//
|
79 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
80 |
|
|
// this file might be covered by the GNU General Public License.
|
81 |
|
|
// -------------------------------------------
|
82 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
83 |
|
|
//===========================================================================
|