From owner-freebsd-current@FreeBSD.ORG Mon May 19 17:50:54 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 D071F1065671 for ; Mon, 19 May 2008 17:50:54 +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 6A1598FC1B for ; Mon, 19 May 2008 17:50:54 +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 m4JHor7T058991; Tue, 20 May 2008 02:50:53 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 20 May 2008 02:50:52 +0900 From: Norikatsu Shigemura To: pyunyh@gmail.com Message-Id: <20080520025052.0efd7cd5.nork@FreeBSD.org> In-Reply-To: <20080519100523.GB26209@cdnetworks.co.kr> References: <20080517231220.c64a992b.nork@FreeBSD.org> <20080519071459.GA26209@cdnetworks.co.kr> <20080519100523.GB26209@cdnetworks.co.kr> X-Mailer: Sylpheed 2.5.0beta3 (GTK+ 2.12.9; 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]); Tue, 20 May 2008 02:50:53 +0900 (JST) Cc: freebsd-current@FreeBSD.org Subject: Re: Cardbus GbE (Realtek 8169SBL) supported? 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: Mon, 19 May 2008 17:50:54 -0000 On Mon, 19 May 2008 19:05:23 +0900 Pyun YongHyeon wrote: > > why re_reset() timed out for reset operation. Anyway, here is WIP > > version, would you give it a try? Yes, I'll try it! At least, I got following messages. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - re0: port 0x3100-0x31ff mem 0xb0103000-0xb01031ff irq 22 at device 0.0 on cardbus0 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: Ethernet address: 00:e0:4c:77:ab:e8 re0: [FILTER] re0: link state changed to DOWN - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - But I got a panic on ifconfig re0 up. Maybe, because my kernel is too dirty by my many testing:-(. So I'll try to make world kernel. Please wait a while until next report:-). > Oops, it should be read as > http://people.freebsd.org/~yongari/re/re.HEAD.20080519 Thank you!!