diff options
author | jhb <jhb@FreeBSD.org> | 2002-07-15 14:28:20 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-07-15 14:28:20 +0000 |
commit | dc2c0583a16fbc1cec61c226096981741cfe79e1 (patch) | |
tree | 3b719b1eb086180c0361d4d6c4e8266c0d74dee6 /sys | |
parent | 6fb33aa4e4b938b1749d8c0f0f0d96ef8490df17 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/conf/NOTES | 15 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 15 |
2 files changed, 15 insertions, 15 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index cc468a2..b046b7a 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1096,21 +1096,6 @@ options SC_NO_SYSMOUSE # 0x100 Probe for a keyboard device periodically if one is not present # -# 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 - -# # Optional devices: # 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" |