From owner-freebsd-stable@FreeBSD.ORG Sun Oct 19 16:25:10 2008 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FEC21065692; Sun, 19 Oct 2008 16:25:10 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (unknown [IPv6:2001:2f0:104:80a0:230:48ff:fe41:2455]) by mx1.freebsd.org (Postfix) with ESMTP id 9576F8FC1F; Sun, 19 Oct 2008 16:25:09 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id m9JGP7sj093350; Mon, 20 Oct 2008 01:25:07 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Mon, 20 Oct 2008 01:25:04 +0900 From: Norikatsu Shigemura To: pyunyh@gmail.com Message-Id: <20081020012504.95adc0ca.nork@FreeBSD.org> In-Reply-To: <20081018020248.GB31303@cdnetworks.co.kr> References: <755632516.20081018001504@rulez.sk> <20081018020248.GB31303@cdnetworks.co.kr> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Mon, 20 Oct 2008 01:25:08 +0900 (JST) Cc: Daniel Gerzo , Norikatsu Shigemura , stable@FreeBSD.org, yongari@FreeBSD.org Subject: Re: re0 problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2008 16:25:10 -0000 Hi Pyun! On Sat, 18 Oct 2008 11:02:48 +0900 Pyun YongHyeon wrote: > re(4) didn't require special PHY handling for 8169/8110 > controllers. Did it ever work on older FreeBSD releases? I vaguely > remember nork@ (Norikatsu Shigemura) also said Carbus GbE > (RTL8169SBL) is not working but he could see successful attachment > of rgephy(4). > How about plugging UTP cable to controller before loading driver? On the latest 8-current, I got a probe failed: FreeBSD pelsia.ninth-nine.com 8.0-CURRENT FreeBSD 8.0-CURRENT #28: Sun Oct 12 21:55:35 JST 2008 nork@pelsia.ninth-nine.com:/usr/obj/usr/src/sys/PELSIA amd64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pcib3: at device 0.0 on pci2 pci3: on pcib3 re0: port 0xa000-0xa0ff mem 0xf0300000-0xf03001ff irq 16 at device 0.0 on pci3 re0: Chip rev. 0x10000000 re0: MAC rev. 0x00000000 re0: PHY write failed re0: PHY write failed re0: PHY read failed re0: MII without any phy! device_attach: re0 attach returned 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - But, old current is ok. FreeBSD melfina.ninth-nine.com 8.0-CURRENT FreeBSD 8.0-CURRENT #74: Thu Aug 28 05:24:38 JST 2008 nork@melfina.ninth-nine.com:/usr/obj/usr/src/sys/MELFINA i386 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - re0: port 0x3100-0x31ff mem 0xb0103000-0xb01031ff irq 22 at device 0.0 on cardbus0 re0: Reserved 0x200 bytes for rid 0x14 type 3 at 0xb0103000 cbb0: Opening memory: cbb0: Normal: 0xb0103000-0xb0103fff 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: bpf attached re0: Ethernet address: 00:e0:4c:77:ab:e8 re0: [MPSAFE] re0: [FILTER] rgephy0: detached miibus1: detached cbb0: Opening memory: re0: detached - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -