summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-03-03 03:02:17 +0000
committernjl <njl@FreeBSD.org>2004-03-03 03:02:17 +0000
commit3baf2d6bee0a819d8f95e0998db53cfeaf678f4c (patch)
treeeb41907aaad8b00887090d96c34c135e310556ae /sys/dev/acpica/acpivar.h
parent200bbfda863e0bf785bdfb989dc55d64bc46bcc2 (diff)
downloadFreeBSD-src-3baf2d6bee0a819d8f95e0998db53cfeaf678f4c.zip
FreeBSD-src-3baf2d6bee0a819d8f95e0998db53cfeaf678f4c.tar.gz
Add support for quirks for acpi tables. Key off OEM vendor and revision.
Sort acpi debug values. Change "disable" to "disabled" to match rest of the kernel. Remove debugging from acpi_toshiba since it was only used for probe/attach.
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index a94ce7b..0541ff9 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -115,17 +115,16 @@ struct acpi_device {
* ACPI CA does not define layers for non-ACPI CA drivers.
* We define some here within the range provided.
*/
-#define ACPI_BUS 0x00010000
-#define ACPI_SYSTEM 0x00020000
-#define ACPI_POWER 0x00040000
-#define ACPI_EC 0x00080000
-#define ACPI_AC_ADAPTER 0x00100000
-#define ACPI_BATTERY 0x00200000
-#define ACPI_BUTTON 0x00400000
+#define ACPI_AC_ADAPTER 0x00010000
+#define ACPI_BATTERY 0x00020000
+#define ACPI_BUS 0x00040000
+#define ACPI_BUTTON 0x00080000
+#define ACPI_EC 0x00100000
+#define ACPI_FAN 0x00200000
+#define ACPI_POWERRES 0x00400000
#define ACPI_PROCESSOR 0x00800000
#define ACPI_THERMAL 0x01000000
-#define ACPI_FAN 0x02000000
-#define ACPI_TOSHIBA 0x04000000
+#define ACPI_TIMER 0x02000000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().
OpenPOWER on IntegriCloud