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