[Midnightbsd-cvs] src [9421] trunk/usr.sbin/pciconf/cap.c: decode new HT 3.00 and 3.10 capabilities.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 4 17:52:29 EST 2017
Revision: 9421
http://svnweb.midnightbsd.org/src/?rev=9421
Author: laffer1
Date: 2017-03-04 17:52:29 -0500 (Sat, 04 Mar 2017)
Log Message:
-----------
decode new HT 3.00 and 3.10 capabilities.
Modified Paths:
--------------
trunk/usr.sbin/pciconf/cap.c
Modified: trunk/usr.sbin/pciconf/cap.c
===================================================================
--- trunk/usr.sbin/pciconf/cap.c 2017-03-04 22:50:58 UTC (rev 9420)
+++ trunk/usr.sbin/pciconf/cap.c 2017-03-04 22:52:29 UTC (rev 9421)
@@ -276,6 +276,18 @@
case PCIM_HTCAP_X86_ENCODING:
printf("X86 encoding");
break;
+ case PCIM_HTCAP_GEN3:
+ printf("Gen3");
+ break;
+ case PCIM_HTCAP_FLE:
+ printf("function-level extension");
+ break;
+ case PCIM_HTCAP_PM:
+ printf("power management");
+ break;
+ case PCIM_HTCAP_HIGH_NODE_COUNT:
+ printf("high node count");
+ break;
default:
printf("unknown %02x", command);
break;
More information about the Midnightbsd-cvs
mailing list