From owner-freebsd-current@FreeBSD.ORG Wed Sep 24 17:11:34 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 595A81065683 for ; Wed, 24 Sep 2008 17:11:34 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id DF1FD8FC17 for ; Wed, 24 Sep 2008 17:11:33 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1820nfh.33 for ; Wed, 24 Sep 2008 10:11:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=snmyhhIgbsW7TGAIiFVJY7k2UcAgu6OYCzGaViROLD4=; b=rCpC8a0EYMP/omakqXjOHrGzsqJxQI2aY54j5hnBBgOGJSz4iEYEZqGcLBNaGgUkZg 3L6RV/cstiqoYZZqhPsM56OwD9rK0NNEdLisKePv+f45Vu4qyUNl9VfFX/JW79GG5a0g pu1jmDnDlMbEySm04QE6mS8KZLVXhlXHcdFbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=K08FG5dpetkjVz+U9lHuxvA61d3MV+4pEqA5xbVWj3hvc7DJFr7PoVS9VQ/fLgNlvb tHHHAwv3+Rk/1fYxVHMwxLvfzfwrs28bbjwriwR1AQLOgV68YCJaFosxolSBdm7YyOo9 5oFwDAcPYfubEtRVjG86AmuS3/wOqsyWbUMYk= Received: by 10.210.109.10 with SMTP id h10mr8710887ebc.145.1222276291840; Wed, 24 Sep 2008 10:11:31 -0700 (PDT) Received: by 10.210.34.13 with HTTP; Wed, 24 Sep 2008 10:11:31 -0700 (PDT) Message-ID: <1d6d20bc0809241011n5b88b161w96ba38f4956ce861@mail.gmail.com> Date: Thu, 25 Sep 2008 01:11:31 +0800 From: "jiashiun li" To: freebsd-current@freebsd.org In-Reply-To: <1d6d20bc0809190111ic50d597tea2ac6a0917c41@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1d6d20bc0809170846g69311401j7f93f97969756e43@mail.gmail.com> <1d6d20bc0809190111ic50d597tea2ac6a0917c41@mail.gmail.com> 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 17:11:34 -0000 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... Jia-Shiun.