Date: Thu, 23 Dec 2010 12:27:03 -0500 From: Jung-uk Kim <jkim@FreeBSD.org> To: Ganbold <ganbold@gmail.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Ganbold Tsagaankhuu <ganbold@mobicom.mn>, John Baldwin <jhb@freebsd.org> Subject: Re: svn commit: r216674 - head/sys/dev/acpica Message-ID: <201012231227.05574.jkim@FreeBSD.org> In-Reply-To: <4D137BC2.80705@gmail.com> References: <201012222027.oBMKRKEL033534@svn.freebsd.org> <4D137BC2.80705@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012231227.05574.jkim>