Date: Mon, 14 Aug 2006 09:11:56 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: Julian Elischer <julian@elischer.org>, current@freebsd.org Subject: Re: anyone seeing problems with bce driver? Message-ID: <200608140911.56908.jhb@freebsd.org> In-Reply-To: <44DCFFBC.7080807@elischer.org> References: <44DCFFBC.7080807@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 11 August 2006 18:07, Julian Elischer wrote: > We're seeing the following problems with a 6.1 based system with a bce > interface. > I've looked at -current and RELENG_6 and don't see any changes that > might affect this.. > > before I go diving further into the code, does anyone recognise this? > Looks like possibly the constantly incoming packets stop the PHY from > getting reinitialised. > I am guessing that when reinitiing we should stop new data from hitting > the chip. > I'm guessing this is what should be happenning but there is a window > somewhere > that is letting some through. Actually, there were some locking fixes I did in HEAD and 6-stable recently related to bce_watchdog() (IIRC). I'd check the 6-stable version of sys/dev/bce/* just to be sure. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608140911.56908.jhb>