From owner-freebsd-stable@FreeBSD.ORG Wed Jun 13 19:29:50 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 A27DC106564A for ; Wed, 13 Jun 2012 19:29:50 +0000 (UTC) (envelope-from andrey@zonov.org) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1BD838FC0A for ; Wed, 13 Jun 2012 19:29:49 +0000 (UTC) Received: by lbon10 with SMTP id n10so1889245lbo.13 for ; Wed, 13 Jun 2012 12:29:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=UbZAfEe2iE9Q4lhi3juB0aQa6g0GTZpUUtH8eIYbBck=; b=VEBWR8o0Rb1zXBKTlKE7Aso9Z9AEWwfrZ2Tm38sobvkWhLDghby6NosTvm0/oM24kg n8WHxsP2Rv5IHZKThY5PnTHIbGlg2mPDANB9/6SxGuIwa2w5cRS4Ukv0yLiSWDYdKQ/6 Bh9jwWgFIGqu8R3EoocmthZ6cexIaaLMd5kq4XU8ssOMUe2p7Fgizfc0HSs5X5U/FBLs oXt8M8u+d1QLgZG44lPzrv6ajhwOGH/mXeC5fbim//u9faxrVyhYn3hY6rmsmrsl0QVF AqKn94D+JsH0puASbVjUWU7wkfH0sOCT1rK1cvn3q6MOhmEnqj8PBOCt+shlwEGI5Sp6 xrbA== Received: by 10.152.111.200 with SMTP id ik8mr25457117lab.15.1339615788978; Wed, 13 Jun 2012 12:29:48 -0700 (PDT) Received: from zont-osx.local (ppp95-165-158-211.pppoe.spdop.ru. [95.165.158.211]) by mx.google.com with ESMTPS id j5sm3179484lbg.1.2012.06.13.12.29.47 (version=SSLv3 cipher=OTHER); Wed, 13 Jun 2012 12:29:48 -0700 (PDT) Message-ID: <4FD8EA29.6060301@zonov.org> Date: Wed, 13 Jun 2012 23:29:45 +0400 From: Andrey Zonov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: John Baldwin References: <4FD0ECB7.8040908@zonov.org> <201206121651.44326.jhb@freebsd.org> <4FD7BB4E.1020304@zonov.org> <201206131110.16489.jhb@freebsd.org> In-Reply-To: <201206131110.16489.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnHAEXaDnvsAW9SD6+ar072nO26AHTnyiRITSDt5a3S1WmG1jKzL3SsvepA5ylm6ihbbh+2 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:29:50 -0000 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? -- Andrey Zonov