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:
parent
883f5b4450
commit
8c1d6750c9
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user