projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3796f1e
)
PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE value
author
Anthony PERARD
<
[email protected]
>
Tue, 21 Feb 2012 16:22:10 +0000
(16:22 +0000)
committer
Jesse Barnes
<
[email protected]
>
Thu, 23 Feb 2012 20:05:21 +0000
(12:05 -0800)
Signed-off-by: Anthony PERARD <
[email protected]
>
Signed-off-by: Jesse Barnes <
[email protected]
>
include/linux/pci_regs.h
patch
|
blob
|
history
diff --git
a/include/linux/pci_regs.h
b/include/linux/pci_regs.h
index e41a10f5ae83814c602002af8abdf59dba3d2b6c..4b608f5434128413a4b491891d820a17cbdbe33e 100644
(file)
--- a/
include/linux/pci_regs.h
+++ b/
include/linux/pci_regs.h
@@
-391,6
+391,7
@@
#define PCI_EXP_TYPE_UPSTREAM 0x5 /* Upstream Port */
#define PCI_EXP_TYPE_DOWNSTREAM 0x6 /* Downstream Port */
#define PCI_EXP_TYPE_PCI_BRIDGE 0x7 /* PCI/PCI-X Bridge */
+#define PCI_EXP_TYPE_PCIE_BRIDGE 0x8 /* PCI/PCI-X to PCIE Bridge */
#define PCI_EXP_TYPE_RC_END 0x9 /* Root Complex Integrated Endpoint */
#define PCI_EXP_TYPE_RC_EC 0xa /* Root Complex Event Collector */
#define PCI_EXP_FLAGS_SLOT 0x0100 /* Slot implemented */