]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/powerpc/quicc2/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / powerpc / quicc2 / v2_0 / ChangeLog
1 2004-02-03  Christoph Csebits <christoph.csebits@frequentis.com>
2
3         * src/if_fcc.c (fcc_eth_can_send): Fix: check also if
4         buffer was freed by the upper layer (txdone was called).
5
6 2003-03-04  Paul Fine <pfine@delcomsys.com>
7
8         * src/EnetPHY.c : Added PHY reset function for the ts6 platform.
9         Changed delay to use HAL_DELAY_US instead of a nop for loop.
10         * src/if_fec.c : Invoke PHY reset function for ts6 platform, as
11         well as VADS platform.  Remove unneeded and incorrect invocation
12         data cache macros.
13         
14 2002-12-12  Gary Thomas  <gthomas@ecoscentric.com>
15 2002-12-12  Patrick Doyle <wpd@delcomsys.com>
16
17         * src/types.h: 
18         * src/if_fec.c: 
19         * src/fec.h: 
20         * src/EnetPHY.h: 
21         * src/EnetPHY.c: 
22         * cdl/quicc2_eth_drivers.cdl: New package; ethernet drivers for
23         PowerPC/QUICC2 based systems (like MPC8260).
24
25 //===========================================================================
26 //####ECOSGPLCOPYRIGHTBEGIN####
27 // -------------------------------------------
28 // This file is part of eCos, the Embedded Configurable Operating System.
29 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
30 // Copyright (C) 2002 Gary Thomas
31 //
32 // eCos is free software; you can redistribute it and/or modify it under
33 // the terms of the GNU General Public License as published by the Free
34 // Software Foundation; either version 2 or (at your option) any later version.
35 //
36 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
37 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
38 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
39 // for more details.
40 //
41 // You should have received a copy of the GNU General Public License along
42 // with eCos; if not, write to the Free Software Foundation, Inc.,
43 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
44 //
45 // As a special exception, if other files instantiate templates or use macros
46 // or inline functions from this file, or you compile this file and link it
47 // with other works to produce a work based on this file, this file does not
48 // by itself cause the resulting work to be covered by the GNU General Public
49 // License. However the source code for this file must still be made available
50 // in accordance with section (3) of the GNU General Public License.
51 //
52 // This exception does not invalidate any other reasons why a work based on
53 // this file might be covered by the GNU General Public License.
54 //
55 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
56 // at http://sources.redhat.com/ecos/ecos-license/
57 // -------------------------------------------
58 //####ECOSGPLCOPYRIGHTEND####
59 //===========================================================================
60         
61         
62