From owner-acpi-jp@jp.freebsd.org  Tue Feb  6 19:13:42 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id TAA27138;
	Tue, 6 Feb 2001 19:13:42 +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 TAA27118
	for <acpi-jp@jp.freebsd.org>; Tue, 6 Feb 2001 19:13:42 +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 TAA65468
	for <acpi-jp@jp.freebsd.org>; Tue, 6 Feb 2001 19:15:38 +0900 (JST)
	(envelope-from takawata@shidahara1.planet.sci.kobe-u.ac.jp)
Message-Id: <200102061015.TAA65468@shidahara1.planet.sci.kobe-u.ac.jp>
To: acpi-jp@jp.freebsd.org
In-reply-to: Your message of "Tue, 06 Feb 2001 18:54:32 JST."
             <200102060954.SAA65305@shidahara1.planet.sci.kobe-u.ac.jp>
Date: Tue, 06 Feb 2001 19:15:38 +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 1056
Subject: [acpi-jp 1056] Re: Problem with ACPI_TYPE_PACKAGE handling?
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 <200102060954.SAA65305@shidahara1.planet.sci.kobe-u.ac.jp>, Takanori
 Watanabe $B$5$s$$$o$/(B:
>In message <200102060947.f169lie05109@mass.dis.org>, Mike Smith $B$5$s$$$o$/(B:
>>
>>In handling the _ALx objects in a ThermalZone, I'm returned an 
>>ACPI_OBJECT of ACPI_TYPE_PACKAGE by AcpiEvaluateObject that looks like 
>>this (including padding in the rest of the buffer, which is the array of 
>>objects in the Package):
>>
>>0xc0dbc640: 04 00 00 00 03 00 00 00 50 c6 db c0 00 00 00 00
>>0xc0dbc650: 00 00 00 00 00 00 00 00 c0 ea d7 c0 00 00 00 00
>>0xc0dbc660: 00 00 00 00 00 00 00 00 20 ea d7 c0 00 00 00 00
>>0xc0dbc670: 00 00 00 00 00 00 00 00 a0 e9 d7 c0 00 00 00 00
>                                     c0d7e9a0
>is ACPI_HANDLE isn't it?
Ah,
Like this.
{ 
	Type=4; /*ACPI_TYPE_PACKAGE*/
	Count=3;
	Element=0xc0dbc650-+
			   |
	{<-----------------+
		Type=0; /*ACPI_TYPE_ANY*/
		Fill1=0;
		Handle=0xc0d7eac0
	}
	{
		Type=0;
		Fill1=0;
		Handle=0xc0d7ea20
	}
	{
		Type=0;
		Fill1=0;
		Handle=0xc0d7eaa0
	}
}



