From 7e501d290292b718afcb19ad5c255ee9f6aa92fc Mon Sep 17 00:00:00 2001 From: iwasaki Date: Sun, 1 Oct 2000 08:17:47 +0000 Subject: Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Now that it's enabled in acpireg.h only if DIAGNOSTIC option is specified. ACPICA OSD functions will be compiled in machine/acpi_machdep.c again tentatively (if DIAGNOSTIC option is specified). # Should we have acpica_osd.c ? --- usr.sbin/acpi/amldb/aml/aml_common.c | 3 +++ usr.sbin/acpi/amldb/aml/aml_region.c | 2 ++ 2 files changed, 5 insertions(+) (limited to 'usr.sbin/acpi') diff --git a/usr.sbin/acpi/amldb/aml/aml_common.c b/usr.sbin/acpi/amldb/aml/aml_common.c index a00f971..da616a6 100644 --- a/usr.sbin/acpi/amldb/aml/aml_common.c +++ b/usr.sbin/acpi/amldb/aml/aml_common.c @@ -42,7 +42,10 @@ #include #include #include +#include +#include #include +#include #ifndef ACPI_NO_OSDFUNC_INLINE #include #endif /* !ACPI_NO_OSDFUNC_INLINE */ diff --git a/usr.sbin/acpi/amldb/aml/aml_region.c b/usr.sbin/acpi/amldb/aml/aml_region.c index a96b2b6..e643b66 100644 --- a/usr.sbin/acpi/amldb/aml/aml_region.c +++ b/usr.sbin/acpi/amldb/aml/aml_region.c @@ -35,12 +35,14 @@ #include "opt_acpi.h" #include #include +#include #include #include #include #include +#include #include #include #include -- cgit v1.1