1 |
27 |
unneback |
2002-11-04 Gary Thomas
|
2 |
|
|
|
3 |
|
|
* src/if_sc_lpe.c (do_delay): Fix problem with overloaded name 'ticks'.
|
4 |
|
|
n.b. the FreeBSD stack has this defined for it's own use.
|
5 |
|
|
|
6 |
|
|
2002-06-14 Gary Thomas
|
7 |
|
|
|
8 |
|
|
* src/if_sc_lpe.c:
|
9 |
|
|
Need to include for proper configuration
|
10 |
|
|
of stand-alone (polled) vs. system (interrupt driven) mode.
|
11 |
|
|
|
12 |
|
|
2002-05-30 Jonathan Larmour
|
13 |
|
|
|
14 |
|
|
* src/if_sc_lpe.c: Conditionalize use of thread on CYGPKG_KERNEL
|
15 |
|
|
not CYGPKG_NET.
|
16 |
|
|
|
17 |
|
|
2002-04-12 Gary Thomas
|
18 |
|
|
|
19 |
|
|
* src/if_sc_lpe.c: Clean up warnings.
|
20 |
|
|
|
21 |
|
|
2001-10-16 Jesper Skov
|
22 |
|
|
|
23 |
|
|
* include/devs_eth_cf.inl: Added buffer parameters.
|
24 |
|
|
|
25 |
|
|
2001-08-25 Gary Thomas
|
26 |
|
|
|
27 |
|
|
* src/if_sc_lpe.c (sc_lpe_card_handler): Rework ESA discovery code.
|
28 |
|
|
|
29 |
|
|
2001-08-22 Gary Thomas
|
30 |
|
|
|
31 |
|
|
* src/if_sc_lpe.c:
|
32 |
|
|
printf() is no longer a part of RedBoot. Thus all programs
|
33 |
|
|
must use diag_printf() and related functions instead.
|
34 |
|
|
|
35 |
|
|
2001-06-16 Jesper Skov
|
36 |
|
|
|
37 |
|
|
* src/if_sc_lpe.c: Use generic DP83902A driver, only redefining
|
38 |
|
|
the init function to handle card details (which incidently do not
|
39 |
|
|
appear to be fully working).
|
40 |
|
|
|
41 |
|
|
* include/devs_eth_cf.inl: Device details moved here so the
|
42 |
|
|
generic driver can access them.
|
43 |
|
|
|
44 |
|
|
* cdl/cf_eth_drivers.cdl: Changes to use generic driver. Allow ESA
|
45 |
|
|
to be configured.
|
46 |
|
|
Require DP83902A package.
|
47 |
|
|
|
48 |
|
|
* src/dp8390.h: Deleted.
|
49 |
|
|
|
50 |
|
|
2001-04-13 Gary Thomas
|
51 |
|
|
|
52 |
|
|
* src/if_sc_lpe.c (sc_lpe_card_handler): Work around broken card(s)
|
53 |
|
|
which do not have valid ESA in config EPROM.
|
54 |
|
|
|
55 |
|
|
2000-09-15 Gary Thomas
|
56 |
|
|
|
57 |
|
|
* src/if_sc_lpe.c: Suppress noisy message which seems to sometimes
|
58 |
|
|
happen if the card is re-initialized from warm.
|
59 |
|
|
|
60 |
|
|
2000-09-14 Gary Thomas
|
61 |
|
|
|
62 |
|
|
* src/if_sc_lpe.c: Better recovery for bad devices [stand-alone].
|
63 |
|
|
|
64 |
|
|
2000-09-13 Gary Thomas
|
65 |
|
|
|
66 |
|
|
* src/if_sc_lpe.c: Fix handling of receive buffer overflow,
|
67 |
|
|
i.e. missed data. [quietly ignored]
|
68 |
|
|
|
69 |
|
|
* src/dp8390.h: Update layout of Tx/Rx buffers.
|
70 |
|
|
|
71 |
|
|
2000-09-12 Gary Thomas
|
72 |
|
|
|
73 |
|
|
* src/if_sc_lpe.c (sc_lpe_card_handler): Handle case when card
|
74 |
|
|
is warm (powered up from boot ROM).
|
75 |
|
|
|
76 |
|
|
2000-09-01 Hugo Tyson
|
77 |
|
|
|
78 |
|
|
* src/if_sc_lpe.c (sc_lpe_init): Work with new fast net
|
79 |
|
|
thread to do all the copying work instead of loading up DSR time.
|
80 |
|
|
In detail:
|
81 |
|
|
o New "deliver" function in the interface record. It's the same
|
82 |
|
|
function as the poll entry; sc_lpe_int().
|
83 |
|
|
o In registering the interrupt handler, use eth_drv_dsr (from the
|
84 |
|
|
logical driver) instead of sc_lpe_int.
|
85 |
|
|
|
86 |
|
|
2000-08-29 Gary Thomas
|
87 |
|
|
|
88 |
|
|
* src/if_sc_lpe.c (sc_lpe_recv): Better handling if upper layer
|
89 |
|
|
had no buffers [this routine called anyway].
|
90 |
|
|
|
91 |
|
|
2000-08-28 Gary Thomas
|
92 |
|
|
|
93 |
|
|
* src/if_sc_lpe.c: Better handling of "hot" cards (i.e. one
|
94 |
|
|
initialized by a debug environment).
|
95 |
|
|
|
96 |
|
|
2000-08-23 Gary Thomas
|
97 |
|
|
|
98 |
|
|
* src/if_sc_lpe.c: Add new function to return interrupt vector
|
99 |
|
|
used by interface. Also, handle interrupts from interface even
|
100 |
|
|
if there is no kernel (CF callback).
|
101 |
|
|
|
102 |
|
|
2000-08-03 Gary Thomas
|
103 |
|
|
|
104 |
|
|
* src/if_sc_lpe.c: Ensure DSR locked while initializing hardware.
|
105 |
|
|
|
106 |
|
|
* cdl/cf_eth_drivers.cdl: Ethernet driver package hierarchy changed.
|
107 |
|
|
|
108 |
|
|
2000-07-26 Gary Thomas
|
109 |
|
|
|
110 |
|
|
* src/if_sc_lpe.c: Update for new eth_drv interfaces (via *sc).
|
111 |
|
|
|
112 |
|
|
2000-07-18 Gary Thomas
|
113 |
|
|
|
114 |
|
|
* src/if_sc_lpe.c (sc_lpe_RxEvent): Handle case where chip gets lost
|
115 |
|
|
and keeps returning the same input packet (hardware bug?).
|
116 |
|
|
|
117 |
|
|
2000-07-16 Gary Thomas
|
118 |
|
|
|
119 |
|
|
* src/if_sc_lpe.c (sc_lpe_card_handler): Add initialization message and
|
120 |
|
|
timeout when running stand-alone.
|
121 |
|
|
|
122 |
|
|
2000-07-15 Gary Thomas
|
123 |
|
|
|
124 |
|
|
* src/if_sc_lpe.c: CF interrupts are now handled by the slot handler,
|
125 |
|
|
not directly in this code.
|
126 |
|
|
|
127 |
|
|
2000-07-14 Gary Thomas
|
128 |
|
|
|
129 |
|
|
* cdl/cf_eth_drivers.cdl:
|
130 |
|
|
* src/if_sc_lpe.c: Support building in eCos and stand-alone modes.
|
131 |
|
|
|
132 |
|
|
//===========================================================================
|
133 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
134 |
|
|
// -------------------------------------------
|
135 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
136 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
137 |
|
|
//
|
138 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
139 |
|
|
// the terms of the GNU General Public License as published by the Free
|
140 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
141 |
|
|
//
|
142 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
143 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
144 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
145 |
|
|
// for more details.
|
146 |
|
|
//
|
147 |
|
|
// You should have received a copy of the GNU General Public License along
|
148 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
149 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
150 |
|
|
//
|
151 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
152 |
|
|
// or inline functions from this file, or you compile this file and link it
|
153 |
|
|
// with other works to produce a work based on this file, this file does not
|
154 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
155 |
|
|
// License. However the source code for this file must still be made available
|
156 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
157 |
|
|
//
|
158 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
159 |
|
|
// this file might be covered by the GNU General Public License.
|
160 |
|
|
//
|
161 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
162 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
163 |
|
|
// -------------------------------------------
|
164 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
165 |
|
|
//===========================================================================
|
166 |
|
|
|
167 |
|
|
|
168 |
|
|
|