From owner-freebsd-current@FreeBSD.ORG Wed Sep 24 18:11:18 2008 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 B648C1065676 for ; Wed, 24 Sep 2008 18:11:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 54EFF8FC08 for ; Wed, 24 Sep 2008 18:11:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m8OIBBbh085246; Wed, 24 Sep 2008 14:11:12 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Wed, 24 Sep 2008 13:35:48 -0400 User-Agent: KMail/1.9.7 References: <1d6d20bc0809170846g69311401j7f93f97969756e43@mail.gmail.com> <1d6d20bc0809190111ic50d597tea2ac6a0917c41@mail.gmail.com> <1d6d20bc0809241011n5b88b161w96ba38f4956ce861@mail.gmail.com> In-Reply-To: <1d6d20bc0809241011n5b88b161w96ba38f4956ce861@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809241335.48472.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Wed, 24 Sep 2008 14:11:12 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8324/Wed Sep 24 06:55:43 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: jiashiun li Subject: Re: Unable to boot Asus P5QL-EM w/ acpi enabled 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: Wed, 24 Sep 2008 18:11:18 -0000 On Wednesday 24 September 2008 01:11:31 pm jiashiun li wrote: > On Fri, Sep 19, 2008 at 4:11 PM, Jia-Shiun Li wrote: > > On Wed, Sep 17, 2008 at 11:46 PM, Jia-Shiun Li wrote: > >> The mainboard is an ASUS P5QL-EM (Intel G43/ICH10) with BIOS revision 0406. > >> > >> dmesg, pciconf, acpidump and kernel config file attached. > >> > > > > Files available at http://jiashiun.googlepages.com/p5ql-em_acpi.tar.gz > > I did a binary search and found the problem lies between 2008-08-22 > and 2008-08-23. Here is my note: > http://www.google.com/notebook/public/12992437766593078313/BDQN7IgoQ_Kzkgskj > > In the later version the dcons got disconnected after calling > pci_add_map() for the first pci bus. Looks related to PCIe mapping. Is > there anything else I can do to confirm this, or other info needed? > > I guess it is related to r181987. Verifying... If you grab the latest bits from HEAD you can use 'hw.pci.mcfg=0' to disable memcfg. -- John Baldwin