]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/cl/cs8900a/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / cl / cs8900a / v2_0 / ChangeLog
1 2005-05-04  Ian Campbell  <icampbell@arcom.com>
2
3         * cdl/cl_cs8900a_eth_drivers.cdl: Added
4         CYGSEM_DEVS_ETH_CL_CS8900A_WRITE_EEPROM
5
6         * src/if_cs8900a.c: Added debug statements to print out where the
7         driver is obtaining its ESA from. Implement
8         ETH_DRV_SET_MAC_ADDRESS and ETH_DRV_GET_MAC_ADDRESS.
9
10 2004-06-29  Andrew Lunn  <andrew.lunn@ascom.ch>
11
12         * src/if_cs8900a.c: Added missing include of cyg_ass.h.
13
14 2004-05-07  Bob Koninckx <bob.koninckx@o-3s.com>
15         * src/if_cs8900a.c: Drop "ghost" frames with zero length
16
17 2004-04-19  Bob Koninckx <bob.koninckx@o-3s.com>
18         * src/if_cs8900a.c: function cs8900a_int_vector, return the vector
19         instead of a boolean.
20
21 2004-04-08  Bob Koninckx <bob.koninckx@o-3s.com>
22         * cdl/cl_cs8900a_eth_drivers.cdl
23         * include/if_cs8900a.c
24         * src/if_cs8900a.c: Made hardware swapping or software swapping of
25     data bytes (mostly relevant to big endian machines) a configuration
26     option
27
28 2003-11-05  Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be>
29
30         * src/if_cs8900a.c: Fix handling of odd bytes on big endian machines
31
32 2003-04-12  Jonathan Larmour  <jifl@eCosCentric.com>
33
34         * src/if_cs8900a.c (cs8900a_send): Allow for data not being 16-bit
35         aligned. Thanks to Laurent Gonzalez <laurent.gonzalez@ri.silicomp.fr>
36         for reporting this and his initial patch.
37
38 2003-03-03  Bob Koninckx  <bob.koninckx@mech.kuleuven.ac.be>
39         
40         * src/if_cs8900a.c:
41         * include/cs8900a.h:
42         Changes to support both little and big endian targets
43
44 2002-06-14  Gary Thomas  <gary@chez-thomas.org>
45
46         * src/if_cs8900a.c: 
47         Need to include <pkgconf/io_eth_drivers.h> for proper configuration
48         of stand-alone (polled) vs. system (interrupt driven) mode.
49
50 2002-05-30  Jonathan Larmour  <jlarmour@redhat.com>
51
52         * include/cs8900.h: Check for lost ints if we can - when kernel present.
53         * src/if_cs8900a.c: Use CYGINT_IO_ETH_INT_SUPPORT_REQUIRED where
54         appropriate.
55
56 2002-03-20  Gary Thomas  <gthomas@redhat.com>
57 2002-03-06  Pieter Truter <ptruter@intrinsyc.com>
58
59         * src/if_cs8900a.c (cs8900a_isr): Need to acknowledge interrupt
60         here (in case DSR/poll causes a new one to occur).      
61
62 2002-02-18  Gary Thomas  <gthomas@redhat.com>
63
64         * cdl/cl_cs8900a_eth_drivers.cdl: 
65         Add new interface CYGINT_IO_ETH_MULTICAST which is used to
66         insure that drivers support multicast addresses if IPv6 is used.
67
68 2002-02-15  Gary Thomas  <gthomas@redhat.com>
69
70         * include/cs8900.h: 
71         * src/if_cs8900a.c (cs8900a_control): Support multicast addresses.
72
73 2002-02-04  Gary Thomas  <gthomas@redhat.com>
74
75         * src/if_cs8900a.c: 
76         * include/cs8900.h: Add CYGHWR_CL_CS8900A_PLF_POST_RESET() macro.
77
78 2001-11-29  Jesper Skov  <jskov@redhat.com>
79
80         * src/if_cs8900a.c (cs8900a_init): Changed order of ESA source
81         checking so user can always override at RedBoot runtime.
82
83 2001-11-20  Jesper Skov  <jskov@redhat.com>
84
85         * src/if_cs8900a.c: Added some more debug output. Set all 4 LAF
86         registers. Don't reset device to stop it - just disable TX & RX.
87
88 2001-11-16  Jesper Skov  <jskov@redhat.com>
89
90         * src/if_cs8900a.c (cs8900a_send): Wait for controller ready
91         signal before starting transmission.
92
93 2001-11-14  Jesper Skov  <jskov@redhat.com>
94
95         * src/if_cs8900a.c: Use platform init, reset and int_clear
96         macros.
97         * include/cs8900.h: Tidy up those (default) macros.
98
99 2001-11-09  Jesper Skov  <jskov@redhat.com>
100
101         * src/if_cs8900a.c (cs8900a_init): Rewrote ESA setup to be more
102         consistent.
103
104         * include/cs8900.h: Added provide_esa field to driver structure.
105
106 2001-11-08  Jesper Skov  <jskov@redhat.com>
107
108         * src/if_cs8900a.c: Made it build with faked interrupts.
109
110         * include/cs8900.h: Added debug output for put/get functions.
111
112         * src/if_cs8900a.c: Made it build when NET package enabled.
113
114         * include/cs8900.h: Added tab field.
115
116         * src/if_cs8900a.c: Renamed broken ints option, more diag_printf
117         #ifdefing and removed RedBoot ESA option code.
118
119 2001-11-07  Jesper Skov  <jskov@redhat.com>
120
121         * src/if_cs8900a.c: Interrupt stuff cleaned up. Fix device
122         probing. Make driver fail when no ESA available and none has been
123         configured. Compiler warning fixes and some printout cleanups.
124
125         * src/if_cs8900a.c: Platform driver provides device
126         information. Renamed functions and definitions. Init code changed
127         some.
128
129         * include/cs8900.h: Renaming some definitions.
130
131         * cdl/cl_cs8900a_eth_drivers.cdl: Platform driver provides
132         options.
133
134 2001-11-06  Jesper Skov  <jskov@redhat.com>
135
136         * src/if_cs8900a.c: Assorted hacking.
137         * include/cs8900.h: Same.
138
139 2001-11-02  Jesper Skov  <jskov@redhat.com>
140
141         * Cloned from edb7xxx driver.
142
143 //===========================================================================
144 //####ECOSGPLCOPYRIGHTBEGIN####
145 // -------------------------------------------
146 // This file is part of eCos, the Embedded Configurable Operating System.
147 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
148 //
149 // eCos is free software; you can redistribute it and/or modify it under
150 // the terms of the GNU General Public License as published by the Free
151 // Software Foundation; either version 2 or (at your option) any later version.
152 //
153 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
154 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
155 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
156 // for more details.
157 //
158 // You should have received a copy of the GNU General Public License along
159 // with eCos; if not, write to the Free Software Foundation, Inc.,
160 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
161 //
162 // As a special exception, if other files instantiate templates or use macros
163 // or inline functions from this file, or you compile this file and link it
164 // with other works to produce a work based on this file, this file does not
165 // by itself cause the resulting work to be covered by the GNU General Public
166 // License. However the source code for this file must still be made available
167 // in accordance with section (3) of the GNU General Public License.
168 //
169 // This exception does not invalidate any other reasons why a work based on
170 // this file might be covered by the GNU General Public License.
171 //
172 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
173 // at http://sources.redhat.com/ecos/ecos-license/
174 // -------------------------------------------
175 //####ECOSGPLCOPYRIGHTEND####
176 //===========================================================================