diff options
author | John Baldwin <jhb@FreeBSD.org> | 2007-10-27 13:16:25 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2007-10-27 13:16:25 +0000 |
commit | 4d6c5bef396a188dbac228f96bf3d9f0c85e356b (patch) | |
tree | 05a9660f5b3b12fcbb20e5e120514a4ed1a5d1fc /usr.sbin | |
parent | 2445af1a8a2c8719568768598ef99fe6a234d36d (diff) |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pciconf/cap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/cap.c b/usr.sbin/pciconf/cap.c index f744a5e22cde0..80c7e97aa09a9 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; |