Date: Tue, 21 Jan 2003 22:10:46 -0600 (CST) From: Mike Silbersack <silby@silby.com> To: Stephen Cravey <cravey@gotbrains.org> Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/47251: 5.0 RELEASE, panic in mii_physubr.c (xl0 Driver) Message-ID: <20030121220726.C4494-100000@patrocles.silby.com> In-Reply-To: <20030121171746.F37185@www.gotbrains.org> References: <20030121171746.F37185@www.gotbrains.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030121220726.C4494-100000>