1 |
27 |
unneback |
2003-03-21 Nick Garnett
|
2 |
|
|
|
3 |
|
|
* src/saa9730.h:
|
4 |
|
|
* src/if_atlas.c:
|
5 |
|
|
Many small changes to make this driver work correctly in eCos.
|
6 |
|
|
|
7 |
|
|
2003-03-13 Nick Garnett
|
8 |
|
|
|
9 |
|
|
* cdl/atlas_eth_drivers.cdl:
|
10 |
|
|
Changed CYGPKG_DEVS_ETH_ARM_ATLAS_OPTIONS to
|
11 |
|
|
CYGPKG_DEVS_ETH_MIPS_ATLAS_OPTIONS.
|
12 |
|
|
|
13 |
|
|
* src/if_atlas.c (atlas_saa9730_init): ifdeffed out bogus code to
|
14 |
|
|
set MAC address in non-redboot configuration just to make it
|
15 |
|
|
compile. Note that there are other problems with this driver in
|
16 |
|
|
eCos.
|
17 |
|
|
|
18 |
|
|
2002-06-14 Gary Thomas
|
19 |
|
|
|
20 |
|
|
* src/if_atlas.c:
|
21 |
|
|
Need to include for proper configuration
|
22 |
|
|
of stand-alone (polled) vs. system (interrupt driven) mode.
|
23 |
|
|
|
24 |
|
|
2001-10-18 Jonathan Larmour
|
25 |
|
|
|
26 |
|
|
* src/if_atlas.c: net_debug is no longer used.
|
27 |
|
|
|
28 |
|
|
2001-10-05 Jesper Skov
|
29 |
|
|
|
30 |
|
|
* src/if_atlas.c: Use new HAL endian conversion macros.
|
31 |
|
|
|
32 |
|
|
* src/saa9730.h: Deleted endian conversion macros.
|
33 |
|
|
|
34 |
|
|
2001-02-15 Nick Garnett
|
35 |
|
|
|
36 |
|
|
* src/saa9730.h:
|
37 |
|
|
* src/if_atlas.c:
|
38 |
|
|
Added support for getting RX interrupts. This is solely for the
|
39 |
|
|
purposes of doing Ctrl-C processing in RedBoot, more work would be
|
40 |
|
|
needed to get full eCos driver support going.
|
41 |
|
|
|
42 |
|
|
2001-01-30 Gary Thomas
|
43 |
|
|
|
44 |
|
|
* src/if_atlas.c: New RedBoot config data layout.
|
45 |
|
|
|
46 |
|
|
//===========================================================================
|
47 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
48 |
|
|
// -------------------------------------------
|
49 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
50 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
51 |
|
|
//
|
52 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
53 |
|
|
// the terms of the GNU General Public License as published by the Free
|
54 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
55 |
|
|
//
|
56 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
57 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
58 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
59 |
|
|
// for more details.
|
60 |
|
|
//
|
61 |
|
|
// You should have received a copy of the GNU General Public License along
|
62 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
63 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
64 |
|
|
//
|
65 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
66 |
|
|
// or inline functions from this file, or you compile this file and link it
|
67 |
|
|
// with other works to produce a work based on this file, this file does not
|
68 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
69 |
|
|
// License. However the source code for this file must still be made available
|
70 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
71 |
|
|
//
|
72 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
73 |
|
|
// this file might be covered by the GNU General Public License.
|
74 |
|
|
//
|
75 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
76 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
77 |
|
|
// -------------------------------------------
|
78 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
79 |
|
|
//===========================================================================
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|