From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srikanth Sherman Date: Fri, 21 Nov 2003 16:28:37 -0800 Subject: [U-Boot-Users] Re: Ethernet on PPC Ebony not working ... solved! Message-ID: <006c01c3b08f$929fbd60$1000a8c0@tsihq.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > I guess you are using 10MB ethernet. In the 440 is between EMAC and > PHY inserted so called ZMII bridge, which can operate in several modes. > If is in the RMII mode then is necessary to set correct speed in the ZMII > Speed Select Register. Thanks Pavel. This was the problem! Your patch fixed it and now my Ethernet works great. Thanks again.