From owner-freebsd-questions@FreeBSD.ORG Mon Feb 25 02:35:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F38E16A401 for ; Mon, 25 Feb 2008 02:35:24 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.181]) by mx1.freebsd.org (Postfix) with ESMTP id 3759E13C461 for ; Mon, 25 Feb 2008 02:35:23 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so1121987ele.3 for ; Sun, 24 Feb 2008 18:35:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=iwWa4L05WhXH82+ZFHGz4OMOabWjBazvBMJDAa/ZEg4=; b=HIx7Uezg8Q1JD3TwNkqpZBDGSik8n9v1d5yDSCxntzuL9xkZkwLMf5ii/GQv7BIL5ovR9tbZBv8VsH2P/GHPgfxwwBl1bQxNJYAFCfMaNiBLutJc/AKHqHe1lGbEtNXHB7tOta0GCwT1yDuiefIuZFSwqXadYl1Gl8i4huuaKMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=gT9A8i/9x5ni5j1gibQ55RPMdItNf9BgR6tnsFyArqWoXhxamoLwDYrMFyA06eGbWsKOB8nc9VGQTSCKJbP5n/1Z9Tv9DdOHM3EkKglkogiC3ylG3yxlkaC1lhOB6OqaWtvnz2bl23XvBA/Xphyp/udbx9PinhBNBxUNZdmMON0= Received: by 10.142.88.20 with SMTP id l20mr1709576wfb.72.1203905165226; Sun, 24 Feb 2008 18:06:05 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 24sm7908206wff.10.2008.02.24.18.06.02 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Feb 2008 18:06:04 -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 m1P25w7E043899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Feb 2008 11:05: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 m1P25vOc043898; Mon, 25 Feb 2008 11:05:57 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 25 Feb 2008 11:05:57 +0900 From: Pyun YongHyeon To: "W. D." Message-ID: <20080225020557.GC42733@cdnetworks.co.kr> References: <20080223193629.163BA13C457@mx1.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080223193629.163BA13C457@mx1.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: shigeaki@f.csce.kyushu-u.ac.jp, freebsd-questions@freebsd.org, yongari@freebsd.org Subject: Re: Nightmare on FreeBSD Street: NIC Drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 02:35:24 -0000 On Sat, Feb 23, 2008 at 01:09:06PM -0600, W. D. wrote: > Compiled, built kernel, and world per: > > > > Still getting timeout errors. Seems like more of them > with this "nfe" driver. > > FreeBSD 6.2, Asus M2NPV-VM, nVidia Ethernet. > > Can anyone help me debug this problem or suggest a solid, > reliable, and compatible PCI NIC to use instead? > nfe(4) is not part of official release of FreeBSD 6.3-RELEASE or RELENG_6. I don't have any 6.x box with nfe(4) hardwares so it's hard to fix ATM. Would you try nfe(4) on 7.0-RELEASE or HEAD? If you still see watchdog timeout errors on 7.0-RELEASE or HEAD please let me know. -- Regards, Pyun YongHyeon