summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2004-02-06 19:38:05 +0000
committerphilip <philip@FreeBSD.org>2004-02-06 19:38:05 +0000
commitb6d5f06a3d03e569ce5b4db09148831a95aa513d (patch)
tree8632232749ca343cf479d586f07a376f34d61198 /sys/dev/acpica/acpivar.h
parentad9ddd0d33ec42266c697b1f837ec40bdf091dbb (diff)
downloadFreeBSD-src-b6d5f06a3d03e569ce5b4db09148831a95aa513d.zip
FreeBSD-src-b6d5f06a3d03e569ce5b4db09148831a95aa513d.tar.gz
Make all ACPI debug layers unique again. This makes debugging a more
pleasant experience (for certain definition of 'pleasant'). Submitted by: Mark Santcroos <marks@ripe.net> Approved by: njl (mentor)
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index ac6dd72..13b7fa5 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -120,12 +120,12 @@ struct acpi_device {
#define ACPI_POWER 0x00040000
#define ACPI_EC 0x00080000
#define ACPI_AC_ADAPTER 0x00100000
-#define ACPI_BATTERY 0x00110000
-#define ACPI_BUTTON 0x00120000
-#define ACPI_PROCESSOR 0x00140000
-#define ACPI_THERMAL 0x00180000
-#define ACPI_FAN 0x00200000
-#define ACPI_TOSHIBA 0x00400000
+#define ACPI_BATTERY 0x00200000
+#define ACPI_BUTTON 0x00400000
+#define ACPI_PROCESSOR 0x00800000
+#define ACPI_THERMAL 0x01000000
+#define ACPI_FAN 0x02000000
+#define ACPI_TOSHIBA 0x04000000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().
OpenPOWER on IntegriCloud