mirror of
https://github.com/acpica/acpica/
synced 2025-02-18 22:44:13 +03:00
Support for FieldAttribute byte, merged Access/Lock/Update bits back
into the FieldFlags. Renamed the various field bits and access masks. date 2001.11.16.22.27.00; author rmoore1; state Exp;
This commit is contained in:
parent
0de65d4c81
commit
b1052d7846
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslerror - Error handling and statistics
|
||||
* $Revision: 1.52 $
|
||||
* $Revision: 1.53 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -171,6 +171,8 @@ char *AslMessages [] = {
|
||||
"Could not seek file",
|
||||
"Could not close file",
|
||||
"Access width is greater than region size",
|
||||
"Host Operation Region requires ByteAcc access",
|
||||
"Host Operation Region requires BufferAcc access",
|
||||
"Field unit extends beyond region limit",
|
||||
"Resource field name cannot be used as a target",
|
||||
"Invalid Byte Offset, Bit Offset required",
|
||||
|
Loading…
x
Reference in New Issue
Block a user