From owner-svn-src-all@FreeBSD.ORG Thu Dec 23 17:27:12 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 6F775106566B; Thu, 23 Dec 2010 17:27:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Ganbold Date: Thu, 23 Dec 2010 12:27:03 -0500 User-Agent: KMail/1.6.2 References: <201012222027.oBMKRKEL033534@svn.freebsd.org> <4D137BC2.80705@gmail.com> In-Reply-To: <4D137BC2.80705@gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201012231227.05574.jkim@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Ganbold Tsagaankhuu , John Baldwin Subject: Re: svn commit: r216674 - head/sys/dev/acpica X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2010 17:27:12 -0000 On Thursday 23 December 2010 11:41 am, Ganbold wrote: > John, > > On 12/23/10 04:27, John Baldwin wrote: > > Author: jhb > > Date: Wed Dec 22 20:27:20 2010 > > New Revision: 216674 > > URL: http://svn.freebsd.org/changeset/base/216674 > > > > Log: > > Use resource_list_reserve() to reserve I/O port and memory > > resources for ACPI devices even if they are not allocated by a > > device driver since the resources are in use and should not be > > allocated to another device. > > Looks like either my laptop's BIOS/firmware is crappy or this > commit breaks booting. > Following are the images I captured, although it may not be useful: > > http://people.freebsd.org/~ganbold/crash1.jpg > http://people.freebsd.org/~ganbold/crash2.jpg > > dmesg (without this commit): > > http://people.freebsd.org/~ganbold/dmesg.txt Yesterday I reported the same problem to jhb and I think I found the culprit, i.e., EC is probed from ECDT before sysresource. Please stay tuned. Jung-uk Kim