aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/actbl.h
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2003-12-09 03:06:09 +0000
committerNate Lawson <njl@FreeBSD.org>2003-12-09 03:06:09 +0000
commitf5f92fb18197a5a7b9f2ef764e95492df7759591 (patch)
tree0f8da7c0bfc25740cdf6917c375464f3fcabbd8f /sys/contrib/dev/acpica/actbl.h
parente50beb517da1c050acb9fb2b9751bcd9651df1a1 (diff)
downloadsrc-f5f92fb18197a5a7b9f2ef764e95492df7759591.tar.gz
src-f5f92fb18197a5a7b9f2ef764e95492df7759591.zip
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/actbl.h')
-rw-r--r--sys/contrib/dev/acpica/actbl.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/actbl.h b/sys/contrib/dev/acpica/actbl.h
index cca9c3dace5b..87609d3671f5 100644
--- a/sys/contrib/dev/acpica/actbl.h
+++ b/sys/contrib/dev/acpica/actbl.h
@@ -242,6 +242,14 @@ typedef struct multiple_apic_table
UINT8 Type; \
UINT8 Length;
+
+typedef struct apic_header /* APIC common table header */
+{
+ APIC_HEADER_DEF
+
+} APIC_HEADER;
+
+
/* Values for MPS INTI flags */
#define POLARITY_CONFORMS 0
@@ -317,7 +325,7 @@ typedef struct madt_address_override
{
APIC_HEADER_DEF
UINT16 Reserved; /* Reserved - must be zero */
- UINT32 Address; /* APIC physical address */
+ UINT64 Address; /* APIC physical address */
} MADT_ADDRESS_OVERRIDE;