]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/powerpc/fcc/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / powerpc / fcc / v2_0 / ChangeLog
1 2004-02-04  Gary Thomas  <gary@mlbassoc.com>
2
3         * src/if_fcc.c: 
4         * src/fcc.h: Only process error-free packets.  Inspired by
5         Christoph Csebits.
6
7 2004-02-03  Christoph Csebits <christoph.csebits@frequentis.com>
8
9         * src/if_fcc.c (fcc_eth_can_send): Fix: check also if
10         buffer was freed by the upper layer (txdone was called).
11
12 2004-01-15  Tiphaine Billoir  <tbilloir@elios-informatique.fr>
13         
14         * src/if_fcc.c:
15         * src/fcc.h: Add support for FFC3.  Only treat "link not found"
16         as an error when building for RedBoot.
17         
18 2003-11-07  Gary Thomas  <gary@mlbassoc.com>
19
20         * src/if_fcc.c (fcc_eth_init): Improve messages, add device name.
21
22 2003-10-02  Gary Thomas  <gary@mlbassoc.com>
23
24         * cdl/fcc_eth_drivers.cdl: Buffers need to be a multiple of cache
25         line size (typically 16 or 32).
26
27 2003-09-08  Gary Thomas  <gary@mlbassoc.com>
28
29         * cdl/fcc_eth_drivers.cdl: Force serial console during init (only
30         safe way to print during system initialization)
31
32 2003-08-30  Gary Thomas  <gary@mlbassoc.com>
33
34         * src/if_fcc.c: Fix compile error.
35
36 2003-08-26  Gary Thomas  <gary@mlbassoc.com>
37
38         * src/if_fcc.c: Use new PHY support.
39
40 2003-08-19  Gary Thomas  <gary@mlbassoc.com>
41
42         * src/if_fcc.c: 
43         * src/fcc.h: 
44         * cdl/fcc_eth_drivers.cdl: New file(s) - generic ethernet driver
45         for Motorola QUICC-2 FCC controller.  Roughly based on previously
46         contributed devs/eth/powerpc/quicc2 package.
47
48 //===========================================================================
49 //####ECOSGPLCOPYRIGHTBEGIN####
50 // -------------------------------------------
51 // This file is part of eCos, the Embedded Configurable Operating System.
52 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
53 // Copyright (C) 2003 Gary Thomas
54 //
55 // eCos is free software; you can redistribute it and/or modify it under
56 // the terms of the GNU General Public License as published by the Free
57 // Software Foundation; either version 2 or (at your option) any later version.
58 //
59 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
60 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
61 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
62 // for more details.
63 //
64 // You should have received a copy of the GNU General Public License along
65 // with eCos; if not, write to the Free Software Foundation, Inc.,
66 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
67 //
68 // As a special exception, if other files instantiate templates or use macros
69 // or inline functions from this file, or you compile this file and link it
70 // with other works to produce a work based on this file, this file does not
71 // by itself cause the resulting work to be covered by the GNU General Public
72 // License. However the source code for this file must still be made available
73 // in accordance with section (3) of the GNU General Public License.
74 //
75 // This exception does not invalidate any other reasons why a work based on
76 // this file might be covered by the GNU General Public License.
77 //
78 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
79 // at http://sources.redhat.com/ecos/ecos-license/
80 // -------------------------------------------
81 //####ECOSGPLCOPYRIGHTEND####
82 //===========================================================================
83         
84         
85