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