Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2008 16:45:11 +0200
From:      Dimitry Andric <dimitry@andric.com>
To:        pyunyh@gmail.com
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: Call for testers: re(4) and RTL8168C/RTL8168CP/RTL8111C/RTL8111CP
Message-ID:  <484E9377.2050609@andric.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>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <RealTek 8169SC/8110SC Single-chip Gigabit Ethernet> port 0xf000-0xf0ff mem 0xfdfff000-0xfdfff0ff irq 18 at device 9.0 on pci0
re0: Chip rev. 0x18000000
re0: MAC rev. 0x00000000
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211B media interface> 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: <RealTek 8169SC/8110SC Single-chip Gigabit Ethernet> port 0xf200-0xf2ff mem 0xfdffe000-0xfdffe0ff irq 19 at device 11.0 on pci0
re1: Chip rev. 0x18000000
re1: MAC rev. 0x00000000
miibus1: <MII bus> on re1
rgephy1: <RTL8169S/8110S/8211B media interface> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?484E9377.2050609>