OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [eth/] [cl/] [cs8900a/] [v2_0/] [ChangeLog] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2002-06-14  Gary Thomas  
2
 
3
        * src/if_cs8900a.c:
4
        Need to include  for proper configuration
5
        of stand-alone (polled) vs. system (interrupt driven) mode.
6
 
7
2002-05-30  Jonathan Larmour  
8
 
9
        * include/cs8900.h: Check for lost ints if we can - when kernel present.
10
        * src/if_cs8900a.c: Use CYGINT_IO_ETH_INT_SUPPORT_REQUIRED where
11
        appropriate.
12
 
13
2002-03-20  Gary Thomas  
14
2002-03-06  Pieter Truter 
15
 
16
        * src/if_cs8900a.c (cs8900a_isr): Need to acknowledge interrupt
17
        here (in case DSR/poll causes a new one to occur).
18
 
19
2002-02-18  Gary Thomas  
20
 
21
        * cdl/cl_cs8900a_eth_drivers.cdl:
22
        Add new interface CYGINT_IO_ETH_MULTICAST which is used to
23
        insure that drivers support multicast addresses if IPv6 is used.
24
 
25
2002-02-15  Gary Thomas  
26
 
27
        * include/cs8900.h:
28
        * src/if_cs8900a.c (cs8900a_control): Support multicast addresses.
29
 
30
2002-02-04  Gary Thomas  
31
 
32
        * src/if_cs8900a.c:
33
        * include/cs8900.h: Add CYGHWR_CL_CS8900A_PLF_POST_RESET() macro.
34
 
35
2001-11-29  Jesper Skov  
36
 
37
        * src/if_cs8900a.c (cs8900a_init): Changed order of ESA source
38
        checking so user can always override at RedBoot runtime.
39
 
40
2001-11-20  Jesper Skov  
41
 
42
        * src/if_cs8900a.c: Added some more debug output. Set all 4 LAF
43
        registers. Don't reset device to stop it - just disable TX & RX.
44
 
45
2001-11-16  Jesper Skov  
46
 
47
        * src/if_cs8900a.c (cs8900a_send): Wait for controller ready
48
        signal before starting transmission.
49
 
50
2001-11-14  Jesper Skov  
51
 
52
        * src/if_cs8900a.c: Use platform init, reset and int_clear
53
        macros.
54
        * include/cs8900.h: Tidy up those (default) macros.
55
 
56
2001-11-09  Jesper Skov  
57
 
58
        * src/if_cs8900a.c (cs8900a_init): Rewrote ESA setup to be more
59
        consistent.
60
 
61
        * include/cs8900.h: Added provide_esa field to driver structure.
62
 
63
2001-11-08  Jesper Skov  
64
 
65
        * src/if_cs8900a.c: Made it build with faked interrupts.
66
 
67
        * include/cs8900.h: Added debug output for put/get functions.
68
 
69
        * src/if_cs8900a.c: Made it build when NET package enabled.
70
 
71
        * include/cs8900.h: Added tab field.
72
 
73
        * src/if_cs8900a.c: Renamed broken ints option, more diag_printf
74
        #ifdefing and removed RedBoot ESA option code.
75
 
76
2001-11-07  Jesper Skov  
77
 
78
        * src/if_cs8900a.c: Interrupt stuff cleaned up. Fix device
79
        probing. Make driver fail when no ESA available and none has been
80
        configured. Compiler warning fixes and some printout cleanups.
81
 
82
        * src/if_cs8900a.c: Platform driver provides device
83
        information. Renamed functions and definitions. Init code changed
84
        some.
85
 
86
        * include/cs8900.h: Renaming some definitions.
87
 
88
        * cdl/cl_cs8900a_eth_drivers.cdl: Platform driver provides
89
        options.
90
 
91
2001-11-06  Jesper Skov  
92
 
93
        * src/if_cs8900a.c: Assorted hacking.
94
        * include/cs8900.h: Same.
95
 
96
2001-11-02  Jesper Skov  
97
 
98
        * Cloned from edb7xxx driver.
99
 
100
//===========================================================================
101
//####ECOSGPLCOPYRIGHTBEGIN####
102
// -------------------------------------------
103
// This file is part of eCos, the Embedded Configurable Operating System.
104
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
105
//
106
// eCos is free software; you can redistribute it and/or modify it under
107
// the terms of the GNU General Public License as published by the Free
108
// Software Foundation; either version 2 or (at your option) any later version.
109
//
110
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
111
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
112
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
113
// for more details.
114
//
115
// You should have received a copy of the GNU General Public License along
116
// with eCos; if not, write to the Free Software Foundation, Inc.,
117
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
118
//
119
// As a special exception, if other files instantiate templates or use macros
120
// or inline functions from this file, or you compile this file and link it
121
// with other works to produce a work based on this file, this file does not
122
// by itself cause the resulting work to be covered by the GNU General Public
123
// License. However the source code for this file must still be made available
124
// in accordance with section (3) of the GNU General Public License.
125
//
126
// This exception does not invalidate any other reasons why a work based on
127
// this file might be covered by the GNU General Public License.
128
//
129
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
130
// at http://sources.redhat.com/ecos/ecos-license/
131
// -------------------------------------------
132
//####ECOSGPLCOPYRIGHTEND####
133
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.