comparison packages/devs/eth/via/rhine/current/ChangeLog @ 208:e0c0827131d1 ecos

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