PCI_USBREV
val = bus_space_read_4(bst, psc->sc_bsh_fpci, PCI_USBREV)
case PCI_USBREV:
switch(Cardbus_conf_read(ct, tag, PCI_USBREV) & PCI_USBREV_MASK) {
switch (pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) {
switch (pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) {
usbrev = pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK;