From owner-cvs-all@FreeBSD.ORG Fri Feb 13 23:06:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E6F16A4CE for ; Fri, 13 Feb 2004 23:06:00 -0800 (PST) Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [63.251.191.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059D743D2F for ; Fri, 13 Feb 2004 23:06:00 -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 i1E75xAC012046 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 14 Feb 2004 00:05:59 -0700 (MST) (envelope-from verm@jolly.drunkmonk.net) Received: (from verm@localhost) by jolly.drunkmonk.net (8.12.9/8.12.1/Submit) id i1E75xlg012045 for cvs-all@freebsd.org; Sat, 14 Feb 2004 00:05:59 -0700 (MST) Date: Sat, 14 Feb 2004 00:05:59 -0700 From: Amar Takhar To: cvs-all@freebsd.org Message-ID: <20040214070559.GA11991@drunkmonk.net> Mail-Followup-To: cvs-all@freebsd.org References: <20040213225859.GA16475@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040213225859.GA16475@k7.mavetju> Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 07:06:00 -0000 On 2004-02-14 09:58 +1100, Edwin Groothuis wrote: > For what it is worth, I haven't experienced hangs or lockups with > it on 4.8, the machine has run (as a backup server, so there has > been some traffic over the interface) without problems since last > october. I've hit the hand problem in current with the bfe driver, I was actually typing an email to Julian asking if he fixed this in the 4.x driver, but since I saw this thread... When you're transfering files at high speed (~10MB/s) the machine will lock up hard. At the time I was able to use Bill's ndis driver, which worked perfectly. Unfortunatly at home I only have a 10mbit network, so i'm only able to test at a friends. Amar.