diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2012-05-07 09:23:27 -0600 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-05-07 09:23:27 -0600 |
| commit | 0cbaa57d828aa0a067e06d3c6d795b12ae9fb776 (patch) | |
| tree | 871e08f70566b16736ae228eddac018c77ca1144 /include | |
| parent | 99662dd1ce05dbe6394771fcb6ca21bd2aa35987 (diff) | |
| parent | 284f5f9dbac170b054c1e386ef92cbf654e91bba (diff) | |
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 |
