diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 12:47:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 12:47:12 -0400 |
commit | e76e5b2c663ac74ae6a542ac20795c625e36a5cd (patch) | |
tree | 2e7271be1f3a26832f4b121839fc4044fbbf27a6 /Documentation/kernel-parameters.txt | |
parent | 32527bc0e4b4fa7711ad1c923cf64ae72a7ffd9d (diff) | |
parent | eeafda70bf2807544e96fa4e52b2433cd470ff46 (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: (88 commits)
PCI: fix HT MSI mapping fix
PCI: don't enable too much HT MSI mapping
x86/PCI: make pci=lastbus=255 work when acpi is on
PCI: save and restore PCIe 2.0 registers
PCI: update fakephp for bus_id removal
PCI: fix kernel oops on bridge removal
PCI: fix conflict between SR-IOV and config space sizing
powerpc/PCI: include pci.h in powerpc MSI implementation
PCI Hotplug: schedule fakephp for feature removal
PCI Hotplug: rename legacy_fakephp to fakephp
PCI Hotplug: restore fakephp interface with complete reimplementation
PCI: Introduce /sys/bus/pci/devices/.../rescan
PCI: Introduce /sys/bus/pci/devices/.../remove
PCI: Introduce /sys/bus/pci/rescan
PCI: Introduce pci_rescan_bus()
PCI: do not enable bridges more than once
PCI: do not initialize bridges more than once
PCI: always scan child buses
PCI: pci_scan_slot() returns newly found devices
PCI: don't scan existing devices
...
Fix trivial append-only conflict in Documentation/feature-removal-schedule.txt
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index aeedb89a307a..240257dd4238 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. |