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