]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/phy/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / phy / v2_0 / ChangeLog
1 2005-08-25  Markus Schade <marks@peppercon.de>
2
3         * src/INLXT972.c: 
4         * cdl/phy_eth_drivers.cdl: Add support for Intel LXT972
5
6 2004-10-04  Andrew Lunn  <andrew.lunn@ascom.ch>
7
8         * cdl/phy_eth_drivers.cdl: We call the delay function via VV so we
9         require VV support.
10
11 2003-11-07  Gary Thomas  <gary@mlbassoc.com>
12
13         * src/DP83847.c: 
14         * src/AM79C874.c: 
15         * cdl/phy_eth_drivers.cdl: Make auto-negotiation timeout configurable.
16
17 2003-09-11  Gary Thomas  <gary@mlbassoc.com>
18
19         * include/eth_phy.h: Minor improvement in status bitfield [comments]
20
21         * doc/eth_phy.sgml: New file - add basic documentation on PHY API.
22
23 2003-08-26  Gary Thomas  <gary@mlbassoc.com>
24
25         * src/DP83847.c: 
26         * src/AM79C874.c: New file(s) - driver(s) for PHY devices.
27
28         * src/eth_phy.c: 
29         * include/eth_phy_dev.h: 
30         * include/eth_phy.h: 
31         * cdl/phy_eth_drivers.cdl: Add device/chip specific drivers.
32
33 2003-08-19  Gary Thomas  <gary@mlbassoc.com>
34
35         * src/eth_phy.c: 
36         * include/eth_phy.h: 
37         * cdl/phy_eth_drivers.cdl: New file(s) - generic API for dealing
38         with ethernet PHY devices, allowing network drivers more flexibility.
39
40 //===========================================================================
41 //####ECOSGPLCOPYRIGHTBEGIN####
42 // -------------------------------------------
43 // This file is part of eCos, the Embedded Configurable Operating System.
44 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
45 // Copyright (C) 2003 Gary Thomas
46 //
47 // eCos is free software; you can redistribute it and/or modify it under
48 // the terms of the GNU General Public License as published by the Free
49 // Software Foundation; either version 2 or (at your option) any later version.
50 //
51 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
52 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
53 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
54 // for more details.
55 //
56 // You should have received a copy of the GNU General Public License along
57 // with eCos; if not, write to the Free Software Foundation, Inc.,
58 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
59 //
60 // As a special exception, if other files instantiate templates or use macros
61 // or inline functions from this file, or you compile this file and link it
62 // with other works to produce a work based on this file, this file does not
63 // by itself cause the resulting work to be covered by the GNU General Public
64 // License. However the source code for this file must still be made available
65 // in accordance with section (3) of the GNU General Public License.
66 //
67 // This exception does not invalidate any other reasons why a work based on
68 // this file might be covered by the GNU General Public License.
69 //
70 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
71 // at http://sources.redhat.com/ecos/ecos-license/
72 // -------------------------------------------
73 //####ECOSGPLCOPYRIGHTEND####
74 //===========================================================================
75         
76         
77