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, 14 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index e7848a0d99eb..3e69c1c4f508 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1948,8 +1948,12 @@ and is between 256 and 4096 characters. It is defined in the file
1948 IRQ routing is enabled. 1948 IRQ routing is enabled.
1949 noacpi [X86] Do not use ACPI for IRQ routing 1949 noacpi [X86] Do not use ACPI for IRQ routing
1950 or for PCI scanning. 1950 or for PCI scanning.
1951 use_crs [X86] Use _CRS for PCI resource 1951 use_crs [X86] Use PCI host bridge window information
1952 allocation. 1952 from ACPI. On BIOSes from 2008 or later, this
1953 is enabled by default. If you need to use this,
1954 please report a bug.
1955 nocrs [X86] Ignore PCI host bridge windows from ACPI.
1956 If you need to use this, please report a bug.
1953 routeirq Do IRQ routing for all PCI devices. 1957 routeirq Do IRQ routing for all PCI devices.
1954 This is normally done in pci_enable_device(), 1958 This is normally done in pci_enable_device(),
1955 so this option is a temporary workaround 1959 so this option is a temporary workaround
@@ -1998,6 +2002,14 @@ and is between 256 and 4096 characters. It is defined in the file
1998 force Enable ASPM even on devices that claim not to support it. 2002 force Enable ASPM even on devices that claim not to support it.
1999 WARNING: Forcing ASPM on may cause system lockups. 2003 WARNING: Forcing ASPM on may cause system lockups.
2000 2004
2005 pcie_pme= [PCIE,PM] Native PCIe PME signaling options:
2006 off Do not use native PCIe PME signaling.
2007 force Use native PCIe PME signaling even if the BIOS refuses
2008 to allow the kernel to control the relevant PCIe config
2009 registers.
2010 nomsi Do not use MSI for native PCIe PME signaling (this makes
2011 all PCIe root ports use INTx for everything).
2012
2001 pcmv= [HW,PCMCIA] BadgePAD 4 2013 pcmv= [HW,PCMCIA] BadgePAD 4
2002 2014
2003 pd. [PARIDE] 2015 pd. [PARIDE]