]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/arm/at91/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / arm / at91 / v2_0 / ChangeLog
1 2007-04-08  Uwe Kindler  <uwe_kindler@web.de>
2
3         * cdl/at91_eth.cdl: Fixed typo. (Removed AT91RM9200 from
4           CYGPKG_DEVS_ETH_ARM_AT91_DEBUG_LEVEL)
5         
6 2007-03-23  John Eigelaar  <jeigelaar@mweb.co.za>
7
8         * src/if_at91.c: Added support for the ETH_DRV_SET_MAC_ADDRESS
9         control key. Added functionality to clear the transmit buffer
10         ownershiop bits when the TXCOMP status is detected.
11
12 2007-01-17  John Eigelaar  <jeigelaar@mweb.co.za>
13
14         * src/if_at91.c * include/at91_eth.cdl: Working implementation
15         of a device driver for the AT91 EMAC device.
16
17 2006-06-02  Andrew Lunn  <andrew.lunn@ascom.ch>
18
19         * src/if_at91.c * include/at91_eth.cdl: Partially implementation
20         of a device driver for the AT91 EMAC device.
21
22 //===========================================================================
23 //####ECOSGPLCOPYRIGHTBEGIN####
24 // -------------------------------------------
25 // This file is part of eCos, the Embedded Configurable Operating System.
26 // Copyright 2006 Andrew Lunn
27 //
28 // eCos is free software; you can redistribute it and/or modify it under
29 // the terms of the GNU General Public License as published by the Free
30 // Software Foundation; either version 2 or (at your option) any later version.
31 //
32 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
33 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
34 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
35 // for more details.
36 //
37 // You should have received a copy of the GNU General Public License along
38 // with eCos; if not, write to the Free Software Foundation, Inc.,
39 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
40 //
41 // As a special exception, if other files instantiate templates or use macros
42 // or inline functions from this file, or you compile this file and link it
43 // with other works to produce a work based on this file, this file does not
44 // by itself cause the resulting work to be covered by the GNU General Public
45 // License. However the source code for this file must still be made available
46 // in accordance with section (3) of the GNU General Public License.
47 //
48 // This exception does not invalidate any other reasons why a work based on
49 // this file might be covered by the GNU General Public License.
50 //
51 // -------------------------------------------
52 //####ECOSGPLCOPYRIGHTEND####
53 //===========================================================================