summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpr/mpr_table.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-10-08 16:22:26 +0000
committermav <mav@FreeBSD.org>2014-10-08 16:22:26 +0000
commita6a73044a009d2159c47f23783709d616ca6e259 (patch)
treee0f96691c955f63f1103080a4dbb89333e915ac0 /sys/dev/mpr/mpr_table.c
parentdd7ab00a4fef1f04b8fe7ae92edca76385f60262 (diff)
downloadFreeBSD-src-a6a73044a009d2159c47f23783709d616ca6e259.zip
FreeBSD-src-a6a73044a009d2159c47f23783709d616ca6e259.tar.gz
Properly report 12Gbps connection rate.
Reviewed by: kadesai, slm MFC after: 1 week
Diffstat (limited to 'sys/dev/mpr/mpr_table.c')
-rw-r--r--sys/dev/mpr/mpr_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mpr/mpr_table.c b/sys/dev/mpr/mpr_table.c
index b1e12b3..6e7797e 100644
--- a/sys/dev/mpr/mpr_table.c
+++ b/sys/dev/mpr/mpr_table.c
@@ -118,6 +118,7 @@ struct mpr_table_lookup mpr_linkrate_names[] = {
{"1.5Gbps", 0x08},
{"3.0Gbps", 0x09},
{"6.0Gbps", 0x0a},
+ {"12.0Gbps", 0x0b},
{NULL, 0},
{"LinkRate Unknown", 0x00}
};
OpenPOWER on IntegriCloud