summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-10-27 13:16:25 +0000
committerjhb <jhb@FreeBSD.org>2007-10-27 13:16:25 +0000
commit4d2cf9795fb9b5ee00c01e5fe4a054ae761b5822 (patch)
tree05a9660f5b3b12fcbb20e5e120514a4ed1a5d1fc /usr.sbin/pciconf
parentb116d381a4dee57cf9ac76ab74ab18775ab43fa3 (diff)
downloadFreeBSD-src-4d2cf9795fb9b5ee00c01e5fe4a054ae761b5822.zip
FreeBSD-src-4d2cf9795fb9b5ee00c01e5fe4a054ae761b5822.tar.gz
Missed in the previous commit to this file:
Actually support the new HT capability type from HT 2.00b. MFC after: 3 days
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/cap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/cap.c b/usr.sbin/pciconf/cap.c
index f744a5e..80c7e97 100644
--- a/usr.sbin/pciconf/cap.c
+++ b/usr.sbin/pciconf/cap.c
@@ -268,6 +268,9 @@ cap_ht(int fd, struct pci_conf *p, uint8_t ptr)
case PCIM_HTCAP_RETRY_MODE:
printf("retry mode");
break;
+ case PCIM_HTCAP_X86_ENCODING:
+ printf("X86 encoding");
+ break;
default:
printf("unknown %02x", command);
break;
OpenPOWER on IntegriCloud