From owner-freebsd-current@FreeBSD.ORG Wed May 28 04:24:55 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 BB1201065671 for ; Wed, 28 May 2008 04:24:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 7BF818FC1D for ; Wed, 28 May 2008 04:24:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3303151rvf.43 for ; Tue, 27 May 2008 21:24:55 -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=a9FQmImaxmizxBjr+QNGUidXpUn6bl7uG4K/x5WMOog=; b=H73Ctv5dr7ZgjxlukJh8NJdJEdQIXahMGiL1CIS+673vemUFaghph5IZlkeQCY5E2dxcGoyDsEWC0ONXp0CXzUBuVQ/iUhGa4k9EH2C56Upp9buvdU8YPbYVBbqahXelvk9HAY3Q7NzmVNHZqY99hcWEZvsAeot1WOoLgdkYcR8= 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=F3/PTe1U9siKhcvE8WoWL0r8NVsNEltbS7baf1NsSnVL5OevsikSSg7AAqrqKmgYcwl3djZOJEdpJ7tvCryquh+xcIgfIl0tSOHo2kzc4ysdf5f3qIYhcbir/wyh35iul5wDyPUfeMhgKCuylJUh91mnKhxKfyBYV/dHICql/2g= Received: by 10.141.170.10 with SMTP id x10mr919268rvo.139.1211948695191; Tue, 27 May 2008 21:24:55 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id g22sm12894210rvb.7.2008.05.27.21.24.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 May 2008 21:24:54 -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 m4S4OmaR064651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 May 2008 13:24:48 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m4S4OmSV064650; Wed, 28 May 2008 13:24:48 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 28 May 2008 13:24:48 +0900 From: Pyun YongHyeon To: Norikatsu Shigemura Message-ID: <20080528042448.GD64177@cdnetworks.co.kr> References: <20080517231220.c64a992b.nork@FreeBSD.org> <20080519071459.GA26209@cdnetworks.co.kr> <20080519100523.GB26209@cdnetworks.co.kr> <20080520025052.0efd7cd5.nork@FreeBSD.org> <20080520001312.GA29721@cdnetworks.co.kr> <20080522102032.45f11aa2.nork@FreeBSD.org> <20080522012846.GB37422@cdnetworks.co.kr> <20080522105032.ef90ec84.nork@FreeBSD.org> <20080522042309.GC37422@cdnetworks.co.kr> <20080528020958.98a84314.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080528020958.98a84314.nork@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@FreeBSD.org, imp@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: Wed, 28 May 2008 04:24:55 -0000 On Wed, May 28, 2008 at 02:09:58AM +0900, Norikatsu Shigemura wrote: > On Thu, 22 May 2008 13:23:09 +0900 > Pyun YongHyeon wrote: > > > > Would you show me the output of "devinfo -v | grep oui"? > > > Yes, please see attached file. And I forgot a panic. > > Thanks. Would you try attached patch? > > Humm... Good works on single user mode. No PHY timeout, ping is > ok. But on multi user mode, re(4) doesn't work, don't link up, > can't link up, PHY timeout, ping is bad.... I think there is no difference between single-user and multi-user wrt re(4). Maybe other programs touching cardbus(4) during the transition to multi-user? I'm not familiar with cbb/cardbus, imp@ may have better idea what's going on(CCed to Warner Losh). > > > > When I removed RTL8169SBL from cardbus, or/and kldunload if_re, > > > I got a panic. Please see also panic messages, too. > > This looks different issues to me. Would you show me backtrace info > > of the panic? > > Same position. I attached two panic textdumps (kldunload or > pull out the card). And see also following address2line. > > # addr2line -f -e /boot/kernel/kernel.symbols 0xc0571aa2 > resource_list_release > /usr/src/sys/kern/subr_bus.c:2801 > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > int > resource_list_release(struct resource_list *rl, device_t bus, device_t child, > int type, int rid, struct resource *res) > { > : > ==>> error = BUS_RELEASE_RESOURCE(device_get_parent(bus), child, > type, rid, res); > : > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > I still see no offending code that cause this panic in re(4). -- Regards, Pyun YongHyeon