diff options
author | njl <njl@FreeBSD.org> | 2004-12-13 23:31:46 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-12-13 23:31:46 +0000 |
commit | 1af716f4fc0088ebb0635bf1011aa021e1a57144 (patch) | |
tree | f9313bd6572e841ab2702a33bee412b6747eb0af /sys/dev/acpi_support/acpi_ibm.c | |
parent | 6eba135a351d1f0eca1d8b3a0c0916aae13cd517 (diff) | |
download | FreeBSD-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/acpi_support/acpi_ibm.c')
-rw-r--r-- | sys/dev/acpi_support/acpi_ibm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/sysctl.h> #include <machine/clock.h> -#define _COMPONENT ACPI_IBM +#define _COMPONENT ACPI_OEM ACPI_MODULE_NAME("IBM") #define IBM_RTC_MISCKEY 0x65 |