From owner-freebsd-current@FreeBSD.ORG Fri Mar 9 11:07:28 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BA3716A403 for ; Fri, 9 Mar 2007 11:07:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id AC3B513C494 for ; Fri, 9 Mar 2007 11:07:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so741678wxc for ; Fri, 09 Mar 2007 03:07:27 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=XvScrE/qPg2Xya6g0BQcvQteOWcg1Tna0vKC0CL3BbGBpq9bpXJqDL4+QfEL05WHFh2hbIb0C1aOIZ+cQh7m7RXHjovv7L2QqGOFoil1+RRbCoJxKtq1vrgDP3q5xhP+ARFVUKFvRgi/NgdcMWsQgPL5aynKCmHl0DGIkFQDOd0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=BGE6LyE8WpuovC1N28abkF8Qh3GF2Ef3tS8sUQbFVlX97L6Fghl+Xurh14o6nyuGPQi01h+bNzl8m14Tl7xhq17+120UC2VugnBAVe93/cTllxTWApNukt+4D9meDdrIlalA+Uszxq8ZplNO6HMfB5Gxzn8yckCUsdjbB0HsC5E= Received: by 10.70.129.4 with SMTP id b4mr2625048wxd.1173438447185; Fri, 09 Mar 2007 03:07:27 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id 5sm12737123nzk.2007.03.09.03.07.25; Fri, 09 Mar 2007 03:07:26 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id l29B8vgo072590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Mar 2007 20:08:58 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l29B8u7m072589; Fri, 9 Mar 2007 20:08:56 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 9 Mar 2007 20:08:56 +0900 From: Pyun YongHyeon To: "Mr. Darren" Message-ID: <20070309110856.GA70613@cdnetworks.co.kr> References: <20070308125908.GD62062@cdnetworks.co.kr> <334007.56858.qm@web34713.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <334007.56858.qm@web34713.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: yongari nfe problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 11:07:28 -0000 On Thu, Mar 08, 2007 at 04:33:36PM -0800, Mr. Darren wrote: > I tried the following overhauled nfe drivers after no > success in getting nfe to work with my hardware. > > http://people.freebsd.org/~yongari/nfe/if_nfe.c > > > > > > > > > http://people.freebsd.org/~yongari/nfe/if_nfereg.h > > > > > > > > > http://people.freebsd.org/~yongari/nfe/if_nfevar.h > > It still doesn't work, but I have a new set of errors. > > nfe0: port > 0xb000-0xb007 mem > 0xfe02a000-0xfe02afff,0xfe029000-0xfe0290ff,0xfe028000-0xfe02800f > irq 10 at device 16.0 on pci0 > nfe0: Ethernet address: 00:15:f2:f4:af:5e > miibus1: on nfe0 > nfe0: [ITHREAD] > nfe1: port > 0xac00-0xac07 mem > 0xfe027000-0xfe027fff,0xfe026000-0xfe0260ff,0xfe025000-0xfe02500f > irq 11 at device 17.0 on pci0 > nfe1: Ethernet address: 00:15:f2:f4:af:5f > miibus2: on nfe1 > nfe1: [ITHREAD] > nfe0: link state changed to DOWN > nfe0: link state changed to UP > nfe0: watchdog timeout (missed Tx interrupts) -- > recovering > nfe0: watchdog timeout (missed Tx interrupts) -- > recovering > According to Shigeaki Tagashira'page nForce 590 is supported by nfe(4). ATM I have no idea why it shows watchdog timeout errors. Btw, I don't see what PHY driver was attached in your message. (You can check it with dmesg(8) and normally it would pick up e1000phy(4).) > > the missing tx interrupts were made while trying > /sbin/dhclient nfe0 > > My motherboard is the ASUS crosshair NVIDIA nForce 590 > FreeBSD DARREN 7.0-CURRENT FreeBSD 7.0-CURRENT #12: > Thu Mar 8 16:57:38 UTC 2007 > root@DARREN:/usr/obj/usr/src/sys/DARREN amd64 > the cvsup this kernel was compiled with is less than 1 > week old. > > -Darren -- Regards, Pyun YongHyeon