summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-10-01 08:17:47 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-10-01 08:17:47 +0000
commit7e501d290292b718afcb19ad5c255ee9f6aa92fc (patch)
tree2ea5f3d0c120314e28adb40ce59b1dce0b3c8938 /sys/conf
parente7b7f959571826d94f67de64b15ea19011a50d51 (diff)
downloadFreeBSD-src-7e501d290292b718afcb19ad5c255ee9f6aa92fc.zip
FreeBSD-src-7e501d290292b718afcb19ad5c255ee9f6aa92fc.tar.gz
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 ?
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/options1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f624f3a..08e1904 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1231,7 +1231,6 @@ hint.npx.0.irq="13"
device acpi
options ACPI_DEBUG
#!options ACPI_NO_ENABLE_ON_BOOT
-#!options ACPI_NO_OSDFUNC_INLINE
options AML_DEBUG
#
diff --git a/sys/conf/options b/sys/conf/options
index 80327a8..c21bb4f 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -463,7 +463,6 @@ WITNESS opt_global.h
ACPI_DEBUG opt_acpi.h
AML_DEBUG opt_acpi.h
ACPI_NO_ENABLE_ON_BOOT opt_acpi.h
-ACPI_NO_OSDFUNC_INLINE opt_acpi.h
# options for DEVFS, see sys/fs/devfs/devfs.h
NDEVFSINO opt_devfs.h
OpenPOWER on IntegriCloud