diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-22 14:59:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-22 14:59:51 -0400 |
commit | 59ef7a83f1127038a433464597df02e2dc9540e7 (patch) | |
tree | 725d262fc2e68eb9c592d76265f878cec73f8f2d /Documentation/kernel-parameters.txt | |
parent | 5165aece0efac6574fc3e32b6f1c2a964820d1c6 (diff) | |
parent | 2af5066f664cb011cf17d2e4414491fe24597e07 (diff) |
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
* 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6: (74 commits)
PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded write
PCI: Fix the NIU MSI-X problem in a better way
PCI ASPM: remove get_root_port_link
PCI ASPM: cleanup pcie_aspm_sanity_check
PCI ASPM: remove has_switch field
PCI ASPM: cleanup calc_Lx_latency
PCI ASPM: cleanup pcie_aspm_get_cap_device
PCI ASPM: cleanup clkpm checks
PCI ASPM: cleanup __pcie_aspm_check_state_one
PCI ASPM: cleanup initialization
PCI ASPM: cleanup change input argument of aspm functions
PCI ASPM: cleanup misc in struct pcie_link_state
PCI ASPM: cleanup clkpm state in struct pcie_link_state
PCI ASPM: cleanup latency field in struct pcie_link_state
PCI ASPM: cleanup aspm state field in struct pcie_link_state
PCI ASPM: fix typo in struct pcie_link_state
PCI: drivers/pci/slot.c should depend on CONFIG_SYSFS
PCI: remove redundant __msi_set_enable()
PCI PM: consistently use type bool for wake enable variable
x86/ACPI: Correct maximum allowed _CRS returned resources and warn if exceeded
...
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 08def8deb5f5..7da0899d1fb9 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1776,6 +1776,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1776 | root domains (aka PCI segments, in ACPI-speak). | 1776 | root domains (aka PCI segments, in ACPI-speak). |
1777 | nommconf [X86] Disable use of MMCONFIG for PCI | 1777 | nommconf [X86] Disable use of MMCONFIG for PCI |
1778 | Configuration | 1778 | Configuration |
1779 | check_enable_amd_mmconf [X86] check for and enable | ||
1780 | properly configured MMIO access to PCI | ||
1781 | config space on AMD family 10h CPU | ||
1779 | nomsi [MSI] If the PCI_MSI kernel config parameter is | 1782 | nomsi [MSI] If the PCI_MSI kernel config parameter is |
1780 | enabled, this kernel boot option can be used to | 1783 | enabled, this kernel boot option can be used to |
1781 | disable the use of MSI interrupts system-wide. | 1784 | disable the use of MSI interrupts system-wide. |
@@ -1828,7 +1831,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1828 | IRQ routing is enabled. | 1831 | IRQ routing is enabled. |
1829 | noacpi [X86] Do not use ACPI for IRQ routing | 1832 | noacpi [X86] Do not use ACPI for IRQ routing |
1830 | or for PCI scanning. | 1833 | or for PCI scanning. |
1831 | use_crs [X86] Use _CRS for PCI resource | 1834 | nocrs [X86] Don't use _CRS for PCI resource |
1832 | allocation. | 1835 | allocation. |
1833 | routeirq Do IRQ routing for all PCI devices. | 1836 | routeirq Do IRQ routing for all PCI devices. |
1834 | This is normally done in pci_enable_device(), | 1837 | This is normally done in pci_enable_device(), |
@@ -1865,6 +1868,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1865 | PAGE_SIZE is used as alignment. | 1868 | PAGE_SIZE is used as alignment. |
1866 | PCI-PCI bridge can be specified, if resource | 1869 | PCI-PCI bridge can be specified, if resource |
1867 | windows need to be expanded. | 1870 | windows need to be expanded. |
1871 | ecrc= Enable/disable PCIe ECRC (transaction layer | ||
1872 | end-to-end CRC checking). | ||
1873 | bios: Use BIOS/firmware settings. This is the | ||
1874 | the default. | ||
1875 | off: Turn ECRC off | ||
1876 | on: Turn ECRC on. | ||
1868 | 1877 | ||
1869 | pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power | 1878 | pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power |
1870 | Management. | 1879 | Management. |