From owner-freebsd-current@FreeBSD.ORG Sun Jun 8 14:27:51 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98B57106566C for ; Sun, 8 Jun 2008 14:27:51 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4878FC12 for ; Sun, 8 Jun 2008 14:27:51 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so887903ywe.13 for ; Sun, 08 Jun 2008 07:27:50 -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:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=VCb4IuWzfNk53XZ/pIcbzQbVey+iQPumCUlDd8o7r2o=; b=FgT5t3peT34GVNSOd0fu9w+4XJfeZZ+oM6HkV689QIWSblsg59bT+4SKMIPKoyt4Sf 8xZW8pcW9tjmeJVdw0MKc/AVhD2d5wZHdyyTBucoIvd4LEIxXytYhvkVh2v13nVy9z1S VErfTlQaHD6q7k4n0GHHJf95f/rasOWHgbV7s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=q0Nd3vuJrmKQFeDn6utDe1VBIlWRkP0pmOwlVJdFTJ96myWGqV50oF/vpr9xbyjzsN 27pf+0TFiOzKJ6AS4T7Dye/CVUHGgXM3oGEc96Ttsv50UtAzoKgsRVHGn/+ihJUQc2TV K839lfX3aFvikuoCCTXsis5fyneTKm9pFZBNo= Received: by 10.150.52.2 with SMTP id z2mr4318171ybz.45.1212935270639; Sun, 08 Jun 2008 07:27:50 -0700 (PDT) Received: by 10.150.140.14 with HTTP; Sun, 8 Jun 2008 07:27:23 -0700 (PDT) Message-ID: <8cb6106e0806080727g4d77b343mb1a9693406802fd2@mail.gmail.com> Date: Sun, 8 Jun 2008 10:27:23 -0400 From: "Josh Carroll" To: pyunyh@gmail.com In-Reply-To: <20080607035911.GD4565@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080607035911.GD4565@cdnetworks.co.kr> Cc: freebsd-current@freebsd.org Subject: Re: Call for testers: re(4) and RTL8168C/RTL8168CP/RTL8111C/RTL8111CP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@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: Sun, 08 Jun 2008 14:27:51 -0000 > The patch was generated against CURRENT but it should apply to > RELENG_7 too. You can find the patch at the following URL. Works well so far on RELENG_7 with an Asus P5B onboard re: re0: port 0xc800-0xc8ff mem 0xfeaff000-0xfeafffff irq 19 at device 0.0 on pci3 re0: turning off MSI enable bit. re0: Chip rev. 0x30000000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto re0: Ethernet address: 00:17:31:f2:32:59 re0: [FILTER] re0@pci0:3:0:0: class=0x020000 card=0x81681043 chip=0x816810ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' class = network subclass = ethernet Thanks, Josh