From owner-freebsd-current@FreeBSD.ORG Wed Mar 3 04:32:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C2E16A4CE for ; Wed, 3 Mar 2004 04:32:54 -0800 (PST) Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [63.251.191.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9784743D2F for ; Wed, 3 Mar 2004 04:32:54 -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 i23CWsnX097062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 3 Mar 2004 05:32:54 -0700 (MST) (envelope-from verm@jolly.drunkmonk.net) Received: (from verm@localhost) by jolly.drunkmonk.net (8.12.9/8.12.1/Submit) id i23CWs3v097061 for freebsd-current@freebsd.org; Wed, 3 Mar 2004 05:32:54 -0700 (MST) Date: Wed, 3 Mar 2004 05:32:53 -0700 From: Amar Takhar To: freebsd-current@freebsd.org Message-ID: <20040303123253.GA96843@drunkmonk.net> Mail-Followup-To: freebsd-current@freebsd.org References: <20040302170309.GB17097@mobile.acs-et.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040302170309.GB17097@mobile.acs-et.com> Subject: Re: if_bfe hangs? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 12:32:55 -0000 On 2004-03-02 20:03 +0300, Mike Makonnen wrote: > I've found that my Dell Inspiron 5100 laptop, which also uses the same > chip, usually hangs when working with bad network cables. Otherwise, > it works fine in 100BaseTX or 10BaseT. That makes sense, Julian just committed a fix that stops the driver from going into an infinate loop upon reciving a bad packet. Amar.