Add Ethernet 1000BASE-X support for PPC4xx
authorLarry Johnson <lrj@arlinx.com>
Thu, 27 Dec 2007 15:50:55 +0000 (10:50 -0500)
committerStefan Roese <sr@denx.de>
Thu, 27 Dec 2007 18:35:36 +0000 (19:35 +0100)
commitc348578bf612d0c56d8d376d23cae16defbd86af
treec185905fc179fdd8f289185fb33f423f38a119f9
parent9e2c347151db5ae8acf5f18b99493cd53e6637e3
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>
cpu/ppc4xx/miiphy.c