diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 8e3f6e943866..2895ce29dea5 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -260,6 +260,22 @@ and is between 256 and 4096 characters. It is defined in the file | |||
260 | to assume that this machine's pmtimer latches its value | 260 | to assume that this machine's pmtimer latches its value |
261 | and always returns good values. | 261 | and always returns good values. |
262 | 262 | ||
263 | acpi_enforce_resources= [ACPI] | ||
264 | { strict | lax | no } | ||
265 | Check for resource conflicts between native drivers | ||
266 | and ACPI OperationRegions (SystemIO and SystemMemory | ||
267 | only). IO ports and memory declared in ACPI might be | ||
268 | used by the ACPI subsystem in arbitrary AML code and | ||
269 | can interfere with legacy drivers. | ||
270 | strict (default): access to resources claimed by ACPI | ||
271 | is denied; legacy drivers trying to access reserved | ||
272 | resources will fail to bind to device using them. | ||
273 | lax: access to resources claimed by ACPI is allowed; | ||
274 | legacy drivers trying to access reserved resources | ||
275 | will bind successfully but a warning message is logged. | ||
276 | no: ACPI OperationRegions are not marked as reserved, | ||
277 | no further checks are performed. | ||
278 | |||
263 | agp= [AGP] | 279 | agp= [AGP] |
264 | { off | try_unsupported } | 280 | { off | try_unsupported } |
265 | off: disable AGP support | 281 | off: disable AGP support |