From owner-freebsd-current@FreeBSD.ORG Fri Nov 19 01:30:03 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A4551065697 for ; Fri, 19 Nov 2010 01:30:03 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id C06EF8FC1C for ; Fri, 19 Nov 2010 01:30:02 +0000 (UTC) Received: by gxk21 with SMTP id 21so19720gxk.13 for ; Thu, 18 Nov 2010 17:30:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=oqiSIyqLRRVDk/Th7HGb0waxmOkNSFFaJaZ7oqsW5DU=; b=O5BM2/xKfek6IsOUhwGJw4wowRQK9DEmI6dTwgAEGEyuTzsO9DQjuok1YzM/roTtQx UX3vJN1V8XCR7QbPxTZeAdx0MwgciuBKj51fwkxcpbBJFaQdPE2l1YgVzYyQWy3YkfhG hU4IxffSwayqiV3h813ibQufRslWEWWNcwZ2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=wmKVKwYdjhLJLUBJylYC0J97kppPP9g3ZPawSjXZWNOczYsjlKjccTpIrkigA7REWY TFrXrn1Ymsa1WojJYhKxOKg5zxvXGx8nVC9/wznaafmiCB21aNiqbrLFFrLdmJxo4n75 sOygCOtujg+bF309QcMpIs6Izmvpj6qv07jAw= Received: by 10.100.254.13 with SMTP id b13mr1023571ani.78.1290130202070; Thu, 18 Nov 2010 17:30:02 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id w15sm1110112anw.33.2010.11.18.17.29.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Nov 2010 17:29:59 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 18 Nov 2010 17:29:58 -0800 From: Pyun YongHyeon Date: Thu, 18 Nov 2010 17:29:58 -0800 To: Paul B Mahol Message-ID: <20101119012958.GD8512@michelle.cdnetworks.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org Subject: Re: panic: loading if_bfe after boot 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: Fri, 19 Nov 2010 01:30:03 -0000 On Sat, Oct 30, 2010 at 09:19:06PM -0700, Pyun YongHyeon wrote: > On Sat, Oct 30, 2010 at 5:40 PM, Paul B Mahol wrote: > > Hi, > > > > Loading if_bfe module after boot hangs machine, it works/attach fine > > from loader. > > > > Tell me if you need bt. > > Yes, I want to see the back trace. I think it was fixed in HEAD(r215348) and MFCed to stable/8 and stable/7.