From owner-freebsd-current@FreeBSD.ORG Mon Jul 11 22:50:19 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 E396016A421 for ; Mon, 11 Jul 2005 22:50:19 +0000 (GMT) (envelope-from bryanv@daemoninthecloset.org) Received: from ms-smtp-03.rdc-kc.rr.com (ms-smtp-03.rdc-kc.rr.com [24.94.166.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A4543D60 for ; Mon, 11 Jul 2005 22:50:11 +0000 (GMT) (envelope-from bryanv@daemoninthecloset.org) Received: from misery.daemoninthecloset.org (rrcs-67-52-233-243.west.biz.rr.com [67.52.233.243]) by ms-smtp-03.rdc-kc.rr.com (8.12.10/8.12.7) with ESMTP id j6BMo7gu015350 for ; Mon, 11 Jul 2005 17:50:08 -0500 (CDT) Received: from localhost (misery.daemoninthecloset.org [192.168.1.25]) by misery.daemoninthecloset.org (Postfix) with ESMTP id 54E6784504 for ; Mon, 11 Jul 2005 17:50:07 -0500 (CDT) Received: from misery.daemoninthecloset.org ([192.168.1.25]) by localhost (misery.daemoninthecloset.org [192.168.1.25]) (amavisd-new, port 10024) with ESMTP id 44012-03 for ; Mon, 11 Jul 2005 17:50:05 -0500 (CDT) Received: from agonize.daemoninthecloset.org (agonize.daemoninthecloset.org [192.168.1.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by misery.daemoninthecloset.org (Postfix) with ESMTP id 0703E8440B for ; Mon, 11 Jul 2005 17:50:04 -0500 (CDT) Date: Mon, 11 Jul 2005 17:50:04 -0500 From: Bryan V To: freebsd-current@freebsd.org Message-Id: <20050711175004.63f787dc.bryanv@daemoninthecloset.org> In-Reply-To: <42D26463.507@deadcafe.de> References: <42D26463.507@deadcafe.de> X-Mailer: Sylpheed version 2.0.0beta5 (GTK+ 2.7.2; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: amavisd-new at daemoninthecloset.org X-Mailman-Approved-At: Tue, 12 Jul 2005 12:06:32 +0000 Subject: Re: Current amd64, "nve0: device timeout" with nForce4 ethernet 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: Mon, 11 Jul 2005 22:50:22 -0000 On Mon, 11 Jul 2005 14:21:55 +0200 Daniel Rock wrote: > Paul Richards schrieb: > > Hi, > > With CURRENT (checked out earlier this evening) on amd64 I cannot get > > my nForce4 ethernet adaptor to work. The module automatically loads > > but I get messages of the form "nve0: device timeout(..)" when I > > attempt to use the interface. > > > > This is exactly the same problem that RELEASE 5.4 had using the nvlan > > port on my system. I upgraded to current as I was told that the > > integrated nve driver in 6.0 was more up to date than the nvlan port. > > > > Does anyone have nForce4 ethernet working with any version of FreeBSD > > on amd64? Is this something to do with my particular nForce4 chipset > > or is the nForce4 ethernet generally unsupported at this time? > > How much memory do you have? > > I'm too having trouble with the nve driver under FreeBSD, but only if memory > is mapped beyond the 4 GB mark. > > I have a Tyan S2895 mobo with a memory hole at 2.75 GB for PCI cards. In the > BIOS I can decide how to remap this memory: Disabled/Hardware/Software > > If I choose to set this setting to "Disabled" my nve driver works fine, with > any other setting I too get "device timeout"'s. > I have a similar timeouts under current with an NForce2 (Abit NF7) with 1GB of memory. My timeouts usually happen under heavy usage however. nve0: port 0xc000-0xc007 mem 0xe1004000-0xe1004fff irq 10 at device 4.0 on pci0 nve0: Ethernet address 00:50:8d:fb:18:a2 miibus0: on nve0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto nve0: Ethernet address: 00:50:8d:fb:18:a2 nve0: [GIANT-LOCKED] Bryan