From owner-freebsd-current@FreeBSD.ORG Tue Oct 30 01:13:46 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A95516A41A for ; Tue, 30 Oct 2007 01:13:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 48D2013C480 for ; Tue, 30 Oct 2007 01:13:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1524566rvb for ; Mon, 29 Oct 2007 18:13:34 -0700 (PDT) Received: by 10.115.32.1 with SMTP id k1mr6455090waj.1193625903628; Sun, 28 Oct 2007 19:45:03 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id k23sm12187233waf.2007.10.28.19.44.58 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 28 Oct 2007 19:45:02 -0700 (PDT) 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 l9T2irFv034000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Oct 2007 11:44:53 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l9T2iqM7033999; Mon, 29 Oct 2007 11:44:52 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 29 Oct 2007 11:44:52 +0900 From: Pyun YongHyeon To: "Arno J. Klaassen" Message-ID: <20071029024452.GB32892@cdnetworks.co.kr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: current@freebsd.org Subject: Re: 2nd nfe interface not showing up on Tyan S2895 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: Tue, 30 Oct 2007 01:13:46 -0000 On Sun, Oct 28, 2007 at 07:27:25PM +0100, Arno J. Klaassen wrote: > Hi, > > I'm playing with RELENG_7 on a spare S2895 I have around and > have difficulties with the ethernet interfaces : > > - nfe0 shows up and works OK under 1Gbps (at least for > buildworlds etc over NFS) but under 100Mbps it says : > > install kernel: nfe0: tx v2 error 0x6004 > install kernel: nfe0: tx v2 error 0x6204 > Because developers don't know what exact meaning for Tx completion status word would be(Only NVIDIA knows that) nfe(4) just shows the possible error candidate. If you see the code you may notice no error recovery is attempted for the case. So I guess you can also ignore it unless the message contiously is printed on youe console while network activity is in progress. > - more serious, this board is supposed to have two of them > (enabled in BIOS as 'Slave Device') but only one of them > shows up at boot (and in pciconf -vl) > > According to the manual : "Two IEEE 802.3 Nvidia MAC 1000/100/10 > Ethernet (First from PRO 2200, Second from PRO 2050)" so apparently > not connected to the same chipset, and according to the > block diagram of MB-architecture, the "PRO 2050" should > be connected directly to the second CPU. > > Does anyone have a hint how to get that second interface at least > to show up? Thanx in advance and feel free to contact me for > more detailed info. > > Regards, > > Arno -- Regards, Pyun YongHyeon