diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-05-07 17:23:27 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-05-07 17:23:27 +0200 |
commit | 0cbaa57d828aa0a067e06d3c6d795b12ae9fb776 (patch) | |
tree | 871e08f70566b16736ae228eddac018c77ca1144 /include | |
parent | MAINTAINERS: update PCI git tree and patchwork (diff) | |
parent | PCI: work around Stratus ftServer broken PCIe hierarchy (diff) | |
download | linux-0cbaa57d828aa0a067e06d3c6d795b12ae9fb776.tar.xz linux-0cbaa57d828aa0a067e06d3c6d795b12ae9fb776.zip |
Merge branch 'topic/stratus' into next
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-generic/pci-bridge.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-generic/pci-bridge.h b/include/asm-generic/pci-bridge.h index a5b5d5a89a4f..20db2e5a0a69 100644 --- a/include/asm-generic/pci-bridge.h +++ b/include/asm-generic/pci-bridge.h @@ -30,6 +30,12 @@ enum { PCI_ENABLE_PROC_DOMAINS = 0x00000010, /* ... except for domain 0 */ PCI_COMPAT_DOMAIN_0 = 0x00000020, + + /* PCIe downstream ports are bridges that normally lead to only a + * device 0, but if this is set, we scan all possible devices, not + * just device 0. + */ + PCI_SCAN_ALL_PCIE_DEVS = 0x00000040, }; #ifdef CONFIG_PCI |