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.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index aeedb89a307..240257dd423 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1695,6 +1695,8 @@ and is between 256 and 4096 characters. It is defined in the file
1695 See also Documentation/blockdev/paride.txt. 1695 See also Documentation/blockdev/paride.txt.
1696 1696
1697 pci=option[,option...] [PCI] various PCI subsystem options: 1697 pci=option[,option...] [PCI] various PCI subsystem options:
1698 earlydump [X86] dump PCI config space before the kernel
1699 changes anything
1698 off [X86] don't probe for the PCI bus 1700 off [X86] don't probe for the PCI bus
1699 bios [X86-32] force use of PCI BIOS, don't access 1701 bios [X86-32] force use of PCI BIOS, don't access
1700 the hardware directly. Use this if your machine 1702 the hardware directly. Use this if your machine
@@ -1794,6 +1796,15 @@ and is between 256 and 4096 characters. It is defined in the file
1794 cbmemsize=nn[KMG] The fixed amount of bus space which is 1796 cbmemsize=nn[KMG] The fixed amount of bus space which is
1795 reserved for the CardBus bridge's memory 1797 reserved for the CardBus bridge's memory
1796 window. The default value is 64 megabytes. 1798 window. The default value is 64 megabytes.
1799 resource_alignment=
1800 Format:
1801 [<order of align>@][<domain>:]<bus>:<slot>.<func>[; ...]
1802 Specifies alignment and device to reassign
1803 aligned memory resources.
1804 If <order of align> is not specified,
1805 PAGE_SIZE is used as alignment.
1806 PCI-PCI bridge can be specified, if resource
1807 windows need to be expanded.
1797 1808
1798 pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power 1809 pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power
1799 Management. 1810 Management.