aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2009-12-13 08:11:35 -0500
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-02-22 19:15:19 -0500
commit9dfd97fe12f79ec8b68feb63912a4ef2f31f571a (patch)
tree845515c430a3cc48b1d88496d3b8f4d13bd7efb2 /drivers/pci/probe.c
parent45b4cdd57ef0e57555b2ab61b584784819b39365 (diff)
PCI: Add support for reporting PCIe 3.0 speeds
Add the 8.0 GT/s speed. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r--drivers/pci/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 2803ab96a98c..9672760c7ade 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -416,7 +416,7 @@ static unsigned char pcie_link_speed[] = {
416 PCI_SPEED_UNKNOWN, /* 0 */ 416 PCI_SPEED_UNKNOWN, /* 0 */
417 PCIE_SPEED_2_5GT, /* 1 */ 417 PCIE_SPEED_2_5GT, /* 1 */
418 PCIE_SPEED_5_0GT, /* 2 */ 418 PCIE_SPEED_5_0GT, /* 2 */
419 PCI_SPEED_UNKNOWN, /* 3 */ 419 PCIE_SPEED_8_0GT, /* 3 */
420 PCI_SPEED_UNKNOWN, /* 4 */ 420 PCI_SPEED_UNKNOWN, /* 4 */
421 PCI_SPEED_UNKNOWN, /* 5 */ 421 PCI_SPEED_UNKNOWN, /* 5 */
422 PCI_SPEED_UNKNOWN, /* 6 */ 422 PCI_SPEED_UNKNOWN, /* 6 */