diff options
author | jkim <jkim@FreeBSD.org> | 2010-12-09 20:04:14 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2010-12-09 20:04:14 +0000 |
commit | 3fe23e61bda19d3fc57ff6366b5cf43d1aa422e1 (patch) | |
tree | c88f8fbca7e5c63afb07147d504c55311683cb5d /compiler/dtutils.c | |
parent | 7af726f5cc604d3fcd32200efde74ce8464d8dbe (diff) | |
download | FreeBSD-src-3fe23e61bda19d3fc57ff6366b5cf43d1aa422e1.zip FreeBSD-src-3fe23e61bda19d3fc57ff6366b5cf43d1aa422e1.tar.gz |
Import ACPICA 20101209.
Diffstat (limited to 'compiler/dtutils.c')
-rw-r--r-- | compiler/dtutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dtutils.c b/compiler/dtutils.c index 2394b30..9f71036 100644 --- a/compiler/dtutils.c +++ b/compiler/dtutils.c @@ -573,6 +573,7 @@ DtGetFieldLength ( case ACPI_DMT_UINT8: case ACPI_DMT_CHKSUM: case ACPI_DMT_SPACEID: + case ACPI_DMT_ACCWIDTH: case ACPI_DMT_IVRS: case ACPI_DMT_MADT: case ACPI_DMT_SRAT: |