summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-12-13 23:31:46 +0000
committernjl <njl@FreeBSD.org>2004-12-13 23:31:46 +0000
commit1af716f4fc0088ebb0635bf1011aa021e1a57144 (patch)
treef9313bd6572e841ab2702a33bee412b6747eb0af /sys/dev/acpica/acpivar.h
parent6eba135a351d1f0eca1d8b3a0c0916aae13cd517 (diff)
downloadFreeBSD-src-1af716f4fc0088ebb0635bf1011aa021e1a57144.zip
FreeBSD-src-1af716f4fc0088ebb0635bf1011aa021e1a57144.tar.gz
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
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 41f3fdf..a06717e 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().
OpenPOWER on IntegriCloud