summaryrefslogtreecommitdiff
path: root/source/components/disassembler/dmutils.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-09-27 16:43:02 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-09-27 16:43:02 +0000
commit73d55968743da26d1ff63e9939f191d217aea206 (patch)
treeffb27de4d7c207dd7aeebd04b24e04f85d23b8dc /source/components/disassembler/dmutils.c
parentc6014c64fcfd099d0087da3509e8a623d2c30209 (diff)
Notes
Diffstat (limited to 'source/components/disassembler/dmutils.c')
-rw-r--r--source/components/disassembler/dmutils.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/components/disassembler/dmutils.c b/source/components/disassembler/dmutils.c
index 6c760439f0ca..c8de45e5d7a8 100644
--- a/source/components/disassembler/dmutils.c
+++ b/source/components/disassembler/dmutils.c
@@ -259,7 +259,7 @@ AcpiDmDecodeAttribute (
AcpiOsPrintf ("AttribQuick");
break;
- case AML_FIELD_ATTRIB_SEND_RCV:
+ case AML_FIELD_ATTRIB_SEND_RECEIVE:
AcpiOsPrintf ("AttribSendReceive");
break;
@@ -279,17 +279,17 @@ AcpiDmDecodeAttribute (
AcpiOsPrintf ("AttribBlock");
break;
- case AML_FIELD_ATTRIB_MULTIBYTE:
+ case AML_FIELD_ATTRIB_BYTES:
AcpiOsPrintf ("AttribBytes");
break;
- case AML_FIELD_ATTRIB_WORD_CALL:
+ case AML_FIELD_ATTRIB_PROCESS_CALL:
AcpiOsPrintf ("AttribProcessCall");
break;
- case AML_FIELD_ATTRIB_BLOCK_CALL:
+ case AML_FIELD_ATTRIB_BLOCK_PROCESS_CALL:
AcpiOsPrintf ("AttribBlockProcessCall");
break;
@@ -299,7 +299,7 @@ AcpiDmDecodeAttribute (
AcpiOsPrintf ("AttribRawBytes");
break;
- case AML_FIELD_ATTRIB_RAW_PROCESS:
+ case AML_FIELD_ATTRIB_RAW_PROCESS_BYTES:
AcpiOsPrintf ("AttribRawProcessBytes");
break;