From owner-freebsd-stable@FreeBSD.ORG Thu Oct 25 03:39:13 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E02116A418 for ; Thu, 25 Oct 2007 03:39:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 3149B13C4A5 for ; Thu, 25 Oct 2007 03:39:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so498229waf for ; Wed, 24 Oct 2007 20:39:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=kr+lnl7sBk5lNWS0pQtU5uNgGxd5UR9wZxpuZ/MHX6E=; b=X5fkgxZiJsCTC6EPbV39V71tN4y8I/3G4RSXU/HwC84B4kuIq6kKaxNRpYw/PBuYRLvUx5gp/uoaQagVZQoBQJAzYveDgX5WwNUkiwfNQiOnlb+DjMBR8/6+UsqbD9hkvzjWpUG97LiqhCNpBBOONDoPpnCJpKqMqwx0Dnpcsx4= 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=JBFu2MKQ/7DA2Vgfji/iSeAjNheqShCr0utvqF6KiYcJpK9/t4K6T526MQwtpqGZsOThzOlieLfs4yoa5G1aP8JddisRarx+QZy7A8xLjZLtqnHBTRYRTjVAi2O9n+LUWU1KqUCOsgiW4kb5745Ek39xwdDtM05l5BVPWj+JsqA= Received: by 10.114.56.1 with SMTP id e1mr1509159waa.1193283544181; Wed, 24 Oct 2007 20:39:04 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id m27sm2880442wag.2007.10.24.20.39.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Oct 2007 20:39:03 -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 l9P3ZKCl016830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 25 Oct 2007 12:35:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l9P3ZGOF016829; Thu, 25 Oct 2007 12:35:16 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 25 Oct 2007 12:35:16 +0900 From: Pyun YongHyeon To: Daniel Dias Gon?alves Message-ID: <20071025033516.GC16092@cdnetworks.co.kr> References: <471FE33E.5050800@dgnetwork.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <471FE33E.5050800@dgnetwork.com.br> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Realtek Gigabit Network Card 0xd6088086 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 03:39:13 -0000 On Wed, Oct 24, 2007 at 10:28:46PM -0200, Daniel Dias Gon?alves wrote: > Hi, > > FreeBSD 6.2-STABLE can support this network card? > > none2@pci3:0:0: class=0x020000 card=0xd6088086 chip=0x816810ec rev=0x01 > hdr=0x00 > vendor = 'Realtek Semiconductor' > class = network > subclass = ethernet > If it's not detected by re(4) your NIC would be newer 8168 series. So try re(4) first and let me know the result.(I have a WIP version for newer 8168 family but need testers.) -- Regards, Pyun YongHyeon