From owner-freebsd-current@FreeBSD.ORG Tue Jul 12 19:46:11 2011 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 31F46106567A; Tue, 12 Jul 2011 19:46:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 070A78FC1A; Tue, 12 Jul 2011 19:46:11 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id AAF5946B29; Tue, 12 Jul 2011 15:46:10 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 13D928A037; Tue, 12 Jul 2011 15:46:10 -0400 (EDT) From: John Baldwin To: Doug Barton Date: Tue, 12 Jul 2011 10:22:16 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <4E100086.7080105@FreeBSD.org> <201107080919.58210.jhb@freebsd.org> <4E1BA36F.5060504@FreeBSD.org> In-Reply-To: <4E1BA36F.5060504@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201107121022.16999.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 12 Jul 2011 15:46:10 -0400 (EDT) Cc: freebsd-current@freebsd.org Subject: Re: cardbus panic: end address is not aligned X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2011 19:46:11 -0000 On Monday, July 11, 2011 9:29:19 pm Doug Barton wrote: > On 07/08/2011 06:19, John Baldwin wrote: > > > Hmm, well that's odd. It didn't grow it enough it seems. > > > >>> Also, can you boot your machine, then do 'sysctl debug.bootverbose=1', insert > >>> the card and record the messages in dmesg when it does? (You can likely get > >>> those out of kgdb.) > > I tried your patch, and got some odd results. The good news is, no > crash. However it did not actually enable the cards, with or without > if_ath being loaded before inserting them. Here is the dmesg output with > debug.bootverbose=1. This is with inserting and removing first one card, > then the other. Hmm, can you try without NEW_PCIB just as a test? (You'll need to add 'nooption NEW_PCIB' to your kernel config file.) -- John Baldwin