From 0da9b7818eea3d3ea566fdaa697065561d8c13ff Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Sat, 28 Oct 2000 07:07:02 +0000 Subject: [PATCH] Add some verbiage about the new ACPICA code. Note that this probably breaks building this config, as the old ACPI code will conflict. The old code will be going away shortly, so this should not be an issue. --- sys/conf/NOTES | 12 ++++++++++++ sys/i386/conf/NOTES | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 745c60da487..07596533751 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1244,6 +1244,18 @@ hint.npx.0.irq="13" # Flag 0x08 automatically disables the i586 optimized routines. # +# +# 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). +# +device acpica +options ACPI_DEBUG + # ACPI Experimental Driver device acpi options ACPI_DEBUG diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 745c60da487..07596533751 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1244,6 +1244,18 @@ hint.npx.0.irq="13" # Flag 0x08 automatically disables the i586 optimized routines. # +# +# 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). +# +device acpica +options ACPI_DEBUG + # ACPI Experimental Driver device acpi options ACPI_DEBUG