Added AcpiCaVersion info to the AcpiGetSystemInfo returned data.

Starting version is 0x0080 (0.80)


date	2000.04.05.23.53.00;	author rmosgrov;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:22:36 +00:00
parent daa4f5512c
commit 147b7ad5ee

View File

@ -267,6 +267,8 @@ AcpiGetSystemInfo (
OutBuffer->Length = sizeof (ACPI_SYSTEM_INFO);
InfoPtr = (ACPI_SYSTEM_INFO *) OutBuffer->Pointer;
InfoPtr->AcpiCAVersion = Gbl_AcpiCaVersion;
/* System flags (ACPI capabilities) */
InfoPtr->Flags = Gbl_SystemFlags;