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