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