mirror of
https://github.com/acpica/acpica/
synced 2025-03-10 16:21:40 +03:00
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:
parent
341a42a441
commit
c0acaae49c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user