MFC: Actually support the new HT capability type from HT 2.00b.

This commit is contained in:
jhb 2007-10-31 16:16:19 +00:00
parent 75876024a6
commit 8cf7d897fc

View File

@ -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;