Date: Sat, 7 Jun 2008 15:52:15 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: pyunyh@gmail.com Cc: freebsd-current@FreeBSD.org, Norikatsu Shigemura <nork@FreeBSD.org> Subject: Re: Call for testers: re(4) and RTL8168C/RTL8168CP/RTL8111C/RTL8111CP Message-ID: <20080607155215.9cb0a863.nork@FreeBSD.org> In-Reply-To: <20080607035911.GD4565@cdnetworks.co.kr> References: <20080607035911.GD4565@cdnetworks.co.kr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 7 Jun 2008 12:59:11 +0900 Pyun YongHyeon <pyunyh@gmail.com> 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: <RealTek 8169/8169S/8169SB(L)/8110S/8110SB(L) Gigabit Ethernet> port 0x3100-0x31ff mem 0xb0103000-0xb01031ff irq 22 at device 0.0 on cardbus0 re0: Chip rev. 0x10000000 re0: MAC rev. 0x00000000 miibus1: <MII bus> on re0 rgephy0: <RTL8169S/8110S/8211B media interface> 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<BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=399b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_UCAST,WOL_MCAST,WOL_MAGIC> 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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=399b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_UCAST,WOL_MCAST,WOL_MAGIC> ether 00:e0:4c:77:ab:e8 inet 192.168.XXX.XXX netmask 0xffffff00 broadcast 192.168.XXX.255 media: Ethernet autoselect (100baseTX <full-duplex>) status: active - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (ok) plug&pray - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rgephy0: detached miibus1: detached re0: detached cardbus0: Expecting link target, got 0x0 re0: <RealTek 8169/8169S/8169SB(L)/8110S/8110SB(L) Gigabit Ethernet> port 0x3100-0x31ff mem 0xb0103000-0xb01031ff irq 22 at device 0.0 on cardbus0 re0: Chip rev. 0x10000000 re0: MAC rev. 0x00000000 miibus1: <MII bus> on re0 rgephy0: <RTL8169S/8110S/8211B media interface> 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!!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080607155215.9cb0a863.nork>