summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-15 14:28:20 +0000
committerjhb <jhb@FreeBSD.org>2002-07-15 14:28:20 +0000
commitdc2c0583a16fbc1cec61c226096981741cfe79e1 (patch)
tree3b719b1eb086180c0361d4d6c4e8266c0d74dee6 /sys/i386/conf
parent6fb33aa4e4b938b1749d8c0f0f0d96ef8490df17 (diff)
downloadFreeBSD-src-dc2c0583a16fbc1cec61c226096981741cfe79e1.zip
FreeBSD-src-dc2c0583a16fbc1cec61c226096981741cfe79e1.tar.gz
Move ACPI device and options from MI NOTES to the i386 MD NOTES file.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6d53310..72534d6 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -371,6 +371,21 @@ hint.npx.0.irq="13"
# Optional devices:
#
+#
+# ACPI support using the Intel ACPI Component Architecture reference
+# implementation.
+#
+# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
+# kernel environment variables to select initial debugging levels for the
+# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER
+# defined when it is built).
+#
+# Note that building ACPI into the kernel is deprecated; the module is
+# normally loaded automatically by the loader.
+#
+device acpica
+options ACPI_DEBUG
+
# M-systems DiskOnchip products see src/sys/contrib/dev/fla/README
device fla
hint.fla.0.at="isa"
OpenPOWER on IntegriCloud