1 |
786 |
skrzyp |
2005-06-22 Gary Thomas
|
2 |
|
|
|
3 |
|
|
* src/if_fec.c (fec_eth_int): Avoid race when handling interrupt
|
4 |
|
|
events - reported by Fernando Flores
|
5 |
|
|
|
6 |
|
|
2004-10-11 Harald Kuethe
|
7 |
|
|
|
8 |
|
|
* src/if_fec.c (fec_eth_RxEvent): remove crc from packet.
|
9 |
|
|
|
10 |
|
|
2003-12-21 Gary Thomas
|
11 |
|
|
|
12 |
|
|
* src/if_fec.c (fec_eth_RxEvent): Clean up some unused variables.
|
13 |
|
|
|
14 |
|
|
2003-10-06 Gary Thomas
|
15 |
|
|
|
16 |
|
|
* cdl/fec_eth_drivers.cdl: Disable STATUS_LEDS by default since these
|
17 |
|
|
are mostly useful for debugging and get in the way of "normal" LED use.
|
18 |
|
|
|
19 |
|
|
2003-05-14 Gary Thomas
|
20 |
|
|
|
21 |
|
|
* cdl/fec_eth_drivers.cdl: Only force serial console for eCos
|
22 |
|
|
configurations (using actual network package).
|
23 |
|
|
|
24 |
|
|
2003-05-04 Gary Thomas
|
25 |
|
|
|
26 |
|
|
* src/if_fec.c:
|
27 |
|
|
* cdl/fec_eth_drivers.cdl: Add control over use of LED display, since
|
28 |
|
|
it may interfere with some user programs. Also, debug I/O during
|
29 |
|
|
network intialization seems frail, so force it to be disabled.
|
30 |
|
|
|
31 |
|
|
2003-03-28 Gary Thomas
|
32 |
|
|
|
33 |
|
|
* src/if_fec.c: Use new CPM/DPRAM buffer allocation scheme. Also,
|
34 |
|
|
better handling when aligning buffers to cache lines.
|
35 |
|
|
|
36 |
|
|
2003-01-20 Gary Thomas
|
37 |
|
|
|
38 |
|
|
* cdl/fec_eth_drivers.cdl: Increase number of allowed buffers.
|
39 |
|
|
|
40 |
|
|
2002-11-14 Gary Thomas
|
41 |
|
|
|
42 |
|
|
* cdl/fec_eth_drivers.cdl: Increase default number of buffers (to a
|
43 |
|
|
more reasonable amount).
|
44 |
|
|
|
45 |
|
|
2002-10-18 Gary Thomas
|
46 |
|
|
|
47 |
|
|
* src/if_fec.c: Reduce warnings when PHY code is not used.
|
48 |
|
|
|
49 |
|
|
2002-10-11 Gary Thomas [inspired by]
|
50 |
|
|
2002-10-11 Wolfgang Heppner
|
51 |
|
|
|
52 |
|
|
* src/if_fec.c:
|
53 |
|
|
* cdl/fec_eth_drivers.cdl: Make buffer descriptor use configurable.
|
54 |
|
|
Also, fix some issues where cache state wasn't being honored.
|
55 |
|
|
|
56 |
|
|
2002-10-11 Gary Thomas
|
57 |
|
|
|
58 |
|
|
* src/if_fec.c:
|
59 |
|
|
* cdl/fec_eth_drivers.cdl: Add control over PHY - when to reset
|
60 |
|
|
and how to configure the link.
|
61 |
|
|
|
62 |
|
|
2002-09-19 Gary Thomas
|
63 |
|
|
|
64 |
|
|
* src/if_fec.c (fec_eth_init): Check for availability of RedBoot
|
65 |
|
|
FLASH support.
|
66 |
|
|
|
67 |
|
|
2002-09-03 Gary Thomas
|
68 |
|
|
|
69 |
|
|
* src/if_fec.c: Make driver more generic - platform specifics are
|
70 |
|
|
now contained in an include file CYGDAT_DEVS_FEC_ETH_INL.
|
71 |
|
|
|
72 |
|
|
2002-08-15 Gary Thomas
|
73 |
|
|
|
74 |
|
|
* src/if_fec.c (fec_eth_send):
|
75 |
|
|
Clean up: remove unused variable _fec_eth_tx_count.
|
76 |
|
|
|
77 |
|
|
2002-08-08 Gary Thomas
|
78 |
|
|
|
79 |
|
|
* src/if_fec.c (fec_eth_RxEvent): Cache needs to be invalidated
|
80 |
|
|
to avoid any possible corruption.
|
81 |
|
|
|
82 |
|
|
2002-06-14 Gary Thomas
|
83 |
|
|
|
84 |
|
|
* src/if_fec.c:
|
85 |
|
|
Need to include for proper configuration
|
86 |
|
|
of stand-alone (polled) vs. system (interrupt driven) mode.
|
87 |
|
|
|
88 |
|
|
2002-05-30 Jonathan Larmour
|
89 |
|
|
|
90 |
|
|
* src/if_fec.c: Use CYGINT_IO_ETH_INT_SUPPORT_REQUIRED where
|
91 |
|
|
appropriate.
|
92 |
|
|
|
93 |
|
|
2002-05-30 Jesper Skov
|
94 |
|
|
|
95 |
|
|
* src/if_fec.c: Initialized a variable and removed an unused
|
96 |
|
|
variable. Also made one volatile. All to remove warnings.
|
97 |
|
|
* src/fec.h: Made more pointers volatile to avoid compiler
|
98 |
|
|
warnings.
|
99 |
|
|
|
100 |
|
|
2002-04-30 Nick Garnett
|
101 |
|
|
|
102 |
|
|
* src/if_fec.c: Changed order of initialization and made code more
|
103 |
|
|
robust against hangups. Changed initialization of ESA from memcpy
|
104 |
|
|
to 32 bit assignments, since 855 seems fussy about this where 860
|
105 |
|
|
is not.
|
106 |
|
|
|
107 |
|
|
2002-04-22 Gary Thomas
|
108 |
|
|
|
109 |
|
|
* src/if_fec.c (fec_eth_control): Fix compile error (multicast).
|
110 |
|
|
|
111 |
|
|
2002-04-19 Gary Thomas
|
112 |
|
|
|
113 |
|
|
* cdl/fec_eth_drivers.cdl: Add [minimal] multicast support.
|
114 |
|
|
|
115 |
|
|
* src/if_fec.c: Cleaned out debug code.
|
116 |
|
|
|
117 |
|
|
2002-04-18 Gary Thomas
|
118 |
|
|
|
119 |
|
|
* src/if_fec.c: Finally working! Problem was that resetting the
|
120 |
|
|
interface is much more involved than simply set/reset the "enable".
|
121 |
|
|
|
122 |
|
|
2002-04-17 Gary Thomas
|
123 |
|
|
|
124 |
|
|
* src/if_fec.c:
|
125 |
|
|
* src/fec.h: Add code to poll PHY for link status on startup.
|
126 |
|
|
Still trying to get reliable results in general operation.
|
127 |
|
|
|
128 |
|
|
2002-04-12 Gary Thomas
|
129 |
|
|
|
130 |
|
|
* src/fec.h:
|
131 |
|
|
* src/if_fec.c: Lots of tinkering since this driver is somewhat
|
132 |
|
|
unreliable with the generic eCos stack (the RedBoot code seems
|
133 |
|
|
to work oddly enough).
|
134 |
|
|
|
135 |
|
|
2002-02-19 Gary Thomas
|
136 |
|
|
|
137 |
|
|
* src/if_fec.c (fec_eth_init): Args were backwards(!) getting
|
138 |
|
|
processor revision.
|
139 |
|
|
|
140 |
|
|
2001-08-22 Gary Thomas
|
141 |
|
|
|
142 |
|
|
* src/if_fec.c:
|
143 |
|
|
printf() is no longer a part of RedBoot. Thus all programs
|
144 |
|
|
must use diag_printf() and related functions instead.
|
145 |
|
|
|
146 |
|
|
2001-06-26 Jonathan Larmour
|
147 |
|
|
|
148 |
|
|
* src/if_fec.c (fec_eth_init): Use correct version register.
|
149 |
|
|
|
150 |
|
|
2001-05-07 Gary Thomas
|
151 |
|
|
|
152 |
|
|
* src/if_fec.c (fec_eth_init): Use RedBoot/fconfig data for ethernet
|
153 |
|
|
station address (ESA).
|
154 |
|
|
|
155 |
|
|
2001-05-04 Gary Thomas
|
156 |
|
|
|
157 |
|
|
* src/fec.h (iEvent_all):
|
158 |
|
|
* src/if_fec.c (fec_eth_init): Enable interrupts.
|
159 |
|
|
|
160 |
|
|
2001-05-01 Gary Thomas
|
161 |
|
|
|
162 |
|
|
* src/if_fec.c (fec_eth_init): Force buffers to 32 byte boundary.
|
163 |
|
|
|
164 |
|
|
2001-02-21 Gary Thomas
|
165 |
|
|
|
166 |
|
|
* src/if_fec.c: Finally working! Lots of little changes
|
167 |
|
|
to get the setup just right.
|
168 |
|
|
(fec_eth_init): Need to set Tx high water mark high for proper
|
169 |
|
|
operation when code is run from FLASH. Also misc cleanups, removing
|
170 |
|
|
old debug code, etc.
|
171 |
|
|
(fec_eth_recv):
|
172 |
|
|
(fec_eth_TxEvent):
|
173 |
|
|
(fec_eth_RxEvent):
|
174 |
|
|
(fec_eth_send): Need to flush data cache - not snooped?
|
175 |
|
|
|
176 |
|
|
* src/fec.h: Add new defines for rev D of chip.
|
177 |
|
|
|
178 |
|
|
* cdl/fec_eth_drivers.cdl: Remove CDL for chip revision,
|
179 |
|
|
now handled automatically by driver.
|
180 |
|
|
|
181 |
|
|
2001-01-22 Gary Thomas
|
182 |
|
|
|
183 |
|
|
* src/fec.h:
|
184 |
|
|
* src/if_fec.c:
|
185 |
|
|
* cdl/fec_eth_drivers.cdl: New package/file(s).
|
186 |
|
|
|
187 |
|
|
//===========================================================================
|
188 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
189 |
|
|
// -------------------------------------------
|
190 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
191 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
192 |
|
|
//
|
193 |
|
|
// This program is free software; you can redistribute it and/or modify
|
194 |
|
|
// it under the terms of the GNU General Public License as published by
|
195 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
196 |
|
|
// later version.
|
197 |
|
|
//
|
198 |
|
|
// This program is distributed in the hope that it will be useful, but
|
199 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
200 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
201 |
|
|
// General Public License for more details.
|
202 |
|
|
//
|
203 |
|
|
// You should have received a copy of the GNU General Public License
|
204 |
|
|
// along with this program; if not, write to the
|
205 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
206 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
207 |
|
|
// -------------------------------------------
|
208 |
|
|
// ####GPLCOPYRIGHTEND####
|
209 |
|
|
//===========================================================================
|
210 |
|
|
|
211 |
|
|
|
212 |
|
|
|