From owner-freebsd-current@FreeBSD.ORG Tue May 20 00:13:21 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 9DF921065676 for ; Tue, 20 May 2008 00:13:21 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id 7225C8FC1E for ; Tue, 20 May 2008 00:13:21 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1821856rvf.43 for ; Mon, 19 May 2008 17:13:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=AcVDTJ7UfXi/cbp1qiHBn9h3HDzS2SPxEdDU3jPhsA8=; b=uKe35vCf8ZMOnJHHoKn2rLlUQ2UO775zG3aK01Sc5ixch0FUVPuuAgp4e/SHzDdE0Mt/pI9uCY2U2BXmmdfk/T9zAtm/icEPIqjqmKEloUb02xPiCQ6DFacK9FZS0HRlSn4QEjknZ//zQUohVySVZwZtdKzVfi0apDzznFhu50E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=hX8znvsINpogkGBcy7QCOruAAZMyb9BfdpFZJfTc8ylCJMxJ/b3XCT7T+LVvAp54JgZq8PQptAhxw+A2Dmix3w44P3s73M+68Db2TczSFE5SuicTEaCY5m1gr01P9gqgUUuEnSmvB2oLAp+6Y1oaUEhXjcqduqc2Zy6bHKV2Smo= Received: by 10.141.83.15 with SMTP id k15mr4034621rvl.120.1211242398980; Mon, 19 May 2008 17:13:18 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id g31sm14308980rvb.2.2008.05.19.17.13.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 May 2008 17:13:17 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m4K0DC76029798 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 May 2008 09:13:12 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m4K0DCDM029797; Tue, 20 May 2008 09:13:12 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 20 May 2008 09:13:12 +0900 From: Pyun YongHyeon To: Norikatsu Shigemura Message-ID: <20080520001312.GA29721@cdnetworks.co.kr> References: <20080517231220.c64a992b.nork@FreeBSD.org> <20080519071459.GA26209@cdnetworks.co.kr> <20080519100523.GB26209@cdnetworks.co.kr> <20080520025052.0efd7cd5.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080520025052.0efd7cd5.nork@FreeBSD.org> User-Agent: Mutt/1.4.2.1i 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 Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 00:13:21 -0000 On Tue, May 20, 2008 at 02:50:52AM +0900, Norikatsu Shigemura wrote: > 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 ^^^^^^^^^^^^^^^^^^^^ Hmm, this looks very weird. This revision indicates the hardware is 8169SB/8110SB. The chip revision of your first mail was 0x7cc00000. > 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:-). Ok, let me know how it goes. > > > Oops, it should be read as > > http://people.freebsd.org/~yongari/re/re.HEAD.20080519 > > Thank you!! -- Regards, Pyun YongHyeon