From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 12 13:36:56 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B730516A4CF for ; Thu, 12 Feb 2004 13:36:56 -0800 (PST) Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [63.251.191.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E2143D31 for ; Thu, 12 Feb 2004 13:36:56 -0800 (PST) (envelope-from verm@jolly.drunkmonk.net) Received: from jolly.drunkmonk.net (localhost [127.0.0.1]) by jolly.drunkmonk.net (8.12.9/8.12.3) with ESMTP id i1CLauAC099943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 12 Feb 2004 14:36:56 -0700 (MST) (envelope-from verm@jolly.drunkmonk.net) Received: (from verm@localhost) by jolly.drunkmonk.net (8.12.9/8.12.1/Submit) id i1CLauDM099942 for hackers@freebsd.org; Thu, 12 Feb 2004 14:36:56 -0700 (MST) Date: Thu, 12 Feb 2004 14:36:56 -0700 From: Amar Takhar To: hackers@freebsd.org Message-ID: <20040212213656.GB99713@drunkmonk.net> Mail-Followup-To: hackers@freebsd.org References: <004601c3f102$846f4860$0300000a@slugabed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004601c3f102$846f4860$0300000a@slugabed.org> Subject: Re: bfe hardlocks X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 21:36:56 -0000 On 2004-02-11 16:52 -0800, Sean Hamilton wrote: > I've found my 5.2-RELEASE system hardlocking when I put some decent load on > its bfe interface. It'll do 80% load for hours before it freezes, but if I > do a ping -f it locks up within seconds. I had no problems using this > interface with the Windows driver provided by Broadcom. I have this problem as well, since I only have a 10mbit network at home I wasn't able to debug it (over new years I was at a friend's who has 100mbit) However, Bill's NDIS driver worked perfectly, no crashes, if you're running into this problem a lot i'd suggest that for now until someone (Stuart?) gets around to fixing it. Amar.