commit | 50325a020db07f307c1b5fc0f19a97c68d468890 | [log] [tgz] |
---|---|---|
author | Larry Johnson <lrj@arlinx.com> | Thu Dec 27 10:50:55 2007 -0500 |
committer | Stefan Roese <sr@denx.de> | Thu Dec 27 19:35:36 2007 +0100 |
tree | c185905fc179fdd8f289185fb33f423f38a119f9 | |
parent | 25283382ea1186a93c7399e962cdb4302813c8fd [diff] |
Add Ethernet 1000BASE-X support for PPC4xx This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol is defined, the PHY will advertise it's capabilities for autonegotiation based on the capabilities shown in the PHY's status registers, including 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will advertise hard-coded capabilities, as before. Signed-off-by: Larry Johnson <lrj@acm.org>