From owner-freebsd-stable@FreeBSD.ORG Mon Aug 31 18:29:10 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 813CD1065670 for ; Mon, 31 Aug 2009 18:29:10 +0000 (UTC) (envelope-from jfb@mr-paradox.net) Received: from vexbert.mr-paradox.net (vexbert.mr-paradox.net [IPv6:2001:470:b:28:f::1]) by mx1.freebsd.org (Postfix) with ESMTP id 67CD78FC15 for ; Mon, 31 Aug 2009 18:29:10 +0000 (UTC) Received: by vexbert.mr-paradox.net (Postfix, from userid 16139) id 52F1084551; Mon, 31 Aug 2009 14:29:10 -0400 (EDT) Date: Mon, 31 Aug 2009 14:29:10 -0400 From: Jeff Blank To: Pyun YongHyeon Message-ID: <20090831182910.GA96366@mr-happy.com> References: <20090831172917.GA1512@mr-happy.com> <20090831174918.GA1258@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090831174918.GA1258@michelle.cdnetworks.com> X-Face: #0jV*~a}VtKS-&E/!EJpH('H1Va}24dxF0oT&+.R3Gu8C; xhSC+<|+H84&YLbMvphuRT4cp3.|8EN_(2Eix/6{.Up~u`a^}0Ln&b+9Fw|BPig@-{y\pL_46d&ZwA]5%_AU?}DezfE&1!>H?3E$!Yve7.O<+..Jnb4:'6Ey_]FtFzU9=*l$1p/@gA,Ze>^5<]+r(XJ+m7`/vMDc$'wy|`e 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 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 18:29:10 -0000 On Mon, Aug 31, 2009 at 10:49:18AM -0700, Pyun YongHyeon wrote: > Hmm, this is odd. I can't find where the alignment is not power of > 2 in txp_dma_alloc(). Could you show me the line number of > txp_attach+0x6f5? What's the command to do this? I thought it might be 'x/A txp_attach+0x65f', but that gave me nothing. (I don't have a crash dump to work with, just a serial console and ddb.) Jeff