From owner-freebsd-stable@FreeBSD.ORG Wed Jun 13 19:48:47 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A896106564A for ; Wed, 13 Jun 2012 19:48:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5748FC08 for ; Wed, 13 Jun 2012 19:48:47 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 80EADB918; Wed, 13 Jun 2012 15:48:46 -0400 (EDT) From: John Baldwin To: Andrey Zonov Date: Wed, 13 Jun 2012 15:48:39 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p13; KDE/4.5.5; amd64; ; ) References: <4FD0ECB7.8040908@zonov.org> <201206131110.16489.jhb@freebsd.org> <4FD8EA29.6060301@zonov.org> In-Reply-To: <4FD8EA29.6060301@zonov.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201206131548.39148.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 13 Jun 2012 15:48:46 -0400 (EDT) Cc: freebsd-stable , Marius Strobl Subject: Re: mpt: Unable to memory map registers 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: Wed, 13 Jun 2012 19:48:47 -0000 On Wednesday, June 13, 2012 3:29:45 pm Andrey Zonov wrote: > On 6/13/12 7:10 PM, John Baldwin wrote: > > On Tuesday, June 12, 2012 5:57:34 pm Andrey Zonov wrote: > >> On 6/13/12 12:51 AM, John Baldwin wrote: > >>> On Tuesday, June 12, 2012 3:53:09 pm Andrey Zonov wrote: > >>>> On 6/12/12 10:06 PM, John Baldwin wrote: > >>>>> > >>>> [snip] > >>>>> Ok, I've added some more debugging. The patch is a bit larger now and you > >>> can > >>>>> fetch it from www.freebsd.org/~jhb/patches/pcib_debug.patch > >>>>> > >>>> > >>>> New dmesg is in attach. > >>> > >>> Sheesh, found another bug (wasn't masking 'front' properly). > >>> > >>> Try updated patch (same URL). > >>> > >> > >> Great! It works! > > > > Excellent. I've committed the 2 bugs needed to fix your box. However, > > there is another bug that this exposed that I'd like you to test. Can you > > update to the latest HEAD, apply the updated pcib_debug.patch, and boot > > with 'hw.pci.pcib_clear=1' set from the loader? That should exercise the > > bug I'm worried about and see if my fixes for that (recursively growing > > windows) works correctly. > > > > Thanks John. I'm building HEAD now... > > What about 9.0? If I just apply r237008 it would be work? Yes, I believe so. -- John Baldwin