aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2008-10-22 23:19:50 -0400
committerLen Brown <len.brown@intel.com>2008-10-22 23:19:50 -0400
commit955ba395616a78780e70dc3f3b0b56ca4db52e5c (patch)
treef5978cfdc2b5ede82445de6675301a0171e66ea0 /Documentation
parentaa58329fc8ec50b379388fcad55f62c3493730d3 (diff)
parent383d7a11c9989205db44c7f1be339e5097062f03 (diff)
Merge branch 'bugfixes' into test
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt55
1 files changed, 41 insertions, 14 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 1150444a21ab..99cf83fd6947 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -217,20 +217,47 @@ and is between 256 and 4096 characters. It is defined in the file
217 acpi.debug_level= [HW,ACPI] 217 acpi.debug_level= [HW,ACPI]
218 Format: <int> 218 Format: <int>
219 Each bit of the <int> indicates an ACPI debug level, 219 Each bit of the <int> indicates an ACPI debug level,
220 1: enable, 0: disable. It is useful for boot time 220 which corresponds to the level in an ACPI_DEBUG_PRINT
221 debugging. After system has booted up, it can be set 221 statement. After system has booted up, this mask
222 via /sys/module/acpi/parameters/debug_level. 222 can be set via /sys/module/acpi/parameters/debug_level.
223 CONFIG_ACPI_DEBUG must be enabled for this to produce any output. 223
224 Available bits (add the numbers together) to enable different 224 CONFIG_ACPI_DEBUG must be enabled for this to produce
225 debug output levels of the ACPI subsystem: 225 any output. The number can be in decimal or prefixed
226 0x01 error 0x02 warn 0x04 init 0x08 debug object 226 with 0x in hex. Some of these options produce so much
227 0x10 info 0x20 init names 0x40 parse 0x80 load 227 output that the system is unusable.
228 0x100 dispatch 0x200 execute 0x400 names 0x800 operation region 228
229 0x1000 bfield 0x2000 tables 0x4000 values 0x8000 objects 229 The following global components are defined by the
230 0x10000 resources 0x20000 user requests 0x40000 package. 230 ACPI CA:
231 The number can be in decimal or prefixed with 0x in hex. 231 0x01 error
232 Warning: Many of these options can produce a lot of 232 0x02 warn
233 output and make your system unusable. Be very careful. 233 0x04 init
234 0x08 debug object
235 0x10 info
236 0x20 init names
237 0x40 parse
238 0x80 load
239 0x100 dispatch
240 0x200 execute
241 0x400 names
242 0x800 operation region
243 0x1000 bfield
244 0x2000 tables
245 0x4000 values
246 0x8000 objects
247 0x10000 resources
248 0x20000 user requests
249 0x40000 package
250 The number can be in decimal or prefixed with 0x in hex.
251 Warning: Many of these options can produce a lot of
252 output and make your system unusable. Be very careful.
253
254 acpi.power_nocheck= [HW,ACPI]
255 Format: 1/0 enable/disable the check of power state.
256 On some bogus BIOS the _PSC object/_STA object of
257 power resource can't return the correct device power
258 state. In such case it is unneccessary to check its
259 power state again in power transition.
260 1 : disable the power state check
234 261
235 acpi_pm_good [X86-32,X86-64] 262 acpi_pm_good [X86-32,X86-64]
236 Override the pmtimer bug detection: force the kernel 263 Override the pmtimer bug detection: force the kernel