From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 08:27:29 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 0684B106567B for ; Tue, 10 Jun 2008 08:27:29 +0000 (UTC) (envelope-from kevlo@kevlo.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 849FE8FC24 for ; Tue, 10 Jun 2008 08:27:28 +0000 (UTC) (envelope-from kevlo@kevlo.org) Received: from [127.0.0.1] (ns.kevlo.org [220.128.136.52]) by ns.kevlo.org (8.14.3/8.14.3) with ESMTP id m5A8A4Ov087043; Tue, 10 Jun 2008 16:10:05 +0800 (CST) (envelope-from kevlo@kevlo.org) X-Authentication-Warning: ns.kevlo.org: Host ns.kevlo.org [220.128.136.52] claimed to be [127.0.0.1] From: Kevin Lo To: pyunyh@gmail.com In-Reply-To: <20080610050550.GB17874@cdnetworks.co.kr> References: <20080607035911.GD4565@cdnetworks.co.kr> <484BC9FB.2040605@andric.com> <20080609012657.GD12521@cdnetworks.co.kr> <484D215A.7050700@andric.com> <20080609123206.GF12521@cdnetworks.co.kr> <484D25CC.9050106@andric.com> <20080610050550.GB17874@cdnetworks.co.kr> Content-Type: text/plain Date: Tue, 10 Jun 2008 16:15:05 +0800 Message-Id: <1213085705.6738.0.camel@nsl> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 08:27:29 -0000 Pyun YongHyeon wrote: > On Mon, Jun 09, 2008 at 02:45:00PM +0200, Dimitry Andric wrote: > > On 2008-06-09 14:32, Pyun YongHyeon wrote: > > > > > > > http://people.freebsd.org/~yongari/re/re.HEAD.20080607 > > > > > > With this patch, all my re's stop working. :( No packets go in, no > > > > > Would you show me re(4) related part of dmesg output? > > > Would you show me the output of "devinfo -rv | grep oui"? > > > > That gives: > > > > rgephy0 pnpinfo oui=0x732 model=0x11 rev=0x2 at phyno=1 > > rgephy1 pnpinfo oui=0x732 model=0x11 rev=0x2 at phyno=1 > > The PHY model number is 0x02 which doesn't have advanced link power > saving feature so I guess the issue is not related with PHY. > > Would you try updated patch? > http://people.freebsd.org/~yongari/re/re.HEAD.20080610 Hi Pyun, It works well on -current: re0: port 0xe800-0xe8ff mem 0xfbfffc00-0xfbfffcff irq 20 at device 12.0 on pci1 re0: Chip rev. 0x10000000 re0: MAC rev. 0x00000000 miibus0: on re0 re0: Ethernet address: 00:0d:5e:3a:02:0c re0: [FILTER] $ ifconfig re0 re0: flags=8843 metric 0 mtu 1500 options=399b ether 00:0d:5e:3a:02:0c inet 172.16.113.135 netmask 0xfffff000 broadcast 172.16.127.255 media: Ethernet autoselect (100baseTX ) status: active Regards, Kevin.