Updated Revision for ACPI 2.0 semantics -- returns ACPI support level

date	2001.09.25.17.58.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:18:56 +00:00
parent 341a42a441
commit c0acaae49c

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbdisply - debug display commands
* $Revision: 1.52 $
* $Revision: 1.53 $
*
******************************************************************************/
@ -527,7 +527,7 @@ AcpiDbDisplayInternalObject (
break;
case AML_REVISION_OP:
AcpiOsPrintf ("[Const] Revision (%X)", ACPI_CA_VERSION);
AcpiOsPrintf ("[Const] Revision (%X)", ACPI_CA_SUPPORT_LEVEL);
break;
case AML_LOCAL_OP: