From owner-acpi-jp@jp.freebsd.org  Thu Oct 12 22:16:44 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id WAA43982;
	Thu, 12 Oct 2000 22:16:44 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from shidahara1.planet.sci.kobe-u.ac.jp (shidahara1.planet.sci.kobe-u.ac.jp [133.30.50.200])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id WAA43977
	for <acpi-jp@jp.freebsd.org>; Thu, 12 Oct 2000 22:16:44 +0900 (JST)
	(envelope-from takawata@shidahara1.planet.sci.kobe-u.ac.jp)
Received: from shidahara1.planet.sci.kobe-u.ac.jp (localhost [127.0.0.1])
	by shidahara1.planet.sci.kobe-u.ac.jp (8.9.3/8.9.3) with ESMTP id WAA84890
	for <acpi-jp@jp.freebsd.org>; Thu, 12 Oct 2000 22:15:14 +0900 (JST)
	(envelope-from takawata@shidahara1.planet.sci.kobe-u.ac.jp)
Message-Id: <200010121315.WAA84890@shidahara1.planet.sci.kobe-u.ac.jp>
To: acpi-jp@jp.freebsd.org
In-reply-to: Your message of "Tue, 10 Oct 2000 20:42:15 MST."
             <200010110342.e9B3gFh04186@mass.osd.bsdi.com>
Date: Thu, 12 Oct 2000 22:15:14 +0900
From: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: acpi-jp 854
Subject: [acpi-jp 854] Re: Latest ACPI megapatch update 
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: takawata@shidahara1.planet.sci.kobe-u.ac.jp

In message <200010110342.e9B3gFh04186@mass.osd.bsdi.com>, Mike Smith $B$5$s$$$o$/(B
:
>
>> - Fix resource handling to be sure to initialize resource.
>
>I think this is already done correctly.  I haven't checked though.  When 
>I was writing the ACPI-PnP resource enumerator I realised that we have to 
>change the way that PnP data is connected to ISA devices (we should save 
>the raw data and only parse it when the device has a match).  There are 
>other complications here as well, of course.  I need to do this soon.

Please show your dmesg of the machine with EC .
I did not find where is going wrong. I want hint.

I noticed you only calls acpi_parse_resources() for those connected to 
acpi0 at acpi_get_resource(). But where do you think bus_get_resource();
is called from?

And I try to call acpi_parse_resources() directly from acpi_probe_child
but end up with page fault in resource_list_find();

Takanori Watanabe
<a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
Public Key</a>
Key fingerprint =  2C 51 E2 78 2C E1 C5 2D  0F F1 20 A3 11 3A 62 2A 

