aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index e0f346d201ed..1d089eeff3cf 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -149,7 +149,8 @@ and is between 256 and 4096 characters. It is defined in the file
149 default: 0 149 default: 0
150 150
151 acpi_sleep= [HW,ACPI] Sleep options 151 acpi_sleep= [HW,ACPI] Sleep options
152 Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig, old_ordering } 152 Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig,
153 old_ordering, s4_nonvs }
153 See Documentation/power/video.txt for s3_bios and s3_mode. 154 See Documentation/power/video.txt for s3_bios and s3_mode.
154 s3_beep is for debugging; it makes the PC's speaker beep 155 s3_beep is for debugging; it makes the PC's speaker beep
155 as soon as the kernel's real-mode entry point is called. 156 as soon as the kernel's real-mode entry point is called.
@@ -159,6 +160,8 @@ and is between 256 and 4096 characters. It is defined in the file
159 control method, wrt putting devices into low power 160 control method, wrt putting devices into low power
160 states, to be enforced (the ACPI 2.0 ordering of _PTS is 161 states, to be enforced (the ACPI 2.0 ordering of _PTS is
161 used by default). 162 used by default).
163 s4_nonvs prevents the kernel from saving/restoring the
164 ACPI NVS memory during hibernation.
162 165
163 acpi_sci= [HW,ACPI] ACPI System Control Interrupt trigger mode 166 acpi_sci= [HW,ACPI] ACPI System Control Interrupt trigger mode
164 Format: { level | edge | high | low } 167 Format: { level | edge | high | low }