summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/actbl71.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/actbl71.h')
-rw-r--r--sys/contrib/dev/acpica/actbl71.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/actbl71.h b/sys/contrib/dev/acpica/actbl71.h
index 4f9767a..a8d4392 100644
--- a/sys/contrib/dev/acpica/actbl71.h
+++ b/sys/contrib/dev/acpica/actbl71.h
@@ -3,7 +3,7 @@
* Name: actbl71.h - IA-64 Extensions to the ACPI Spec Rev. 0.71
* This file includes tables specific to this
* specification revision.
- * $Revision: 9 $
+ * $Revision: 11 $
*
*****************************************************************************/
@@ -119,8 +119,10 @@
#ifndef __ACTBL71_H__
#define __ACTBL71_H__
+
/* 0.71 FADT AddressSpace data item bitmasks defines */
/* If the associated bit is zero then it is in memory space else in io space */
+
#define SMI_CMD_ADDRESS_SPACE 0x01
#define PM1_BLK_ADDRESS_SPACE 0x02
#define PM2_CNT_BLK_ADDRESS_SPACE 0x04
@@ -129,10 +131,11 @@
#define GPE1_BLK_ADDRESS_SPACE 0x20
/* Only for clarity in declarations */
+
typedef UINT64 IO_ADDRESS;
-#pragma pack(1)
+#pragma pack(1)
typedef struct /* Root System Descriptor Pointer */
{
NATIVE_CHAR Signature [8]; /* contains "RSD PTR " */
OpenPOWER on IntegriCloud