From owner-freebsd-current@FreeBSD.ORG Tue Dec 13 11:35:08 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 A007716A41F for ; Tue, 13 Dec 2005 11:35:08 +0000 (GMT) (envelope-from jsn@chantry.devlix.dk) Received: from chantry.devlix.dk (chantry.devlix.dk [195.41.43.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA0743D49 for ; Tue, 13 Dec 2005 11:35:08 +0000 (GMT) (envelope-from jsn@chantry.devlix.dk) Received: by chantry.devlix.dk (Postfix, from userid 1001) id D7F485C33; Tue, 13 Dec 2005 12:35:06 +0100 (CET) Date: Tue, 13 Dec 2005 12:35:06 +0100 From: Jimmy Selgen To: freebsd-current@freebsd.org Message-ID: <20051213113506.GA5904@chantry.devlix.dk> References: <20051209175607.C23668@maildrop.int.zabbadoz.net> <439A049E.9020907@freebsd.org> <20051212202825.GA30110@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051212202825.GA30110@dragon.NUXI.org> User-Agent: Mutt/1.4.2.1i Subject: Re: nve(4) patch - please test! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 13 Dec 2005 11:35:08 -0000 On Mon, Dec 12, 2005 at 12:28:25PM -0800, David O'Brien wrote: > On Sat, Dec 10, 2005 at 06:26:38AM +0800, David Xu wrote: > > >[1] http://sources.zabbadoz.net/freebsd/patchset/nve-20051209-01.diff > > > > It saves the nve on my EPOX 9nda3j board! > > it is a NForce3 250 GB, it is working now, oh, you are my hero! > > The update to v1.0-0310 (w/o the above patch) didn't help your issues? Sure didn't help with my problems either. It might be due to me taking if_nve and nvelib frmo -CURRENT, and applying them to my RELENG_6 branch, but the device_timeout(1)'s are still there. Board is a Asus K8N4-E Deluxe, with NForce 4 4x chipset. NIC is recognized as : Dec 9 19:47:06 testbox kernel: nve0: port 0xc000-0xc007 mem 0xd3100000-0xd3100fff irq 21 at device 10.0 on pci0 Kernel config is GENERIC with the following lines added: device pf device pflog device pfsync /Jimmy