Alphabetical order for ACPI options broken by adding ACPI_NO_RESET_VIDEO.

Add short comment about ACPI_NO_RESET_VIDEO into NOTES.

Pointed-out by:	njl
This commit is contained in:
Mitsuru IWASAKI 2003-10-29 14:22:09 +00:00
parent 7928124aa5
commit d63ab51a51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121679
2 changed files with 5 additions and 2 deletions

View file

@ -598,8 +598,8 @@ WITNESS_SKIPSPIN opt_witness.h
# options for ACPI support
ACPI_DEBUG opt_acpi.h
ACPI_MAX_THREADS opt_acpi.h
ACPI_NO_SEMAPHORES opt_acpi.h
ACPI_NO_RESET_VIDEO opt_acpi.h
ACPI_NO_SEMAPHORES opt_acpi.h
ACPICA_PEDANTIC opt_acpi.h
# options for DEVFS, see sys/fs/devfs/devfs.h

View file

@ -412,6 +412,9 @@ options TDFX_LINUX # Enable Linuxulator support
#
# ACPI_MAX_THREADS sets the number of task threads started.
#
# ACPI_NO_RESET_VIDEO disables calling the VESA reset BIOS vector on
# the resume path.
#
# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
#
# ACPICA_PEDANTIC enables strict checking of AML. Our default is to
@ -424,8 +427,8 @@ options TDFX_LINUX # Enable Linuxulator support
device acpi
options ACPI_DEBUG
options ACPI_MAX_THREADS=1
#!options ACPI_NO_SEMAPHORES
#!options ACPI_NO_RESET_VIDEO
#!options ACPI_NO_SEMAPHORES
#!options ACPICA_PEDANTIC
# DRM options: