summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-09-25 02:43:51 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-09-25 02:43:51 +0000
commitd375eaba6b2bd9c4f46f691411b6e2834ab590f1 (patch)
tree0901cd01fd1bb61ea9efde10dfe17854dd0b5153 /sys/conf
parent6070b584b18ee19e5ada826ab8471dcb68004f54 (diff)
downloadFreeBSD-src-d375eaba6b2bd9c4f46f691411b6e2834ab590f1.zip
FreeBSD-src-d375eaba6b2bd9c4f46f691411b6e2834ab590f1.tar.gz
Formatting fix on ACPI options. Sort them, comment out negative options.
Suggested by: bde
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4909bca..1b3b347 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1229,10 +1229,10 @@ hint.npx.0.irq="13"
# ACPI Experimental Driver
device acpi
-options ACPI_DEBUG
-options AML_DEBUG
-options ACPI_NO_ENABLE_ON_BOOT
-options ACPI_NO_OSDFUNC_INLINE
+options ACPI_DEBUG
+#!options ACPI_NO_ENABLE_ON_BOOT
+#!options ACPI_NO_OSDFUNC_INLINE
+options AML_DEBUG
#
# Optional devices:
OpenPOWER on IntegriCloud