From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 11 12:22:07 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 985B316A41C; Mon, 11 Jul 2005 12:22:07 +0000 (GMT) (envelope-from current@deadcafe.de) Received: from deadcafe.de (deadcafe.de [81.169.162.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBB343D49; Mon, 11 Jul 2005 12:22:06 +0000 (GMT) (envelope-from current@deadcafe.de) Received: from dialin.t-online.de (p54A5DBA1.dip.t-dialin.net [84.165.219.161]) by deadcafe.de (8.13.4/8.13.4/Rock) with ESMTP id j6BCM1Px073215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 11 Jul 2005 14:22:04 +0200 (CEST) Received: from [172.23.7.254] (doom.rock.net [172.23.7.254]) by dialin.t-online.de (8.13.4/8.13.4/Rock) with ESMTP id j6BCLtkI059580; Mon, 11 Jul 2005 14:21:55 +0200 (CEST) Message-ID: <42D26463.507@deadcafe.de> Date: Mon, 11 Jul 2005 14:21:55 +0200 From: Daniel Rock User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Paul Richards References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.1 required=5.5 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on deadcafe.de Cc: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Current amd64, "nve0: device timeout" with nForce4 ethernet X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 12:22:07 -0000 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. Below are my memory chunks for the different settings: Hardware: real memory = 5637144576 (5376 MB) Physical memory chunk(s): 0x0000000000001000 - 0x0000000000090fff, 589824 bytes (144 pages) 0x0000000000985000 - 0x00000000a616ffff, 2776543232 bytes (677867 pages) 0x0000000100000000 - 0x000000014ffdffff, 1342046208 bytes (327648 pages) avail memory = 4109500416 (3919 MB) Software: real memory = 6442450944 (6144 MB) Physical memory chunk(s): 0x0000000000001000 - 0x0000000000090fff, 589824 bytes (144 pages) 0x0000000000985000 - 0x000000007ff1ffff, 2136584192 bytes (521627 pages) 0x0000000100000000 - 0x0000000174baffff, 1958412288 bytes (478128 pages) avail memory = 4085907456 (3896 MB) Disabled: real memory = 2951872512 (2815 MB) Physical memory chunk(s): 0x0000000000001000 - 0x0000000000090fff, 589824 bytes (144 pages) 0x0000000000983000 - 0x00000000aac56fff, 2855092224 bytes (697044 pages) avail memory = 2846003200 (2714 MB) Details of my nve device: nve0: port 0x1c60-0x1c67 mem 0xb0005000-0xb0005fff irq 21 at device 10.0 on pci0 nve0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xb0005000 nve0: Ethernet address 00:e0:81:54:b2:a6 miibus0: on nve0 ukphy0: on miibus0 ukphy0: OUI 0x005043, model 0x000c, rev. 1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto nve0: bpf attached nve0: Ethernet address: 00:e0:81:54:b2:a6 nve0: [GIANT-LOCKED] Regards, Daniel