diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2000-09-25 02:43:51 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2000-09-25 02:43:51 +0000 |
commit | d375eaba6b2bd9c4f46f691411b6e2834ab590f1 (patch) | |
tree | 0901cd01fd1bb61ea9efde10dfe17854dd0b5153 /sys | |
parent | 6070b584b18ee19e5ada826ab8471dcb68004f54 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/conf/NOTES | 8 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 8 |
2 files changed, 8 insertions, 8 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: diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 4909bca..1b3b347 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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: |