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