From owner-freebsd-stable@FreeBSD.ORG Mon Aug 31 22:10:39 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDFEB106566B for ; Mon, 31 Aug 2009 22:10:39 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-yw0-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by mx1.freebsd.org (Postfix) with ESMTP id A01AF8FC0C for ; Mon, 31 Aug 2009 22:10:39 +0000 (UTC) Received: by ywh29 with SMTP id 29so6393634ywh.33 for ; Mon, 31 Aug 2009 15:10:38 -0700 (PDT) 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=LRyw5MGmQWqbrj8HnpLANxaTp/0Pf3EH/P9/DbHx2OI=; b=F/zYdO/Ac9QTuQQyyWDGggmuzA0FJdh9hAQpwVoKkVXznSNp38WJRPc0heThs/AScY /m/beiXwDGUkxUk15b+5nkCP5OvV0FVa/IXEsFlF2H/NA5ZP0+Opr2/lY5WcaDAFPAxw QIdYmLL1d1TBJZtlSO0df7STpHsFJgfoNdvso= 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=MA22ZwnWqdAmww6K1UqqSD6usZFKrAyVPu8UYw/I+nPi3jyvskteXV4327F07oRXrs oUzjg86Fy3DkrCBfft+od2/ab7Z2AuTnV63iG41RAnebLgGRXzRQ5jkwb1jizdnzHjdO e/NT8B590R6+FKoTxZA6sp1V6AROSpoUYInyc= Received: by 10.90.217.11 with SMTP id p11mr4422593agg.82.1251756638771; Mon, 31 Aug 2009 15:10:38 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 29sm298155agd.55.2009.08.31.15.10.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 31 Aug 2009 15:10:38 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 31 Aug 2009 15:09:11 -0700 From: Pyun YongHyeon Date: Mon, 31 Aug 2009 15:09:11 -0700 To: Jeff Blank Message-ID: <20090831220911.GB2190@michelle.cdnetworks.com> References: <20090831172917.GA1512@mr-happy.com> <20090831174918.GA1258@michelle.cdnetworks.com> <20090831182910.GA96366@mr-happy.com> <20090831192920.GA2190@michelle.cdnetworks.com> <20090831205849.GA5377@mr-happy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090831205849.GA5377@mr-happy.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: 8.0-BETA3 and txp(4) panic: vm_phys_alloc_contig X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 22:10:40 -0000 On Mon, Aug 31, 2009 at 04:58:50PM -0400, Jeff Blank wrote: > On Mon, Aug 31, 2009 at 12:29:20PM -0700, Pyun YongHyeon wrote: > > Hmm... never mind. Please try attached patch let me know how it > > goes. > > that seemed to do it. I didn't get a chance to test networking at > all, as I ran into another (most probably unrelated) panic, but I can > at least get past the point where txp0 gets detected now. > Thanks for quick reply. Patch committed to HEAD(r196721). > thanks, > Jeff