From 1af716f4fc0088ebb0635bf1011aa021e1a57144 Mon Sep 17 00:00:00 2001 From: njl Date: Mon, 13 Dec 2004 23:31:46 +0000 Subject: 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 --- sys/dev/acpi_support/acpi_ibm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/acpi_support/acpi_ibm.c') diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c index e679efb..adcd760 100644 --- a/sys/dev/acpi_support/acpi_ibm.c +++ b/sys/dev/acpi_support/acpi_ibm.c @@ -38,7 +38,7 @@ #include #include -#define _COMPONENT ACPI_IBM +#define _COMPONENT ACPI_OEM ACPI_MODULE_NAME("IBM") #define IBM_RTC_MISCKEY 0x65 -- cgit v1.1