From owner-freebsd-current@FreeBSD.ORG Wed Dec 8 18:46:50 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 6716316A4CE for ; Wed, 8 Dec 2004 18:46:50 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBA543D77 for ; Wed, 8 Dec 2004 18:46:50 +0000 (GMT) (envelope-from bkelly@vadev.org) Received: (qmail 10879 invoked from network); 8 Dec 2004 18:46:49 -0000 Received: from nat.argoneng.com (HELO [192.168.33.71]) (Desdicardo@[208.247.255.11]) (envelope-sender )encrypted SMTP for ; 8 Dec 2004 18:46:46 -0000 Message-ID: <41B74C02.9010002@vadev.org> Date: Wed, 08 Dec 2004 13:46:26 -0500 From: Ben Kelly User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <20041207153257.GE1336@ip.net.ua> In-Reply-To: <20041207153257.GE1336@ip.net.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: [TEST] Updated port net/nvnet 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, 08 Dec 2004 18:46:50 -0000 Ruslan Ermilov wrote: > Hi, > > I'm the lucky owner of the ASUS SK8N (amd64) motherboard with > the onboard NVIDIA MCP Ethernet. > > With this patch, > > http://people.freebsd.org/~ru/patches/port_net_nvnet.patch > > I'm happily running it for three days without any glitches > noticed so far: > > : nv0: port 0xec00-0xec07 mem 0xfebfc000-0xfebfcfff irq 5 at device 5.0 on pci0 > : nv0: Ethernet address 00:0e:a6:54:dc:67 > : miibus0: on nv0 > : rlphy0: on miibus0 > : rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > : nv0: Ethernet address: 00:0e:a6:54:dc:67 > : nv0: [GIANT-LOCKED] > > I'd be grateful if someone could test this update on i386. I tried this on a CURRENT box last cvsup'ed about a week ago running GENERIC. The hardware is a Shuttle SN45G: http://us.shuttle.com/specs_access.asp?pro_id=279 Unfortunately the patch did not seem to work for me. It looks like nv0 is not detected correctly. All network access results in a nv0 timeout errors. I saw a panic during the boot scroll, but I could not scroll back or investigate as my USB keyboard stopped operating at this point. Its not clear if the panic was related to the nvnet port. I'm sorry this isn't a very helpful report. I am going to work on getting serial access running so I can get more information off the box. I will also try upgrading/reverting my src tree in case I am just stuck on a particularly unstable cvs point; any suggestions for a stable date are welcome. Thanks. - Ben