Fixed Processor and PowerResource handling to actually get the

parameters.


date	99.11.23.16.58.00;	author rmosgrov;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:52:58 +00:00
parent 597ef677b3
commit d687c5a8ef

View File

@ -382,8 +382,8 @@ typedef struct /* POWER RESOURCE - has Handle and notification handler/context*/
{
ACPI_OBJECT_COMMON
UINT32 Reserved1;
UINT32 Reserved2;
UINT32 SystemLevel;
UINT32 ResourceOrder;
UINT32 Reserved3;
UINT32 Reserved4;
@ -400,9 +400,9 @@ typedef struct /* PROCESSOR - has Handle and notification handler/context*/
{
ACPI_OBJECT_COMMON
UINT32 Reserved1;
UINT32 Reserved2;
UINT32 Reserved3;
UINT32 ProcId;
UINT32 PBLKAddress;
UINT32 PBLKLength;
UINT32 Reserved4;
ACPI_HANDLE Handle;