From owner-freebsd-bugs Tue Jan 21 20: 3:12 2003 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD02137B401 for ; Tue, 21 Jan 2003 20:03:11 -0800 (PST) Received: from out0.mx.nwbl.wi.voyager.net (out0.mx.nwbl.wi.voyager.net [169.207.3.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBA843F18 for ; Tue, 21 Jan 2003 20:03:06 -0800 (PST) (envelope-from silby@silby.com) Received: from [10.1.1.6] (d171.as14.nwbl0.wi.voyager.net [169.207.136.45]) by out0.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id B25E784114; Tue, 21 Jan 2003 22:03:04 -0600 (CST) Date: Tue, 21 Jan 2003 22:10:46 -0600 (CST) From: Mike Silbersack To: Stephen Cravey Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/47251: 5.0 RELEASE, panic in mii_physubr.c (xl0 Driver) In-Reply-To: <20030121171746.F37185@www.gotbrains.org> Message-ID: <20030121220726.C4494-100000@patrocles.silby.com> References: <20030121171746.F37185@www.gotbrains.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 21 Jan 2003, Stephen Cravey wrote: > Could you please post a patch applicable to RELEASE rather than just > CURRENT ? The patch is trivial, you can apply it manually: for (i = 0; i < 32; i++) { MII_SET(XL_MII_CLK); + MII_SET(XL_MII_DATA); MII_CLR(XL_MII_CLK); + MII_SET(XL_MII_DATA); } return; Just search for the for line, then add the two lines with +s at the beginning of them. (Minus the pluses, of course.) As for adding this to 5.0-release; it's too late, 5.0-release is done and gone. I apologize for not including this change in 5.0, but that's what happened, and there's nothing I can do about it now. What I will do is see is if a note can be added to the errata file. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message