xhci_pci.c | 127 pcireg_t csr, memtype, usbrev; local in function:xhci_pci_attach 246 usbrev = pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK; 247 switch (usbrev) { 255 if (usbrev < PCI_USBREV_3_0) { 257 usbrev); 262 "Unknown revision (%02x). Set to 3.1.\n", usbrev);
|