From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 04:42:42 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 F393F106568E for ; Thu, 25 Sep 2008 04:42:41 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 828D78FC22 for ; Thu, 25 Sep 2008 04:42:40 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so71834eyi.7 for ; Wed, 24 Sep 2008 21:42:38 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=R5YH+54295o311VMXYQxueMirBYf+DaWxco/HsbN4Vc=; b=msdz5TVj2j4ZrJ3jlKyyY4iVejg1hkjo5z1/l4yEueTdyCfEbCa8VGAcjS0zvd6G45 c6odl7c1dacQIM0K4j74y3ku+aqomHmKDbGQRmZ0Y2mjX/ECdxd9TSiP763CijKBQKI9 cjTqpx3rSoMTGgiVXjYT9jIs30PQoZdh9U27A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Ox0YxOVVJrC0tacwvB8IcAgov6+yxxRxuXUc5UrSs+9HBmK+73GmnuKVtkeUvpiuaX rZdj0fC5aX0rSRm7RndYvTKSDulXdgR5ONPHnqxMq7kPnR4kI1ib7s6YO0gbAW4XlRSe RZozZhRgGqQnOf35oiZfxqI4Y9ovchuUR5O1s= Received: by 10.210.71.12 with SMTP id t12mr9587089eba.36.1222317758944; Wed, 24 Sep 2008 21:42:38 -0700 (PDT) Received: by 10.210.34.13 with HTTP; Wed, 24 Sep 2008 21:42:38 -0700 (PDT) Message-ID: <1d6d20bc0809242142ge545896u332cc8e23212383a@mail.gmail.com> Date: Thu, 25 Sep 2008 12:42:38 +0800 From: "Jia-Shiun Li" To: "John Baldwin" In-Reply-To: <200809241335.48472.jhb@freebsd.org> 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> <1d6d20bc0809241011n5b88b161w96ba38f4956ce861@mail.gmail.com> <200809241335.48472.jhb@freebsd.org> Cc: freebsd-current@freebsd.org 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: Thu, 25 Sep 2008 04:42:42 -0000 On Thu, Sep 25, 2008 at 1:35 AM, John Baldwin wrote: > On Wednesday 24 September 2008 01:11:31 pm jiashiun li wrote: >> >> I did a binary search and found the problem lies between 2008-08-22 >> and 2008-08-23. Here is my note: >> > If you grab the latest bits from HEAD you can use 'hw.pci.mcfg=0' to disable > memcfg. > Thanks, quick search the mailing list revealed some cases and your solution just a few days ago. I should have followed the mailing list more carefully. ;) Just curious, any idea why the memory mapped configuration prevents kernel from booting? Maybe buggy hardware, acpi code, or combination of both that users can help testing to find the cause? Jia-Shiun.