Mercurial > ecos
annotate packages/devs/eth/phy/current/ChangeLog @ 2960:31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
* cdl/phy_eth_drivers.cdl: Add new PHY support
* src/IP101A.c, src/IP101A.h: Contributed by Edgar Grimberg
* src/VSC8244.c, src/VSC8244.h: Contributed by Christophe Coutand
* src/VSC8641.c, src/VSC8641.h: Contributed by Sachin Sushil Chaddha
| author | jld |
|---|---|
| date | Tue, 15 Jun 2010 08:25:04 +0000 |
| parents | 74dbf4c3f2e1 |
| children | c9b1a6470fbb |
| rev | line source |
|---|---|
|
2960
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
1 2010-06-10 Christophe Coutand <ccoutand@stmi.com> |
|
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
2 |
|
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
3 * doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode |
|
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
4 * cdl/phy_eth_drivers.cdl: Add new PHY support |
|
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
5 * src/IP101A.c, src/IP101A.h: Contributed by Edgar Grimberg |
|
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
6 * src/VSC8244.c, src/VSC8244.h: Contributed by Christophe Coutand |
|
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
7 * src/VSC8641.c, src/VSC8641.h: Contributed by Sachin Sushil Chaddha |
|
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
8 |
| 2708 | 9 2008-12-30 John Dallaway <john@dallaway.org.uk> |
| 10 | |
| 11 * cdl/phy_eth_drivers.cdl: Reference per-package documentation. | |
| 12 | |
| 2573 | 13 2008-10-28 Oliver Munz <munz@speag.ch> |
| 14 | |
| 15 * cdl/phy_eth_drivers.cdl: | |
| 16 * src/KSZ8041.c: Add support for Micrel KSZ8041 PHY | |
| 17 | |
| 2551 | 18 2008-08-05 Uwe Kindler <uwe_kindler@web.de> |
| 19 | |
| 20 * cdl/phy_eth_drivers.cdl: | |
| 21 * src/KSZ8001.c: Add support for Micrel KSZ8001 PHY | |
| 22 | |
| 2381 | 23 2007-04-06 Uwe Kindler <uwe_kindler@web.de> |
| 24 | |
| 25 * cdl/phy_eth_drivers.cdl: | |
| 2385 | 26 * src/KS8721.c: Add support for Micrel KS8721 PHY |
| 2381 | 27 |
| 2367 | 28 2007-01-17 John Eigelaar <jeigelaar@mweb.co.za> |
| 29 | |
| 30 * cdl/phy_eth_drivers.cdl: | |
| 31 * src/DM9161A.c: Add support for Davicom 9161A. | |
| 32 | |
| 2176 | 33 2006-04-07 Andrew Lunn <andrew.lunn@ascom.ch> |
| 34 | |
| 35 * doc/eth_phy.sgml: Fixed a few typos | |
| 36 | |
|
2177
970f455a2397
Add support for ICS189X, better debug handling - from Jay Foster
gthomas
parents:
2176
diff
changeset
|
37 2006-03-30 Jay Foster <jay@systech.com> |
|
970f455a2397
Add support for ICS189X, better debug handling - from Jay Foster
gthomas
parents:
2176
diff
changeset
|
38 * 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
|
39 * 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
|
40 * include/eth_phy_dev.h: |
|
970f455a2397
Add support for ICS189X, better debug handling - from Jay Foster
gthomas
parents:
2176
diff
changeset
|
41 * src/AM79C874.c: |
|
970f455a2397
Add support for ICS189X, better debug handling - from Jay Foster
gthomas
parents:
2176
diff
changeset
|
42 * src/DP83847.c: |
|
970f455a2397
Add support for ICS189X, better debug handling - from Jay Foster
gthomas
parents:
2176
diff
changeset
|
43 * src/INLXT972.c: Make debug output CDL configurable. |
|
970f455a2397
Add support for ICS189X, better debug handling - from Jay Foster
gthomas
parents:
2176
diff
changeset
|
44 * 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
|
45 a PHY MII address other than 0. |
|
970f455a2397
Add support for ICS189X, better debug handling - from Jay Foster
gthomas
parents:
2176
diff
changeset
|
46 * src/ics189x.c: New |
|
970f455a2397
Add support for ICS189X, better debug handling - from Jay Foster
gthomas
parents:
2176
diff
changeset
|
47 |
| 2060 | 48 2005-08-25 Markus Schade <marks@peppercon.de> |
| 49 | |
| 50 * src/INLXT972.c: | |
| 51 * cdl/phy_eth_drivers.cdl: Add support for Intel LXT972 | |
| 52 | |
|
1790
8fa2d8cf7d1b
* cdl/phy_eth_drivers.cdl: We call the delay function via VV so we
asl
parents:
1355
diff
changeset
|
53 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
|
54 |
|
8fa2d8cf7d1b
* cdl/phy_eth_drivers.cdl: We call the delay function via VV so we
asl
parents:
1355
diff
changeset
|
55 * 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
|
56 require VV support. |
|
8fa2d8cf7d1b
* cdl/phy_eth_drivers.cdl: We call the delay function via VV so we
asl
parents:
1355
diff
changeset
|
57 |
| 1355 | 58 2003-11-07 Gary Thomas <gary@mlbassoc.com> |
| 59 | |
| 60 * src/DP83847.c: | |
| 61 * src/AM79C874.c: | |
| 62 * cdl/phy_eth_drivers.cdl: Make auto-negotiation timeout configurable. | |
| 63 | |
| 1211 | 64 2003-09-11 Gary Thomas <gary@mlbassoc.com> |
| 65 | |
| 66 * include/eth_phy.h: Minor improvement in status bitfield [comments] | |
| 67 | |
| 68 * doc/eth_phy.sgml: New file - add basic documentation on PHY API. | |
| 69 | |
| 1178 | 70 2003-08-26 Gary Thomas <gary@mlbassoc.com> |
| 71 | |
| 72 * src/DP83847.c: | |
| 73 * src/AM79C874.c: New file(s) - driver(s) for PHY devices. | |
| 74 | |
| 75 * src/eth_phy.c: | |
| 76 * include/eth_phy_dev.h: | |
| 77 * include/eth_phy.h: | |
| 78 * cdl/phy_eth_drivers.cdl: Add device/chip specific drivers. | |
| 79 | |
| 1170 | 80 2003-08-19 Gary Thomas <gary@mlbassoc.com> |
| 81 | |
| 82 * src/eth_phy.c: | |
| 83 * include/eth_phy.h: | |
| 84 * cdl/phy_eth_drivers.cdl: New file(s) - generic API for dealing | |
| 85 with ethernet PHY devices, allowing network drivers more flexibility. | |
| 86 | |
| 87 //=========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
88 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
89 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
90 // This file is part of eCos, the Embedded Configurable Operating System. |
|
2960
31c9ab39babe
* doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
jld
parents:
2729
diff
changeset
|
91 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2010 Free Software Foundation, Inc. |
| 1170 | 92 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
93 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
94 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
95 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
96 // later version. |
| 1170 | 97 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
98 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
99 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
100 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
101 // General Public License for more details. |
| 1170 | 102 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
103 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
104 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
105 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
106 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
107 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
108 // ####GPLCOPYRIGHTEND#### |
| 1170 | 109 //=========================================================================== |
| 110 | |
| 111 | |
| 112 |
