aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2012-02-23 22:23:30 -0500
committerJesse Barnes <jbarnes@virtuousgeek.org>2012-02-24 11:47:42 -0500
commitb55438fdd5173a367659a7e200acea6c9f77b8cb (patch)
treefbcb4ac2e03abcf6933b18fce56361adbcda84af /Documentation
parent0c5be0cb0edfe3b5c4b62eac68aa2aa15ec681af (diff)
PCI: prepare pci=realloc for multiple options
Let the user could enable and disable with pci=realloc=on or pci=realloc=off Also 1. move variable and functions near the place they are used. 2. change macro to function 3. change related functions and variable to static and _init 4. update parameter description accordingly. This will let us add a config option to control default behavior, and still allow the user to turn off automatic reallocation if it fails on their platform until a permanent solution is found. -v2: still honor pci=realloc, and treat it as pci=realloc=on also use enum instead of ... -v3: update kernel-paramenters.txt according to Jesse. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 7fb7a4b161ff..7dc523e082a2 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2109,8 +2109,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2109 the default. 2109 the default.
2110 off: Turn ECRC off 2110 off: Turn ECRC off
2111 on: Turn ECRC on. 2111 on: Turn ECRC on.
2112 realloc reallocate PCI resources if allocations done by BIOS 2112 realloc= Enable/disable reallocating PCI bridge resources
2113 are erroneous. 2113 if allocations done by BIOS are too small to
2114 accommodate resources required by all child
2115 devices.
2116 off: Turn realloc off
2117 on: Turn realloc on
2118 realloc same as realloc=on
2114 2119
2115 pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power 2120 pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power
2116 Management. 2121 Management.