mirror of
https://github.com/acpica/acpica/
synced 2025-02-10 18:44:12 +03:00
Initial support for DataTable Regions
date 2001.12.04.18.00.00; author rmoore1; state Exp;
This commit is contained in:
parent
f857366431
commit
3bf729a976
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: utglobal - Global variables for the ACPI subsystem
|
||||
* $Revision: 1.136 $
|
||||
* $Revision: 1.138 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -511,6 +511,7 @@ const NATIVE_CHAR *AcpiGbl_RegionTypes[ACPI_NUM_PREDEFINED_REGIONS] =
|
||||
"SMBus",
|
||||
"CMOS",
|
||||
"PCIBarTarget",
|
||||
"DataTable",
|
||||
};
|
||||
|
||||
|
||||
@ -792,7 +793,7 @@ AcpiUtInitGlobals (
|
||||
AcpiGbl_RootNode = NULL;
|
||||
|
||||
AcpiGbl_RootNodeStruct.Name = ACPI_ROOT_NAME;
|
||||
AcpiGbl_RootNodeStruct.DataType = ACPI_DESC_TYPE_NAMED;
|
||||
AcpiGbl_RootNodeStruct.Descriptor = ACPI_DESC_TYPE_NAMED;
|
||||
AcpiGbl_RootNodeStruct.Type = ACPI_TYPE_ANY;
|
||||
AcpiGbl_RootNodeStruct.Child = NULL;
|
||||
AcpiGbl_RootNodeStruct.Peer = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user