From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 27 Feb 2008 16:41:38 -0500 Subject: [U-Boot-Users] [PATCH] net: uec_phy: handle 88e1111 rev.B2 erratum 5.6 In-Reply-To: <20080227150639.494b5061.kim.phillips@freescale.com> References: <20080227150639.494b5061.kim.phillips@freescale.com> Message-ID: <47C5D912.1060807@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kim Phillips wrote: > erratum 5.6 states the autoneg completion bit is functional only if the > autoneg bit is asserted. > > This fixes any secondarily-issued networking commands on non-gigabit > links on the mpc8360 mds board. > > Signed-off-by: Kim Phillips > --- > gvb, please test, and give us your blessings if this fixes your second > ping failing issue. > > To go through biggerbadderben, for 1.3.2. > > drivers/qe/uec_phy.c | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) YES! That fixed the problem for real. Ben (Wolfgang), please apply to 1.3.2rc2, this fixes a very real problem. Acked-by: Gerald Van Baren Thanks, Kim! gvb