Missed in the previous commit to this file:

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

MFC after:	3 days
This commit is contained in:
John Baldwin 2007-10-27 13:16:25 +00:00
parent 2445af1a8a
commit 4d6c5bef39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173059

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;