diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-24 19:23:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-24 19:23:03 -0400 |
commit | 236e946b53ffd5e2f5d7e6abebbe72a9f0826d15 (patch) | |
tree | b50c372fd90fe736f7d29aab15fbb3b13780acd8 /Documentation/kernel-parameters.txt | |
parent | f27884aeadff9654f4a1e8a05dd92f4b140afe29 (diff) |
Revert "PCI: use ACPI _CRS data by default"
This reverts commit 9e9f46c44e487af0a82eb61b624553e2f7118f5b.
Quoting from the commit message:
"At this point, it seems to solve more problems than it causes, so let's
try using it by default. It's an easy revert if it ends up causing
trouble."
And guess what? The _CRS code causes trouble.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 040fee607282..d08759aa0903 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1855,7 +1855,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1855 | IRQ routing is enabled. | 1855 | IRQ routing is enabled. |
1856 | noacpi [X86] Do not use ACPI for IRQ routing | 1856 | noacpi [X86] Do not use ACPI for IRQ routing |
1857 | or for PCI scanning. | 1857 | or for PCI scanning. |
1858 | nocrs [X86] Don't use _CRS for PCI resource | 1858 | use_crs [X86] Use _CRS for PCI resource |
1859 | allocation. | 1859 | allocation. |
1860 | routeirq Do IRQ routing for all PCI devices. | 1860 | routeirq Do IRQ routing for all PCI devices. |
1861 | This is normally done in pci_enable_device(), | 1861 | This is normally done in pci_enable_device(), |