annotate packages/devs/eth/synth/ecosynth/current/ChangeLog @ 352:1f5fe8f482d9

Only support I/O through the ethertap device if running a sufficiently recent Linux kernel
author bartv
date Wed, 25 Sep 2002 19:53:54 +0000
parents 3f4258400ba5
children 8cd2a5dfbb00
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
352
1f5fe8f482d9 Only support I/O through the ethertap device if running a sufficiently
bartv
parents: 345
diff changeset
1 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
2
1f5fe8f482d9 Only support I/O through the ethertap device if running a sufficiently
bartv
parents: 345
diff changeset
3 * 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
4 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
5
345
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
6 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
7
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
8 * host/configure.in:
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
9 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
10 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
11
332
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
12 2002-08-07 Bart Veer <bartv@ecoscentric.com>
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
13
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
14 * synthetic target ethernet driver package created
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
15
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
16 //===========================================================================
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
17 //####ECOSGPLCOPYRIGHTBEGIN####
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
18 // -------------------------------------------
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
19 // 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
20 // Copyright (C) 2002 Bart Veer
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 // 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
23 // 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
24 // 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
25 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
26 // 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
27 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
28 // 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
29 // for more details.
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
30 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
31 // 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
32 // 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
33 // 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
34 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
35 // 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
36 // 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
37 // 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
38 // 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
39 // 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
40 // 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
41 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
42 // 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
43 // 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
44 // -------------------------------------------
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
45 //####ECOSGPLCOPYRIGHTEND####
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
46 //===========================================================================