From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 11 07:13:27 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D4C0106566B for ; Wed, 11 Jun 2008 07:13:27 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id B4A6E8FC1A for ; Wed, 11 Jun 2008 07:13:26 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2408556fgb.35 for ; Wed, 11 Jun 2008 00:13:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/YdGLYZakwRzdejHxEhSmPJQL9Ud1Xm5dG6MKTAYozU=; b=NajfO+ZstCUYS/oVxqTc9bFnnwQ54yJfy1K/vGVrGcRuLaVVtXs9h93ktQOZzqHRWJ iYPbH4jKaH5aavyU8782Ow1v5uDp2BnH9MJJB2IalPehwrCFYu0Sd1ugDanMUM1WohRq zd0sk6Q1T4UscxRGxPUJ0y98XNnGJxopdDKac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=nz1jej2w7XVjl8EZWqbenDCI+fKVfRzgGkRUrqhcEEhO0WafDNbPV0gbWwJcsi+Thr SbqTWAIzNK+QFmsWr1H85e7qtOk6ffWI7lO+rHYDHqNt/tqV1sbAAHdesAuzZty7DldI b1xNikU8JGC9i6Aj1tEnksBKEiSybNkflI11Y= Received: by 10.86.57.9 with SMTP id f9mr6692973fga.66.1213168404891; Wed, 11 Jun 2008 00:13:24 -0700 (PDT) Received: by 10.86.98.6 with HTTP; Wed, 11 Jun 2008 00:13:24 -0700 (PDT) Message-ID: <1bd550a00806110013u7b5c3f40wf4114d06638705a4@mail.gmail.com> Date: Wed, 11 Jun 2008 09:13:24 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: pyunyh@gmail.com In-Reply-To: <20080611004650.GA3485@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1bd550a00806101408xb9925b6wcc027d58f7fccf78@mail.gmail.com> <20080610221122.GA81166@eos.sc1.parodius.com> <20080611004650.GA3485@cdnetworks.co.kr> Cc: FreeBSD Hackers , Jeremy Chadwick Subject: Re: RTL8168/8111 PCI express support X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 07:13:27 -0000 On 6/11/08, Pyun YongHyeon wrote: > On Tue, Jun 10, 2008 at 03:11:22PM -0700, Jeremy Chadwick wrote: > > On Tue, Jun 10, 2008 at 11:08:05PM +0200, Fernando Apestegu?a wrote: > > > I sent this mail to freebsd-questions but I got no answer. I hope you > > > can help me. > > > > > > I got a computer with an RTL8168/8111 PCI Express NIC. It is shown in > > > pciconf but it is not seen by FreeBSD 7. I'm using i386 arch. > > > > > > I have re and rl drivers compiled in the kernel (stock GENERIC kernel, > > > actually). > > > > > > What do I need to make the NIC work properly? > > > > CC'ing PYUN YongHyeon, who should be able to help, since he helps > > maintain the driver. :-) > > I don't know which revision of RealTek controller you have. Just > knowing "pciconf -lv" is not enough. Since 7.0 didn't recognize > your controller I guess it could be newer revision from RealTek. > There is a WIP version that try to add support for newer > controllers. In order to try the WIP version you have to update to > latest 7-stable first and apply the following patch. > > http://people.freebsd.org/~yongari/re/re.HEAD.20080610 > > The patch still have some issues but it should detect/recognize > your controller. It makes sense what you say about the new revision cause the whole computer is quite new. In any case I will paste the "pciconf -lv" output just to be sure of the controller I have. I already have the 7-stable system installed with the kernel sources installed from sysinstall. Do I need any update of the source code? Thanks in advance. > > > > > I'd recommend you start by providing pciconf -lv output here. > > > > -- > > | Jeremy Chadwick jdc at parodius.com | > > | Parodius Networking http://www.parodius.com/ | > > | UNIX Systems Administrator Mountain View, CA, USA | > > | Making life hard for others since 1977. PGP: 4BD6C0CB | > > > > -- > Regards, > Pyun YongHyeon >