diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 622f7849edb9..4cd1a5da80a4 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -170,11 +170,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
170 | acpi_irq_isa= [HW,ACPI] If irq_balance, mark listed IRQs used by ISA | 170 | acpi_irq_isa= [HW,ACPI] If irq_balance, mark listed IRQs used by ISA |
171 | Format: <irq>,<irq>... | 171 | Format: <irq>,<irq>... |
172 | 172 | ||
173 | acpi_new_pts_ordering [HW,ACPI] | ||
174 | Enforce the ACPI 2.0 ordering of the _PTS control | ||
175 | method wrt putting devices into low power states | ||
176 | default: pre ACPI 2.0 ordering of _PTS | ||
177 | |||
178 | acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT | 173 | acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT |
179 | 174 | ||
180 | acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS | 175 | acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS |
@@ -732,6 +727,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
732 | (Don't attempt to blink the leds) | 727 | (Don't attempt to blink the leds) |
733 | i8042.noaux [HW] Don't check for auxiliary (== mouse) port | 728 | i8042.noaux [HW] Don't check for auxiliary (== mouse) port |
734 | i8042.nokbd [HW] Don't check/create keyboard port | 729 | i8042.nokbd [HW] Don't check/create keyboard port |
730 | i8042.noloop [HW] Disable the AUX Loopback command while probing | ||
731 | for the AUX port | ||
735 | i8042.nomux [HW] Don't check presence of an active multiplexing | 732 | i8042.nomux [HW] Don't check presence of an active multiplexing |
736 | controller | 733 | controller |
737 | i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX | 734 | i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX |
@@ -1128,6 +1125,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1128 | memmap=nn[KMG]$ss[KMG] | 1125 | memmap=nn[KMG]$ss[KMG] |
1129 | [KNL,ACPI] Mark specific memory as reserved. | 1126 | [KNL,ACPI] Mark specific memory as reserved. |
1130 | Region of memory to be used, from ss to ss+nn. | 1127 | Region of memory to be used, from ss to ss+nn. |
1128 | Example: Exclude memory from 0x18690000-0x1869ffff | ||
1129 | memmap=64K$0x18690000 | ||
1130 | or | ||
1131 | memmap=0x10000$0x18690000 | ||
1131 | 1132 | ||
1132 | meye.*= [HW] Set MotionEye Camera parameters | 1133 | meye.*= [HW] Set MotionEye Camera parameters |
1133 | See Documentation/video4linux/meye.txt. | 1134 | See Documentation/video4linux/meye.txt. |