Fix to properly set table ID in created namespace objects. Removed

static DSDT table ID.


date	2003.05.09.20.02.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:00:41 +00:00
parent 511c77337c
commit 085c3c0165

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: dsinit - Object initialization namespace walk
* $Revision: 1.6 $
* $Revision: 1.7 $
*
*****************************************************************************/
@ -303,8 +303,8 @@ AcpiDsInitializeObjects (
}
ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT,
"\nTable [%4.4s] - %hd Objects with %hd Devices %hd Methods %hd Regions\n",
TableDesc->Pointer->Signature, Info.ObjectCount,
"\nTable [%4.4s](id %4.4X) - %hd Objects with %hd Devices %hd Methods %hd Regions\n",
TableDesc->Pointer->Signature, TableDesc->TableId, Info.ObjectCount,
Info.DeviceCount, Info.MethodCount, Info.OpRegionCount));
ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,