]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/via/rhine/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / via / rhine / v2_0 / ChangeLog
1 2004-08-12  Jani Monoses <jani@iv.ro>
2
3         * src/if_rhine.c: Fix builing with lwip.
4
5 2002-06-14  Gary Thomas  <gary@chez-thomas.org>
6
7         * src/if_rhine.c: 
8         Need to include <pkgconf/io_eth_drivers.h> for proper configuration
9         of stand-alone (polled) vs. system (interrupt driven) mode.
10
11 2001-08-22  Gary Thomas  <gthomas@redhat.com>
12
13         * src/via_rhine.h: 
14         * src/if_rhine.c: 
15         printf() is no longer a part of RedBoot.  Thus all programs
16         must use diag_printf() and related functions instead.
17
18 2001-07-05  Jesper Skov  <jskov@redhat.com>
19
20         * src/via_rhine.h: Define IMR init value.
21         * src/if_rhine.c: And use it.
22         
23         * src/if_rhine.c: Remove unused code.
24         * src/via_rhine.h: Remove unused variable.
25         
26         * src/if_rhine.c (find_rhine_match_func): Added debug output. Fix
27         some warnings and an error.
28
29 2001-07-04  Jesper Skov  <jskov@redhat.com>
30
31         * src/if_rhine.c: Added D-Link pre-reset magic. Disabled driver
32         polls (leave it to interrupt handler).
33
34         * src/via_rhine.h: Added more definitions.
35
36         * src/if_rhine.c (rhine_can_send): Force MII status update by
37         reading from PHY controller.
38
39 2001-07-02  Jesper Skov  <jskov@redhat.com>
40
41         * src/via_rhine.h: Fail to build if CPU to PCI address translation
42         macros are not provided.
43
44 2001-06-29  Jesper Skov  <jskov@redhat.com>
45
46         * src/via_rhine.h: Fix macro typos.
47
48         * src/if_rhine.c (rhine_poll): Put a mutex on this function.
49
50 2001-06-28  Jesper Skov  <jskov@redhat.com>
51
52         * src/if_rhine.c: Comment out unused function to silence warning.
53         Removed unused mem_base. Set interrupt priority to non-zero.
54         
55         * src/via_rhine.h (INCR_STAT): Fix typo.
56
57 2001-06-27  Jesper Skov  <jskov@redhat.com>
58
59         * src/if_rhine.c (rhine_can_send): Read MII status which appears
60         to make link magic work. Not at all clear why this is so, but it
61         works.
62
63         * src/via_rhine.h: Disable debug output.
64
65         * src/if_rhine.c (rhine_start): Name magic registers.
66         (rhine_start): Remove some verbose output.
67
68         * src/via_rhine.h: Added register definitions. Removed unused key
69         IDs.
70
71 2001-06-26  Jesper Skov  <jskov@redhat.com>
72
73         * src/if_rhine.c: Rename PCI IO macros. 
74         * src/via_rhine.h: Same. And include PCI header.
75
76         * cdl/via_rhine_eth_drivers.cdl: Require PCI package.
77
78 2001-06-25  Jesper Skov  <jskov@redhat.com>
79
80         * src/if_rhine.c: Some cleanups, more debug code added, use macros
81         for accessing PCI IO space which platform can override. Some of
82         these changes from David Woodhouse.
83         * src/via_rhine.h: All macros moved to this file.
84
85 2001-06-07  Jesper Skov  <jskov@redhat.com>
86
87         * src/via_rhine.h: Rename MII definitions.
88         * src/if_rhine.c: Don't reset the controller when stopping. This
89         fixes the problem with the link state being weird. Clean up the
90         renegotiate code a bit.
91
92         * src/if_rhine.c: Added code to gather statistics.
93         Some output cleanup, sanity checking of RX queue only when
94         assertions enabled.
95
96 2001-06-06  Jesper Skov  <jskov@redhat.com>
97
98         * src/via_rhine.h: MII definitions.
99         * src/if_rhine.c: Added MII accessor functions to allow a forced
100         renegotiate of the connection on a link fail.
101
102         * src/if_rhine.c: Use PCI information to configure devices. Mask
103         interrupts in handlers.
104         (rhine_dsr): Oops, skipped driver synchronization.
105
106         * src/via_rhine.h: Added more private data.
107
108         * cdl/via_rhine_eth_drivers.cdl: Removed static ESA config option
109         - it belongs in the platform configury. Added device count for PCI
110         configury.
111         * src/if_rhine.c: Fix static ESA configury.
112         * src/via_rhine.h: Changed private data accordingly.
113
114         * src/if_rhine.c: Fix buglet in handling of small packets, small
115         hacks to interrupt handling.
116
117 2001-06-01  Jesper Skov  <jskov@redhat.com>
118
119         * src/if_rhine.c: Tell stack the ESA. Pad short packets.
120
121         * src/via_rhine.h: Added defs.
122
123         * src/if_rhine.c: Mask off PCI addresses - need proper macros for
124         this, or rather, use PCI API to get correct addresses. Close RX/TX
125         descriptor loops. Load RX/TX base pointers into NIC. Enable TX.
126
127 2001-05-31  Jesper Skov  <jskov@redhat.com>
128
129         * src/via_rhine.h: Make TX/RX descriptor entries 32 bit only to
130         avoid endian issues with offsets.
131
132         * src/if_rhine.c: Hacking code to (more or less) comply to
133         Rhine. Needs debugging though - manual is really thin!
134
135 2001-05-30  Jesper Skov  <jskov@redhat.com>
136
137         * Cloned from AMD PCNet driver.
138
139 //===========================================================================
140 //####ECOSGPLCOPYRIGHTBEGIN####
141 // -------------------------------------------
142 // This file is part of eCos, the Embedded Configurable Operating System.
143 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
144 //
145 // eCos is free software; you can redistribute it and/or modify it under
146 // the terms of the GNU General Public License as published by the Free
147 // Software Foundation; either version 2 or (at your option) any later version.
148 //
149 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
150 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
151 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
152 // for more details.
153 //
154 // You should have received a copy of the GNU General Public License along
155 // with eCos; if not, write to the Free Software Foundation, Inc.,
156 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
157 //
158 // As a special exception, if other files instantiate templates or use macros
159 // or inline functions from this file, or you compile this file and link it
160 // with other works to produce a work based on this file, this file does not
161 // by itself cause the resulting work to be covered by the GNU General Public
162 // License. However the source code for this file must still be made available
163 // in accordance with section (3) of the GNU General Public License.
164 //
165 // This exception does not invalidate any other reasons why a work based on
166 // this file might be covered by the GNU General Public License.
167 //
168 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
169 // at http://sources.redhat.com/ecos/ecos-license/
170 // -------------------------------------------
171 //####ECOSGPLCOPYRIGHTEND####
172 //===========================================================================