diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 92e1ab8178a8..7936b801fe6a 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -229,14 +229,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
229 | to assume that this machine's pmtimer latches its value | 229 | to assume that this machine's pmtimer latches its value |
230 | and always returns good values. | 230 | and always returns good values. |
231 | 231 | ||
232 | acpi.power_nocheck= [HW,ACPI] | ||
233 | Format: 1/0 enable/disable the check of power state. | ||
234 | On some bogus BIOS the _PSC object/_STA object of | ||
235 | power resource can't return the correct device power | ||
236 | state. In such case it is unneccessary to check its | ||
237 | power state again in power transition. | ||
238 | 1 : disable the power state check | ||
239 | |||
240 | acpi_sci= [HW,ACPI] ACPI System Control Interrupt trigger mode | 232 | acpi_sci= [HW,ACPI] ACPI System Control Interrupt trigger mode |
241 | Format: { level | edge | high | low } | 233 | Format: { level | edge | high | low } |
242 | 234 | ||
@@ -1123,6 +1115,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1123 | libata.dma=4 Compact Flash DMA only | 1115 | libata.dma=4 Compact Flash DMA only |
1124 | Combinations also work, so libata.dma=3 enables DMA | 1116 | Combinations also work, so libata.dma=3 enables DMA |
1125 | for disks and CDROMs, but not CFs. | 1117 | for disks and CDROMs, but not CFs. |
1118 | |||
1119 | libata.ignore_hpa= [LIBATA] Ignore HPA limit | ||
1120 | libata.ignore_hpa=0 keep BIOS limits (default) | ||
1121 | libata.ignore_hpa=1 ignore limits, using full disk | ||
1126 | 1122 | ||
1127 | libata.noacpi [LIBATA] Disables use of ACPI in libata suspend/resume | 1123 | libata.noacpi [LIBATA] Disables use of ACPI in libata suspend/resume |
1128 | when set. | 1124 | when set. |
@@ -1728,8 +1724,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1728 | oprofile.cpu_type= Force an oprofile cpu type | 1724 | oprofile.cpu_type= Force an oprofile cpu type |
1729 | This might be useful if you have an older oprofile | 1725 | This might be useful if you have an older oprofile |
1730 | userland or if you want common events. | 1726 | userland or if you want common events. |
1731 | Format: { archperfmon } | 1727 | Format: { arch_perfmon } |
1732 | archperfmon: [X86] Force use of architectural | 1728 | arch_perfmon: [X86] Force use of architectural |
1733 | perfmon on Intel CPUs instead of the | 1729 | perfmon on Intel CPUs instead of the |
1734 | CPU specific event set. | 1730 | CPU specific event set. |
1735 | 1731 | ||
@@ -1863,7 +1859,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1863 | IRQ routing is enabled. | 1859 | IRQ routing is enabled. |
1864 | noacpi [X86] Do not use ACPI for IRQ routing | 1860 | noacpi [X86] Do not use ACPI for IRQ routing |
1865 | or for PCI scanning. | 1861 | or for PCI scanning. |
1866 | nocrs [X86] Don't use _CRS for PCI resource | 1862 | use_crs [X86] Use _CRS for PCI resource |
1867 | allocation. | 1863 | allocation. |
1868 | routeirq Do IRQ routing for all PCI devices. | 1864 | routeirq Do IRQ routing for all PCI devices. |
1869 | This is normally done in pci_enable_device(), | 1865 | This is normally done in pci_enable_device(), |
@@ -1923,6 +1919,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1923 | Format: { 0 | 1 } | 1919 | Format: { 0 | 1 } |
1924 | See arch/parisc/kernel/pdc_chassis.c | 1920 | See arch/parisc/kernel/pdc_chassis.c |
1925 | 1921 | ||
1922 | percpu_alloc= [X86] Select which percpu first chunk allocator to use. | ||
1923 | Allowed values are one of "lpage", "embed" and "4k". | ||
1924 | See comments in arch/x86/kernel/setup_percpu.c for | ||
1925 | details on each allocator. This parameter is primarily | ||
1926 | for debugging and performance comparison. | ||
1927 | |||
1926 | pf. [PARIDE] | 1928 | pf. [PARIDE] |
1927 | See Documentation/blockdev/paride.txt. | 1929 | See Documentation/blockdev/paride.txt. |
1928 | 1930 | ||
@@ -2475,7 +2477,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2475 | 2477 | ||
2476 | tp720= [HW,PS2] | 2478 | tp720= [HW,PS2] |
2477 | 2479 | ||
2478 | trace_buf_size=nn[KMG] [ftrace] will set tracing buffer size. | 2480 | trace_buf_size=nn[KMG] |
2481 | [FTRACE] will set tracing buffer size. | ||
2479 | 2482 | ||
2480 | trix= [HW,OSS] MediaTrix AudioTrix Pro | 2483 | trix= [HW,OSS] MediaTrix AudioTrix Pro |
2481 | Format: | 2484 | Format: |