aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-12-13 23:31:46 +0000
committerNate Lawson <njl@FreeBSD.org>2004-12-13 23:31:46 +0000
commit276cd9216da0256bc27d3e8d97b8ebe0f8181e37 (patch)
treef9313bd6572e841ab2702a33bee412b6747eb0af /sys/dev/acpica/acpivar.h
parent93c22173bda3bdfd4a445bf2e90d5b28328ef8ea (diff)
downloadsrc-276cd9216da0256bc27d3e8d97b8ebe0f8181e37.tar.gz
src-276cd9216da0256bc27d3e8d97b8ebe0f8181e37.zip
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
one will never be supported on the same platform, this does not hurt debugging. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=138825
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 41f3fdf2fdd6..a06717e42203 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -151,8 +151,7 @@ extern struct mtx acpi_mutex;
#define ACPI_PROCESSOR 0x00800000
#define ACPI_THERMAL 0x01000000
#define ACPI_TIMER 0x02000000
-#define ACPI_ASUS 0x04000000
-#define ACPI_IBM 0x08000000
+#define ACPI_OEM 0x04000000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().