From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 14:45:13 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 D131A106566B for ; Tue, 10 Jun 2008 14:45:13 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA5C8FC20 for ; Tue, 10 Jun 2008 14:45:13 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:6dd7:2268:ac38:37cc] (unknown [IPv6:2001:7b8:3a7:0:6dd7:2268:ac38:37cc]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 116BA5E; Tue, 10 Jun 2008 16:45:12 +0200 (CEST) Message-ID: <484E9377.2050609@andric.com> Date: Tue, 10 Jun 2008 16:45:11 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.15pre (Windows/20080517) MIME-Version: 1.0 To: pyunyh@gmail.com 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> In-Reply-To: <20080610050550.GB17874@cdnetworks.co.kr> Content-Type: text/plain; charset=ISO-8859-1 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 14:45:13 -0000 On 2008-06-10 07:05, Pyun YongHyeon wrote: > > 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 This seems to work better, although it still takes quite some time (~10s) for the interfaces to go up at boot time. I haven't yet been able to get them "stuck", however, so that's good. :) dmesg didn't change: re0: port 0xf000-0xf0ff mem 0xfdfff000-0xfdfff0ff irq 18 at device 9.0 on pci0 re0: Chip rev. 0x18000000 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:30:18:a6:f1:a8 re0: [FILTER] re1: port 0xf200-0xf2ff mem 0xfdffe000-0xfdffe0ff irq 19 at device 11.0 on pci0 re1: Chip rev. 0x18000000 re1: MAC rev. 0x00000000 miibus1: on re1 rgephy1: PHY 1 on miibus1 rgephy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto re1: Ethernet address: 00:30:18:a6:f1:a9 re1: [FILTER] devinfo: re0 pnpinfo vendor=0x10ec device=0x8167 subvendor=0x16f3 subdevice=0x10ec class=0x020000 at slot=9 function=0 Interrupt request lines: 18 I/O ports: 0xf000-0xf0ff I/O memory addresses: 0xfdfff000-0xfdfff0ff miibus0 rgephy0 pnpinfo oui=0x732 model=0x11 rev=0x2 at phyno=1 re1 pnpinfo vendor=0x10ec device=0x8167 subvendor=0x16f3 subdevice=0x10ec class=0x020000 at slot=11 function=0 Interrupt request lines: 19 I/O ports: 0xf200-0xf2ff I/O memory addresses: 0xfdffe000-0xfdffe0ff miibus1 rgephy1 pnpinfo oui=0x732 model=0x11 rev=0x2 at phyno=1