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:
aystarik 2005-06-29 15:55:01 +00:00
parent 0de65d4c81
commit b1052d7846

View File

@ -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",