ACPI 5.0/AcpiHelp: Update formatting of AliasAs operator.

Display the new Extended AccessAs attributes automatically.
This commit is contained in:
Robert Moore 2011-11-09 20:36:49 +08:00 committed by Lin Ming
parent 5a343a31be
commit dc8eae0c51
2 changed files with 5 additions and 4 deletions

View File

@ -121,7 +121,7 @@
*/
const AH_ASL_KEYWORD AslKeywordInfo[] =
{
{"AccessAttribKeyword", "Serial Bus Attributes",
{"AccessAttribKeyword", "Serial Bus Attributes (with legacy SMBus aliases)",
":= AttribQuick (SMBusQuick) | AttribSendReceive (SMBusSendReceive) | "
"AttribByte (SMBusByte) | AttribWord (SMBusWord) | "
"AttribBlock (SMBusBlock) | AttribProcessCall (SMBusProcessCall) | "
@ -149,8 +149,9 @@ const AH_ASL_KEYWORD AslKeywordInfo[] =
":= Compatibility | TypeA | TypeB | TypeF"},
{"EndianKeyword", "Endian type - Resource Descriptor",
":= BigEndian | LittleEndian"},
{"ExtendedAttribKeyword", "Bus Attributes (with AccessLength) - Resource Descriptor",
":= AttribBytes(n) | AttribRawBytes(n) | AttribRawProcessBytes(n)"},
{"ExtendedAttribKeyword", "Extended Bus Attributes",
":= AttribBytes (AccessLength) | AttribRawBytes (AccessLength) | "
"AttribRawProcessBytes (AccessLength)"},
{"FlowControlKeyword", "Resource Descriptor",
":= FlowControlNone | FlowControlXon | FlowControlHardware"},
{"InterruptLevelKeyword", "Interrupt Active Types",

View File

@ -122,7 +122,7 @@
*/
const AH_ASL_OPERATOR AslOperatorInfo[] =
{
{"AccessAs", "(AccessType, AccessAttibute (AccessLength))",
{"AccessAs", "(AccessType, AccessAttribKeyword | ExtendedAttribKeyword (AccessLength))",
"ChangeFieldUnitAccess"},
{"Acquire", "(SyncObject, TimeoutValue) => Boolean",
"Acquire a mutex"},