From owner-freebsd-current@FreeBSD.ORG Sun Jun 8 01:47:28 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 703E71065673 for ; Sun, 8 Jun 2008 01:47:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id 5197D8FC14 for ; Sun, 8 Jun 2008 01:47:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2013644rvf.43 for ; Sat, 07 Jun 2008 18:47:28 -0700 (PDT) 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=F0bVZNctDqA9muxYJYUORAoBClSz8EoWmT6JUlRw6as=; b=cFE4Rd4qASoeThTEvk2StFuLDFmmn/gp1zMVYaQ6Hi8mMY2Qb5ebTag5iBIkH0vumk PrAO7MzG6VNxQOuO0Ljyi2+ew8LFZPJonVPFZ4u3cqRax+C6fPKSEQsm13Tad/nHChbd 5HFFrZMb9XcNfnWB7hSxUQsT1jD6CyXvi6YdU= 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=oQEWEkGskHnKTFOaelmLsGUJnc8zLLJko9dyCYZFonfiGf3ryrUD7jCImyIZWbGc+x //sRyGOf+mdEAeWkiWDz0Pt5P2HCRk562aEoNEHNDiKq4eXFS3wP6GpvaH3KsojUFuu4 pT1ddAL48+PdgqXucdjn0NaA/Y3QkS/UnDDss= Received: by 10.140.191.14 with SMTP id o14mr1108268rvf.130.1212889648146; Sat, 07 Jun 2008 18:47:28 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id c20sm10028749rvf.1.2008.06.07.18.47.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 07 Jun 2008 18:47:26 -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 m581lMT6008893 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Jun 2008 10:47:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m581lMZS008892; Sun, 8 Jun 2008 10:47:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sun, 8 Jun 2008 10:47:22 +0900 From: Pyun YongHyeon To: Norikatsu Shigemura Message-ID: <20080608014722.GB8825@cdnetworks.co.kr> References: <20080607035911.GD4565@cdnetworks.co.kr> <20080607155215.9cb0a863.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080607155215.9cb0a863.nork@FreeBSD.org> User-Agent: Mutt/1.4.2.1i 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: 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: Sun, 08 Jun 2008 01:47:28 -0000 On Sat, Jun 07, 2008 at 03:52:15PM +0900, Norikatsu Shigemura wrote: > On Sat, 7 Jun 2008 12:59:11 +0900 > Pyun YongHyeon wrote: > > I don't have any of these hardwares so if you have one of these > > hardwares please give it try and let me know how it goes. Some > > users reported success but I'd like to get more feedback because > > re(4) supports too many variants and I don't like to break supports > > for old RealTek hardwares. > > Wow!! Quite Good Works my RTL8169SBL (cardbus). I confirmed > following operations: > > (ok) probe&attach > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > re0: port 0x3100-0x31ff mem 0xb0103000-0xb01031ff irq 22 at device 0.0 on cardbus0 > re0: Chip rev. 0x10000000 > re0: MAC rev. 0x00000000 > miibus1: on re0 > rgephy0: PHY 1 on miibus1 > rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto > re0: Ethernet address: 00:e0:4c:77:ab:e8 > re0: [FILTER] > re0: link state changed to DOWN > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > (ok) ifconfig re0 (w/o cable disconnect) > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > re0: flags=8843 metric 0 mtu 1500 > options=399b > ether 00:e0:4c:77:ab:e8 > media: Ethernet autoselect (none) > status: no carrier > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > (ok) cable connected > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > re0: link state changed to UP > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > (ok) dhclient re0 > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > re0: flags=8843 metric 0 mtu 1500 > options=399b > ether 00:e0:4c:77:ab:e8 > inet 192.168.XXX.XXX netmask 0xffffff00 broadcast 192.168.XXX.255 > media: Ethernet autoselect (100baseTX ) > status: active > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > (ok) plug&pray > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > rgephy0: detached > miibus1: detached > re0: detached > cardbus0: Expecting link target, got 0x0 > re0: port 0x3100-0x31ff mem 0xb0103000-0xb01031ff irq 22 at device 0.0 on cardbus0 > re0: Chip rev. 0x10000000 > re0: MAC rev. 0x00000000 > miibus1: on re0 > rgephy0: PHY 1 on miibus1 > rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto > re0: Ethernet address: 00:e0:4c:77:ab:e8 > re0: [FILTER] > re0: link state changed to DOWN > re0: link state changed to UP > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > Of course, no panic!! Thank you!! Thanks for reporting. -- Regards, Pyun YongHyeon