]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/sh/etherc/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / sh / etherc / v2_0 / ChangeLog
1 2004-08-12  Jani Monoses <jani@iv.ro>
2
3         * src/if_etherc.c: Fix builing with lwip.
4
5 2002-06-14  Gary Thomas  <gary@chez-thomas.org>
6
7         * src/if_etherc.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 2002-03-18  Jonathan Larmour  <jlarmour@redhat.com>
12
13         * src/if_etherc.c (etherc_RxEvent): ensure Receive Request is always
14         enabled.
15
16 2002-03-18  Jesper Skov  <jskov@redhat.com>
17
18         * src/sh_etherc.h: Removed some unused definitions.
19
20         * src/if_etherc.c (etherc_poll): Move the bit of code that ensures RX
21         enabling down to the exit of the function so it is always executed.
22
23 2002-03-07  Jesper Skov  <jskov@redhat.com>
24
25         * src/if_etherc.c: Initialize interrupt field. Skip tests for
26         suspended device - they are wrong.
27
28         * src/phyter.inl (_MII_RENEGOTIATE): split delay out in new
29         _MII_RENEGOTIATION_WAIT macro.
30         (_MII_SPEED_FORCE_10MB): Added.
31
32         * src/if_etherc.c (sh_etherc_init): Added forced-10Mbit
33         option. Cleaned up some fix mes.
34
35 2002-03-06  Jesper Skov  <jskov@redhat.com>
36
37         * src/if_etherc.c: Disabled PHY errata workaround. Make sure
38         promisuous mode is disabled per default. Don't clear the wrap-bit
39         of the RD table.
40
41         * src/sh_etherc.h: Added a definition.
42
43 2002-02-21  Jesper Skov  <jskov@redhat.com>
44
45         * src/if_etherc.c (_MII_HAS_EXTENDED): define.
46
47 2002-02-20  Jesper Skov  <jskov@redhat.com>
48
49         * src/if_etherc.c: Pad packets to minimum ethernet frame
50         length. Added PHY erratum workaround.
51
52         * src/sh_etherc.h: Remove debug setting.
53
54         * src/phyter.inl: Added here for now.
55
56         * src/if_etherc.c: Include phyter.inl.
57         (sh_etherc_init): Fix ring initialization. Set to continuous
58         reception.
59         (etherc_start): Tell FIFO to dump data in memory.
60         (etherc_control): Use _MII functions to gather necessary
61         information.
62         (etherc_can_send): Same.
63         Added _MII accessor macros and some extra debug code.
64
65 2002-02-19  Jesper Skov  <jskov@redhat.com>
66
67         * src/sh_etherc.h: Moved debug print code here. Tweak debug
68         functions.
69         * src/if_etherc.c: Tweaked the init and TX code some. Don't check
70         for CYGARC_REG_EESR_ECI in the poll function as it does not appear
71         to get set when other requests are. Moved debug print code to
72         header file.
73
74         * src/sh_etherc.h: More definitions.
75
76         * src/if_etherc.c: Fix typos. Add interrupt attach code. Update
77         remaining functions to support this controller.
78
79 2002-01-30  Jesper Skov  <jskov@redhat.com>
80
81         * File structure cloned from PCNet driver.
82
83 //===========================================================================
84 //####ECOSGPLCOPYRIGHTBEGIN####
85 // -------------------------------------------
86 // This file is part of eCos, the Embedded Configurable Operating System.
87 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
88 //
89 // eCos is free software; you can redistribute it and/or modify it under
90 // the terms of the GNU General Public License as published by the Free
91 // Software Foundation; either version 2 or (at your option) any later version.
92 //
93 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
94 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
95 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
96 // for more details.
97 //
98 // You should have received a copy of the GNU General Public License along
99 // with eCos; if not, write to the Free Software Foundation, Inc.,
100 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
101 //
102 // As a special exception, if other files instantiate templates or use macros
103 // or inline functions from this file, or you compile this file and link it
104 // with other works to produce a work based on this file, this file does not
105 // by itself cause the resulting work to be covered by the GNU General Public
106 // License. However the source code for this file must still be made available
107 // in accordance with section (3) of the GNU General Public License.
108 //
109 // This exception does not invalidate any other reasons why a work based on
110 // this file might be covered by the GNU General Public License.
111 //
112 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
113 // at http://sources.redhat.com/ecos/ecos-license/
114 // -------------------------------------------
115 //####ECOSGPLCOPYRIGHTEND####
116 //===========================================================================