ACPICA: Add signatures for undefined tables: ATKG, GSCI, IEIT
authorBob Moore <robert.moore@intel.com>
Mon, 31 May 2010 01:22:12 +0000 (09:22 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 7 Jul 2010 02:33:57 +0000 (22:33 -0400)
These ACPI tables have been seen in the field, but the actual
table definitions are unkown at this time.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

include/acpi/actbl2.h

index 95f4d0e..0a600b8 100644 (file)
 #define ACPI_SIG_WDAT           "WDAT" /* Watchdog Action Table */
 #define ACPI_SIG_WDRT           "WDRT" /* Watchdog Resource Table */
 
+#ifdef ACPI_UNDEFINED_TABLES
+/*
+ * These tables have been seen in the field, but no definition has been found
+ */
+#define ACPI_SIG_ATKG           "ATKG"
+#define ACPI_SIG_GSCI           "GSCI" /* GMCH SCI table */
+#define ACPI_SIG_IEIT           "IEIT"
+#endif
+
 /*
  * All tables must be byte-packed to match the ACPI specification, since
  * the tables are provided by the system BIOS.