I think asynchronous transfers don't work with xhci right now, which appears to 
be how your DAC works. If you can disable USB 3.0 in the BIOS/UEFI setup 
program it should work.

-- 
  Patrick Harper
  [email protected]

On Wed, 5 Aug 2020, at 15:35, Jason McIntyre wrote:
> hi.
> 
> i have a usb hardware dac which shows up as uaudio.  i've discovered
> that it works when plugged into a usb2 port, but not usb3. i've
> verified it fails to work on two different machines with usb3 ports.
> all machines are running current amd64.
> 
> the soundcard is recognised, but i get this on a usb2 port (which
> works):
> 
>       uhidev0: iclass 3/0
>       uhid0 at uhidev0: input=64, output=64, feature=0
> 
> and this on a usb3 port:
> 
>       uhidev0: no report descriptor
> 
> i've inlined below dmesg and "lsusb -vvv" for the working machine and
> one of the ones that doesn;t work (with the device plugged in).
> 
> ratchov examined the audio device (from afar) and concluded nothing
> looked amiss with it. mpi suggested it may be "a timing issue related
> to the sequence to probe new devices".
> 
> jmc
> 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> working machine:
> 
> Couldn't get configuration descriptor 0, some information will be missing
> Couldn't get configuration descriptor 0, some information will be missing
> 
> Bus 000 Device 001: ID 8086:0000 Intel Corp. 
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               2.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0 Unused
>   bDeviceProtocol         1 Single TT
>   bMaxPacketSize0        64
>   idVendor           0x8086 Intel Corp.
>   idProduct          0x0000 
>   bcdDevice            1.00
>   iManufacturer           1 Intel
>   iProduct                2 EHCI root hub
>   iSerial                 0 
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength           25
>     bNumInterfaces          1
>     bConfigurationValue     1
>     iConfiguration          0 
>     bmAttributes         0xc0
>       Self Powered
>     MaxPower                0mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           1
>       bInterfaceClass         9 Hub
>       bInterfaceSubClass      0 Unused
>       bInterfaceProtocol      0 Full speed (or root) hub
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0008  1x 8 bytes
>         bInterval              12
> Hub Descriptor:
>   bLength              10
>   bDescriptorType      41
>   nNbrPorts             2
>   wHubCharacteristic 0x0002
>     No power switching (usb 1.0)
>     Ganged overcurrent protection
>     TT think time 8 FS bits
>   bPwrOn2PwrGood      200 * 2 milli seconds
>   bHubContrCurrent      0 milli Ampere
>   DeviceRemovable    0x00
>   PortPwrCtrlMask    0x00
>  Hub Port Status:
>    Port 1: 0000.0503 highspeed power enable connect
>    Port 2: 0000.0500 highspeed power
> Device Status:     0x0001
>   Self Powered
> 
> Bus 000 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               2.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0 Unused
>   bDeviceProtocol         1 Single TT
>   bMaxPacketSize0        64
>   idVendor           0x8087 Intel Corp.
>   idProduct          0x0024 Integrated Rate Matching Hub
>   bcdDevice            0.00
>   iManufacturer           0 
>   iProduct                0 
>   iSerial                 0 
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength           25
>     bNumInterfaces          1
>     bConfigurationValue     1
>     iConfiguration          0 
>     bmAttributes         0xe0
>       Self Powered
>       Remote Wakeup
>     MaxPower                0mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           1
>       bInterfaceClass         9 Hub
>       bInterfaceSubClass      0 Unused
>       bInterfaceProtocol      0 Full speed (or root) hub
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0001  1x 1 bytes
>         bInterval              12
> Hub Descriptor:
>   bLength               9
>   bDescriptorType      41
>   nNbrPorts             6
>   wHubCharacteristic 0x0009
>     Per-port power switching
>     Per-port overcurrent protection
>     TT think time 8 FS bits
>   bPwrOn2PwrGood       50 * 2 milli seconds
>   bHubContrCurrent      0 milli Ampere
>   DeviceRemovable    0x00
>   PortPwrCtrlMask    0xff
>  Hub Port Status:
>    Port 1: 0000.0100 power
>    Port 2: 0000.0100 power
>    Port 3: 0000.0100 power
>    Port 4: 0000.0100 power
>    Port 5: 0000.0100 power
>    Port 6: 0000.0100 power
> Device Qualifier (for other device speed):
>   bLength                10
>   bDescriptorType         6
>   bcdUSB               2.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0 Unused
>   bDeviceProtocol         0 Full speed (or root) hub
>   bMaxPacketSize0        64
>   bNumConfigurations      1
> Device Status:     0x0001
>   Self Powered
> 
> Bus 001 Device 001: ID 8086:0000 Intel Corp. 
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               2.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0 Unused
>   bDeviceProtocol         1 Single TT
>   bMaxPacketSize0        64
>   idVendor           0x8086 Intel Corp.
>   idProduct          0x0000 
>   bcdDevice            1.00
>   iManufacturer           1 Intel
>   iProduct                2 EHCI root hub
>   iSerial                 0 
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength           25
>     bNumInterfaces          1
>     bConfigurationValue     1
>     iConfiguration          0 
>     bmAttributes         0xc0
>       Self Powered
>     MaxPower                0mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           1
>       bInterfaceClass         9 Hub
>       bInterfaceSubClass      0 Unused
>       bInterfaceProtocol      0 Full speed (or root) hub
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0008  1x 8 bytes
>         bInterval              12
> Hub Descriptor:
>   bLength              10
>   bDescriptorType      41
>   nNbrPorts             2
>   wHubCharacteristic 0x0002
>     No power switching (usb 1.0)
>     Ganged overcurrent protection
>     TT think time 8 FS bits
>   bPwrOn2PwrGood      200 * 2 milli seconds
>   bHubContrCurrent      0 milli Ampere
>   DeviceRemovable    0x00
>   PortPwrCtrlMask    0x00
>  Hub Port Status:
>    Port 1: 0000.0503 highspeed power enable connect
>    Port 2: 0000.0500 highspeed power
> Device Status:     0x0001
>   Self Powered
> 
> Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               2.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0 Unused
>   bDeviceProtocol         1 Single TT
>   bMaxPacketSize0        64
>   idVendor           0x8087 Intel Corp.
>   idProduct          0x0024 Integrated Rate Matching Hub
>   bcdDevice            0.00
>   iManufacturer           0 
>   iProduct                0 
>   iSerial                 0 
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength           25
>     bNumInterfaces          1
>     bConfigurationValue     1
>     iConfiguration          0 
>     bmAttributes         0xe0
>       Self Powered
>       Remote Wakeup
>     MaxPower                0mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           1
>       bInterfaceClass         9 Hub
>       bInterfaceSubClass      0 Unused
>       bInterfaceProtocol      0 Full speed (or root) hub
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0002  1x 2 bytes
>         bInterval              12
> Hub Descriptor:
>   bLength              11
>   bDescriptorType      41
>   nNbrPorts             8
>   wHubCharacteristic 0x0009
>     Per-port power switching
>     Per-port overcurrent protection
>     TT think time 8 FS bits
>   bPwrOn2PwrGood       50 * 2 milli seconds
>   bHubContrCurrent      0 milli Ampere
>   DeviceRemovable    0x00 0x00
>   PortPwrCtrlMask    0xff 0xff
>  Hub Port Status:
>    Port 1: 0000.0100 power
>    Port 2: 0000.0103 power enable connect
>    Port 3: 0000.0100 power
>    Port 4: 0000.0100 power
>    Port 5: 0000.0100 power
>    Port 6: 0000.0100 power
>    Port 7: 0000.0100 power
>    Port 8: 0000.0103 power enable connect
> Device Qualifier (for other device speed):
>   bLength                10
>   bDescriptorType         6
>   bcdUSB               2.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0 Unused
>   bDeviceProtocol         0 Full speed (or root) hub
>   bMaxPacketSize0        64
>   bNumConfigurations      1
> Device Status:     0x0001
>   Self Powered
> 
> Bus 001 Device 003: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure 
> Applications Processor
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               1.10
>   bDeviceClass            0 (Defined at Interface level)
>   bDeviceSubClass         0 
>   bDeviceProtocol         0 
>   bMaxPacketSize0        64
>   idVendor           0x0a5c Broadcom Corp.
>   idProduct          0x5800 BCM5880 Secure Applications Processor
>   bcdDevice            1.01
>   iManufacturer           1 Broadcom Corp
>   iProduct                2 5880
>   iSerial                 3 0123456789ABCD
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength          139
>     bNumInterfaces          2
>     bConfigurationValue     0
>     iConfiguration          0 
>     bmAttributes         0xc0
>       Self Powered
>     MaxPower              100mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           3
>       bInterfaceClass       254 Application Specific Interface
>       bInterfaceSubClass      0 
>       bInterfaceProtocol      0 
>       iInterface              4 Broadcom USH
>       ** UNRECOGNIZED:  10 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            2
>           Transfer Type            Bulk
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0040  1x 64 bytes
>         bInterval               0
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x01  EP 1 OUT
>         bmAttributes            2
>           Transfer Type            Bulk
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0040  1x 64 bytes
>         bInterval               0
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x85  EP 5 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0010  1x 16 bytes
>         bInterval              32
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       0
>       bNumEndpoints           3
>       bInterfaceClass        11 Chip/SmartCard
>       bInterfaceSubClass      0 
>       bInterfaceProtocol      0 
>       iInterface              5 Contacted SmartCard
>       ChipCard Interface Descriptor:
>         bLength                54
>         bDescriptorType        33
>         bcdCCID              1.00
>         nMaxSlotIndex           0
>         bVoltageSupport         7  5.0V 3.0V 1.8V 
>         dwProtocols             3  T=0 T=1
>         dwDefaultClock       4000
>         dwMaxiumumClock      4000
>         bNumClockSupported      0
>         dwDataRate           9600 bps
>         dwMaxDataRate      250000 bps
>         bNumDataRatesSupp.      0
>         dwMaxIFSD             247
>         dwSyncProtocols  00000000 
>         dwMechanical     00000000 
>         dwFeatures       000102BA
>           Auto configuration based on ATR
>           Auto voltage selection
>           Auto clock change
>           Auto baud rate change
>           Auto PPS made by CCID
>           NAD value other than 0x00 accpeted
>           TPDU level exchange
>         dwMaxCCIDMsgLen       271
>         bClassGetResponse      00
>         bClassEnvelope         00
>         wlcdLayout           none
>         bPINSupport             0 
>         bMaxCCIDBusySlots       1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x82  EP 2 IN
>         bmAttributes            2
>           Transfer Type            Bulk
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0040  1x 64 bytes
>         bInterval               0
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x02  EP 2 OUT
>         bmAttributes            2
>           Transfer Type            Bulk
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0040  1x 64 bytes
>         bInterval               0
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x86  EP 6 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0010  1x 16 bytes
>         bInterval              32
> Device Status:     0x0000
>   (Bus Powered)
> 
> Bus 001 Device 004: ID 04d8:f0bf Microchip Technology, Inc. 
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               2.00
>   bDeviceClass            0 (Defined at Interface level)
>   bDeviceSubClass         0 
>   bDeviceProtocol         0 
>   bMaxPacketSize0        64
>   idVendor           0x04d8 Microchip Technology, Inc.
>   idProduct          0xf0bf 
>   bcdDevice            1.00
>   iManufacturer           1 (error)
>   iProduct                2 (error)
>   iSerial                 4 (error)
>   bNumConfigurations      1
> Device Status:     0x694d
>   Self Powered
>   Test Mode
>   Debug Mode
> 
> OpenBSD 6.7-current (GENERIC.MP) #376: Mon Jul 27 11:51:27 MDT 2020
>     [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 8444653568 (8053MB)
> avail mem = 8173649920 (7795MB)
> random: good seed from bootblocks
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf20f0 (106 entries)
> bios0: vendor Dell Inc. version "A22" date 09/12/2018
> bios0: Dell Inc. Latitude E6320
> acpi0 at bios0: ACPI 4.0
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC TCPA SSDT MCFG HPET BOOT SSDT SSDT DMAR 
> SLIC
> acpi0: wakeup devices HDEF(S4) GLAN(S4) RP01(S4) PXSX(S4) RP02(S4) 
> PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) PXSX(S4) RP06(S4) PXSX(S4) RP07(S4) 
> PXSX(S4) RP08(S4) PXSX(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2494.74 MHz, 06-2a-07
> cpu0: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
> cpu0: apic clock running at 99MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE
> cpu1 at mainbus0: apid 2 (application processor)
> cpu1: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2214.91 MHz, 06-2a-07
> cpu1: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu1: 256KB 64b/line 8-way L2 cache
> cpu1: disabling user TSC (skew=-6584)
> cpu1: smt 0, core 1, package 0
> cpu2 at mainbus0: apid 1 (application processor)
> cpu2: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2494.33 MHz, 06-2a-07
> cpu2: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu2: 256KB 64b/line 8-way L2 cache
> cpu2: smt 1, core 0, package 0
> cpu3 at mainbus0: apid 3 (application processor)
> cpu3: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2197.37 MHz, 06-2a-07
> cpu3: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> cpu3: 256KB 64b/line 8-way L2 cache
> cpu3: smt 1, core 1, package 0
> ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
> acpimcfg0 at acpi0
> acpimcfg0: addr 0xf8000000, bus 0-63
> acpihpet0 at acpi0: 14318179 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (P0P1)
> acpiprt2 at acpi0: bus 1 (RP01)
> acpiprt3 at acpi0: bus 2 (RP02)
> acpiprt4 at acpi0: bus 9 (RP04)
> acpiprt5 at acpi0: bus -1 (RP05)
> acpiprt6 at acpi0: bus 10 (RP06)
> acpiprt7 at acpi0: bus -1 (RP07)
> acpiprt8 at acpi0: bus -1 (RP08)
> acpiprt9 at acpi0: bus -1 (PEG0)
> acpiprt10 at acpi0: bus -1 (PEG1)
> acpiprt11 at acpi0: bus -1 (PEG2)
> acpiprt12 at acpi0: bus -1 (PEG3)
> acpiprt13 at acpi0: bus 3 (RP03)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10), 
> C1(1000@1 mwait.1), PSS
> acpicpu1 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10), 
> C1(1000@1 mwait.1), PSS
> acpicpu2 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10), 
> C1(1000@1 mwait.1), PSS
> acpicpu3 at acpi0: C3(200@109 mwait.1@0x30), C2(500@80 mwait.1@0x10), 
> C1(1000@1 mwait.1), PSS
> acpitz0 at acpi0: critical temperature is 107 degC
> acpipci0 at acpi0 PCI0: 0x00000004 0x00000011 0x00000001
> extent `acpipci0 pcibus' (0x0 - 0xff), flags=0
>      0x3f - 0xff
> extent `pciio' (0x0 - 0xffffffff), flags=0
>      0x10000 - 0xffffffff
> extent `pcimem' (0x0 - 0xffffffffffffffff), flags=0
>      0x0 - 0xcabfffff
>      0xcb800000 - 0xcf9fffff
>      0xfed1c000 - 0xfed1ffff
>      0xffc00000 - 0xffc1ffff
>      0x40000000000 - 0xffffffffffffffff
> acpicmos0 at acpi0
> tpm0 at acpi0 TPM_ addr 0xfed40000/0x5000, device 0x200114e4 rev 0x20
> "SMO8800" at acpi0 not configured
> acpibtn0 at acpi0: LID_
> acpibtn1 at acpi0: PBTN
> acpibtn2 at acpi0: SBTN
> acpiac0 at acpi0: AC unit offline
> acpibat0 at acpi0: BAT0 model "DELL 04NW92B" serial 3007 type LION oem 
> "Samsung SDI"
> acpibat1 at acpi0: BAT1 not present
> acpibat2 at acpi0: BAT2 not present
> "*pnp0c14" at acpi0 not configured
> acpivideo0 at acpi0: VID_
> acpivout0 at acpivideo0: LCD_
> cpu0: using VERW MDS workaround (except on vmm entry)
> cpu0: Enhanced SpeedStep 2494 MHz: speeds: 2501, 2500, 2200, 2000, 
> 1800, 1600, 1400, 1200, 1000, 800 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09
> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 3000" rev 0x09
> drm0 at inteldrm0
> inteldrm0: msi, SANDYBRIDGE, gen 6
> "Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
> em0 at pci0 dev 25 function 0 "Intel 82579LM" rev 0x04: msi, address 
> 5c:26:0a:61:ba:15
> ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x04: apic 2 
> int 16
> usb0 at ehci0: USB revision 2.0
> uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 
> 2.00/1.00 addr 1
> azalia0 at pci0 dev 27 function 0 "Intel 6 Series HD Audio" rev 0x04: 
> msi
> azalia0: codecs: IDT/0x76e7, Intel/0x2805, using IDT/0x76e7
> audio0 at azalia0
> ppb0 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb4: msi
> pci1 at ppb0 bus 1
> ppb1 at pci0 dev 28 function 1 "Intel 6 Series PCIE" rev 0xb4: msi
> pci2 at ppb1 bus 2
> iwn0 at pci2 dev 0 function 0 "Intel Centrino Advanced-N 6205" rev 
> 0x34: msi, MIMO 2T2R, MoW, address a0:88:b4:7a:a9:70
> ppb2 at pci0 dev 28 function 2 "Intel 6 Series PCIE" rev 0xb4: msi
> pci3 at ppb2 bus 3
> ppb3 at pci0 dev 28 function 3 "Intel 6 Series PCIE" rev 0xb4: msi
> pci4 at ppb3 bus 9
> ppb4 at pci0 dev 28 function 5 "Intel 6 Series PCIE" rev 0xb4: msi
> pci5 at ppb4 bus 10
> sdhc0 at pci5 dev 0 function 0 vendor "O2 Micro", unknown product 
> 0x8221 rev 0x05: apic 2 int 17
> sdhc0: SDHC 2.0, 50 MHz base clock
> sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
> ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x04: apic 2 
> int 17
> usb1 at ehci1: USB revision 2.0
> uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 
> 2.00/1.00 addr 1
> pcib0 at pci0 dev 31 function 0 "Intel QM67 LPC" rev 0x04
> ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x04: msi, 
> AHCI 1.3
> ahci0: port 0: 6.0Gb/s
> ahci0: port 1: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 0 lun 0: <ATA, SAMSUNG SSD PM83, CXM0> 
> naa.5002538043584d30
> sd0: 122104MB, 512 bytes/sector, 250069680 sectors, thin
> cd0 at scsibus1 targ 1 lun 0: <TSSTcorp, DVD+-RW TS-U633J, D400> 
> removable
> ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x04: apic 
> 2 int 18
> iic0 at ichiic0
> lisa0 at iic0 addr 0x1d: lis331dl
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
> spdmem1 at iic0 addr 0x52: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
> isa0 at pcib0
> isadma0 at isa0
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pms0 at pckbc0 (aux slot)
> wsmouse0 at pms0 mux 0
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> vmm0 at mainbus0: VMX/EPT
> uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching 
> Hub" rev 2.00/0.00 addr 2
> uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching 
> Hub" rev 2.00/0.00 addr 2
> ugen0 at uhub3 port 8 "Broadcom Corp 5880" rev 1.10/1.01 addr 3
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (f0bc5568c7e4b8a8.a) swap on sd0b dump on sd0b
> inteldrm0: 1366x768, 32bpp
> wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using 
> wskbd0
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> uaudio0 at uhub3 port 2 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub3 port 2 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: iclass 3/0
> uhid0 at uhidev0: input=64, output=64, feature=0
> audio1 detached
> uaudio0 detached
> uhid0 detached
> uhidev0 detached
> uaudio0 at uhub3 port 2 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub3 port 2 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: iclass 3/0
> uhid0 at uhidev0: input=64, output=64, feature=0
> 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> and this machine doesn't work:
> 
> Bus 000 Device 001: ID 1022:0000 Shinko Shoji Co., Ltd 
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               3.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0 Unused
>   bDeviceProtocol         1 Single TT
>   bMaxPacketSize0         9
>   idVendor           0x1022 Shinko Shoji Co., Ltd
>   idProduct          0x0000 
>   bcdDevice            1.00
>   iManufacturer           1 AMD
>   iProduct                2 xHCI root hub
>   iSerial                 0 
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength           25
>     bNumInterfaces          1
>     bConfigurationValue     1
>     iConfiguration          0 
>     bmAttributes         0xc0
>       Self Powered
>     MaxPower                0mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           1
>       bInterfaceClass         9 Hub
>       bInterfaceSubClass      0 Unused
>       bInterfaceProtocol      0 Full speed (or root) hub
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0002  1x 2 bytes
>         bInterval             255
> Hub Descriptor:
>   bLength              15
>   bDescriptorType      42
>   nNbrPorts             6
>   wHubCharacteristic 0x0000
>     Ganged power switching
>     Ganged overcurrent protection
>     TT think time 8 FS bits
>   bPwrOn2PwrGood       10 * 2 milli seconds
>   bHubContrCurrent      0 milli Ampere
>   DeviceRemovable    0x00
>   PortPwrCtrlMask    0x00
>  Hub Port Status:
>    Port 1: 0000.02a0 5Gbps power Rx.Detect
>    Port 2: 0000.02a0 5Gbps power Rx.Detect
>    Port 3: 0000.02a0 5Gbps power Rx.Detect
>    Port 4: 0000.02a0 5Gbps power Rx.Detect
>    Port 5: 0000.02a0 5Gbps power Rx.Detect
>    Port 6: 0000.02a0 5Gbps power Rx.Detect
> Device Status:     0x0001
>   Self Powered
> 
> Bus 001 Device 001: ID 1022:0000 Shinko Shoji Co., Ltd 
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               3.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0 Unused
>   bDeviceProtocol         1 Single TT
>   bMaxPacketSize0         9
>   idVendor           0x1022 Shinko Shoji Co., Ltd
>   idProduct          0x0000 
>   bcdDevice            1.00
>   iManufacturer           1 AMD
>   iProduct                2 xHCI root hub
>   iSerial                 0 
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength           25
>     bNumInterfaces          1
>     bConfigurationValue     1
>     iConfiguration          0 
>     bmAttributes         0xc0
>       Self Powered
>     MaxPower                0mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           1
>       bInterfaceClass         9 Hub
>       bInterfaceSubClass      0 Unused
>       bInterfaceProtocol      0 Full speed (or root) hub
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0002  1x 2 bytes
>         bInterval             255
> Hub Descriptor:
>   bLength              15
>   bDescriptorType      42
>   nNbrPorts             6
>   wHubCharacteristic 0x0000
>     Ganged power switching
>     Ganged overcurrent protection
>     TT think time 8 FS bits
>   bPwrOn2PwrGood       10 * 2 milli seconds
>   bHubContrCurrent      0 milli Ampere
>   DeviceRemovable    0x00
>   PortPwrCtrlMask    0x00
>  Hub Port Status:
>    Port 1: 0000.0103 5Gbps Recovery enable connect
>    Port 2: 0000.0503 Unknown Speed Recovery enable connect
>    Port 3: 0000.0103 5Gbps Recovery enable connect
>    Port 4: 0000.02a0 5Gbps power Rx.Detect
>    Port 5: 0000.02a0 5Gbps power Rx.Detect
>    Port 6: 0000.02a0 5Gbps power Rx.Detect
> Device Status:     0x0001
>   Self Powered
> 
> Bus 001 Device 002: ID 0bda:565a Realtek Semiconductor Corp. 
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               2.01
>   bDeviceClass          239 Miscellaneous Device
>   bDeviceSubClass         2 ?
>   bDeviceProtocol         1 Interface Association
>   bMaxPacketSize0        64
>   idVendor           0x0bda Realtek Semiconductor Corp.
>   idProduct          0x565a 
>   bcdDevice           81.76
>   iManufacturer           3 CN0HK46K8LG00057HD89A02
>   iProduct                1 Integrated_Webcam_HD
>   iSerial                 2 200901010001
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength          760
>     bNumInterfaces          2
>     bConfigurationValue     1
>     iConfiguration          4 USB Camera
>     bmAttributes         0x80
>       (Bus Powered)
>     MaxPower              500mA
>     ** UNRECOGNIZED:  28 ff 42 49 53 54 00 01 06 16 10 00 00 00 00 00 
> 01 17 f4 01 02 18 f4 01 03 19 f4 01 04 1a f4 01 05 1b f4 01 06 1c e8 03
>     Interface Association:
>       bLength                 8
>       bDescriptorType        11
>       bFirstInterface         0
>       bInterfaceCount         2
>       bFunctionClass         14 Video
>       bFunctionSubClass       3 Video Interface Collection
>       bFunctionProtocol       0 
>       iFunction               5 Integrated Webcam
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           1
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      1 Video Control
>       bInterfaceProtocol      0 
>       iInterface              5 Integrated Webcam
>       VideoControl Interface Descriptor:
>         bLength                13
>         bDescriptorType        36
>         bDescriptorSubtype      1 (HEADER)
>         bcdUVC               1.00
>         wTotalLength          136
>         dwClockFrequency       15.000000MHz
>         bInCollection           1
>         baInterfaceNr( 0)       1
>       VideoControl Interface Descriptor:
>         bLength                18
>         bDescriptorType        36
>         bDescriptorSubtype      2 (INPUT_TERMINAL)
>         bTerminalID             1
>         wTerminalType      0x0201 Camera Sensor
>         bAssocTerminal          0
>         iTerminal               0 
>         wObjectiveFocalLengthMin      0
>         wObjectiveFocalLengthMax      0
>         wOcularFocalLength            0
>         bControlSize                  3
>         bmControls           0x0020000e
>           Auto-Exposure Mode
>           Auto-Exposure Priority
>           Exposure Time (Absolute)
>       VideoControl Interface Descriptor:
>         bLength                11
>         bDescriptorType        36
>         bDescriptorSubtype      5 (PROCESSING_UNIT)
>       Warning: Descriptor too short
>         bUnitID                 2
>         bSourceID               1
>         wMaxMultiplier          0
>         bControlSize            2
>         bmControls     0x0000177f
>           Brightness
>           Contrast
>           Hue
>           Saturation
>           Sharpness
>           Gamma
>           White Balance Temperature
>           Backlight Compensation
>           Gain
>           Power Line Frequency
>           White Balance Temperature, Auto
>         iProcessing             0 
>         bmVideoStandards     0x 9
>           None
>           SECAM - 625/50
>       VideoControl Interface Descriptor:
>         bLength                 9
>         bDescriptorType        36
>         bDescriptorSubtype      3 (OUTPUT_TERMINAL)
>         bTerminalID             3
>         wTerminalType      0x0101 USB Streaming
>         bAssocTerminal          0
>         bSourceID               6
>         iTerminal               0 
>       VideoControl Interface Descriptor:
>         bLength                27
>         bDescriptorType        36
>         bDescriptorSubtype      6 (EXTENSION_UNIT)
>         bUnitID                 4
>         guidExtensionCode         {8ca72912-b447-9440-b0ce-db07386fb938}
>         bNumControl             2
>         bNrPins                 1
>         baSourceID( 0)          7
>         bControlSize            2
>         bmControls( 0)       0x00
>         bmControls( 1)       0x16
>         iExtension              0 
>       VideoControl Interface Descriptor:
>         bLength                29
>         bDescriptorType        36
>         bDescriptorSubtype      6 (EXTENSION_UNIT)
>         bUnitID                 7
>         guidExtensionCode         {c385b80f-c268-4745-90f7-8f47579d95fc}
>         bNumControl             0
>         bNrPins                 1
>         baSourceID( 0)          2
>         bControlSize            4
>         bmControls( 0)       0xcf
>         bmControls( 1)       0x00
>         bmControls( 2)       0x00
>         bmControls( 3)       0x00
>         iExtension              0 
>       VideoControl Interface Descriptor:
>         bLength                29
>         bDescriptorType        36
>         bDescriptorSubtype      6 (EXTENSION_UNIT)
>         bUnitID                 6
>         guidExtensionCode         {5a10b826-1307-7048-979d-da79444bb68e}
>         bNumControl             9
>         bNrPins                 1
>         baSourceID( 0)          4
>         bControlSize            4
>         bmControls( 0)       0x3f
>         bmControls( 1)       0x00
>         bmControls( 2)       0x1c
>         bmControls( 3)       0x00
>         iExtension              9 Realtek Extended Controls Unit
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x83  EP 3 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0020  1x 32 bytes
>         bInterval               6
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       0
>       bNumEndpoints           0
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      2 Video Streaming
>       bInterfaceProtocol      0 
>       iInterface              0 
>       VideoStreaming Interface Descriptor:
>         bLength                            15
>         bDescriptorType                    36
>         bDescriptorSubtype                  1 (INPUT_HEADER)
>         bNumFormats                         2
>         wTotalLength                      425
>         bEndPointAddress                  129
>         bmInfo                              0
>         bTerminalLink                       3
>         bStillCaptureMethod                 1
>         bTriggerSupport                     1
>         bTriggerUsage                       0
>         bControlSize                        1
>         bmaControls( 0)                    11
>         bmaControls( 1)                    11
>       VideoStreaming Interface Descriptor:
>         bLength                            11
>         bDescriptorType                    36
>         bDescriptorSubtype                  6 (FORMAT_MJPEG)
>         bFormatIndex                        1
>         bNumFrameDescriptors                5
>         bFlags                              1
>           Fixed-size samples: Yes
>         bDefaultFrameIndex                  1
>         bAspectRatioX                       0
>         bAspectRatioY                       0
>         bmInterlaceFlags                 0x00
>           Interlaced stream or variable: No
>           Fields per frame: 1 fields
>           Field 1 first: No
>           Field pattern: Field 1 only
>           bCopyProtect                      0
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  7 (FRAME_MJPEG)
>         bFrameIndex                         1
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                           1280
>         wHeight                           720
>         dwMinBitRate                442368000
>         dwMaxBitRate                442368000
>         dwMaxVideoFrameBufferSize     1843200
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  7 (FRAME_MJPEG)
>         bFrameIndex                         2
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            960
>         wHeight                           540
>         dwMinBitRate                248832000
>         dwMaxBitRate                248832000
>         dwMaxVideoFrameBufferSize     1036800
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  7 (FRAME_MJPEG)
>         bFrameIndex                         3
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            848
>         wHeight                           480
>         dwMinBitRate                195379200
>         dwMaxBitRate                195379200
>         dwMaxVideoFrameBufferSize      814080
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  7 (FRAME_MJPEG)
>         bFrameIndex                         4
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            640
>         wHeight                           480
>         dwMinBitRate                147456000
>         dwMaxBitRate                147456000
>         dwMaxVideoFrameBufferSize      614400
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  7 (FRAME_MJPEG)
>         bFrameIndex                         5
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            640
>         wHeight                           360
>         dwMinBitRate                110592000
>         dwMaxBitRate                110592000
>         dwMaxVideoFrameBufferSize      460800
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                             6
>         bDescriptorType                    36
>         bDescriptorSubtype                 13 (COLORFORMAT)
>         bColorPrimaries                     1 (BT.709,sRGB)
>         bTransferCharacteristics            1 (BT.709)
>         bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
>       VideoStreaming Interface Descriptor:
>         bLength                            27
>         bDescriptorType                    36
>         bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
>         bFormatIndex                        2
>         bNumFrameDescriptors                7
>         guidFormat                            
> {59555932-0000-1000-8000-00aa00389b71}
>         bBitsPerPixel                      16
>         bDefaultFrameIndex                  1
>         bAspectRatioX                       0
>         bAspectRatioY                       0
>         bmInterlaceFlags                 0x00
>           Interlaced stream or variable: No
>           Fields per frame: 2 fields
>           Field 1 first: No
>           Field pattern: Field 1 only
>           bCopyProtect                      0
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
>         bFrameIndex                         1
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            640
>         wHeight                           480
>         dwMinBitRate                147456000
>         dwMaxBitRate                147456000
>         dwMaxVideoFrameBufferSize      614400
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
>         bFrameIndex                         2
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            640
>         wHeight                           360
>         dwMinBitRate                110592000
>         dwMaxBitRate                110592000
>         dwMaxVideoFrameBufferSize      460800
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
>         bFrameIndex                         3
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            424
>         wHeight                           240
>         dwMinBitRate                 48844800
>         dwMaxBitRate                 48844800
>         dwMaxVideoFrameBufferSize      203520
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
>         bFrameIndex                         4
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            320
>         wHeight                           240
>         dwMinBitRate                 36864000
>         dwMaxBitRate                 36864000
>         dwMaxVideoFrameBufferSize      153600
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
>         bFrameIndex                         5
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            320
>         wHeight                           180
>         dwMinBitRate                 27648000
>         dwMaxBitRate                 27648000
>         dwMaxVideoFrameBufferSize      115200
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
>         bFrameIndex                         6
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                            160
>         wHeight                           120
>         dwMinBitRate                  9216000
>         dwMaxBitRate                  9216000
>         dwMaxVideoFrameBufferSize       38400
>         dwDefaultFrameInterval         333333
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)            333333
>       VideoStreaming Interface Descriptor:
>         bLength                            30
>         bDescriptorType                    36
>         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
>         bFrameIndex                         7
>         bmCapabilities                   0x01
>           Still image supported
>         wWidth                           1280
>         wHeight                           720
>         dwMinBitRate                147456000
>         dwMaxBitRate                147456000
>         dwMaxVideoFrameBufferSize     1843200
>         dwDefaultFrameInterval        1000000
>         bFrameIntervalType                  1
>         dwFrameInterval( 0)           1000000
>       VideoStreaming Interface Descriptor:
>         bLength                             6
>         bDescriptorType                    36
>         bDescriptorSubtype                 13 (COLORFORMAT)
>         bColorPrimaries                     1 (BT.709,sRGB)
>         bTransferCharacteristics            1 (BT.709)
>         bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       1
>       bNumEndpoints           1
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      2 Video Streaming
>       bInterfaceProtocol      0 
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            5
>           Transfer Type            Isochronous
>           Synch Type               Asynchronous
>           Usage Type               Data
>         wMaxPacketSize     0x0080  1x 128 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       2
>       bNumEndpoints           1
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      2 Video Streaming
>       bInterfaceProtocol      0 
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            5
>           Transfer Type            Isochronous
>           Synch Type               Asynchronous
>           Usage Type               Data
>         wMaxPacketSize     0x0200  1x 512 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       3
>       bNumEndpoints           1
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      2 Video Streaming
>       bInterfaceProtocol      0 
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            5
>           Transfer Type            Isochronous
>           Synch Type               Asynchronous
>           Usage Type               Data
>         wMaxPacketSize     0x0400  1x 1024 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       4
>       bNumEndpoints           1
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      2 Video Streaming
>       bInterfaceProtocol      0 
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            5
>           Transfer Type            Isochronous
>           Synch Type               Asynchronous
>           Usage Type               Data
>         wMaxPacketSize     0x0b00  2x 768 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       5
>       bNumEndpoints           1
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      2 Video Streaming
>       bInterfaceProtocol      0 
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            5
>           Transfer Type            Isochronous
>           Synch Type               Asynchronous
>           Usage Type               Data
>         wMaxPacketSize     0x0c00  2x 1024 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       6
>       bNumEndpoints           1
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      2 Video Streaming
>       bInterfaceProtocol      0 
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            5
>           Transfer Type            Isochronous
>           Synch Type               Asynchronous
>           Usage Type               Data
>         wMaxPacketSize     0x1380  3x 896 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       7
>       bNumEndpoints           1
>       bInterfaceClass        14 Video
>       bInterfaceSubClass      2 Video Streaming
>       bInterfaceProtocol      0 
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            5
>           Transfer Type            Isochronous
>           Synch Type               Asynchronous
>           Usage Type               Data
>         wMaxPacketSize     0x1400  3x 1024 bytes
>         bInterval               1
> Binary Object Store Descriptor:
>   bLength                 5
>   bDescriptorType        15
>   wTotalLength           41
>   bNumDeviceCaps          2
>   ** UNRECOGNIZED:  1c 10 05 00 df 60 dd d8 89 45 c7 4c 9c d2 65 9d 9e 
> 64 8a 9f 00 00 03 06 94 00 15 00
>   ** UNRECOGNIZED:  08 10 11 01 03 00 00 00
> Device Status:     0x0000
>   (Bus Powered)
> 
> Bus 001 Device 003: ID 8087:0029 Intel Corp. 
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               2.01
>   bDeviceClass          224 Wireless
>   bDeviceSubClass         1 Radio Frequency
>   bDeviceProtocol         1 Bluetooth
>   bMaxPacketSize0        64
>   idVendor           0x8087 Intel Corp.
>   idProduct          0x0029 
>   bcdDevice            0.01
>   iManufacturer           0 
>   iProduct                0 
>   iSerial                 0 
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength          200
>     bNumInterfaces          2
>     bConfigurationValue     1
>     iConfiguration          0 
>     bmAttributes         0xe0
>       Self Powered
>       Remote Wakeup
>     MaxPower              100mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           3
>       bInterfaceClass       224 Wireless
>       bInterfaceSubClass      1 Radio Frequency
>       bInterfaceProtocol      1 Bluetooth
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0040  1x 64 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x02  EP 2 OUT
>         bmAttributes            2
>           Transfer Type            Bulk
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0040  1x 64 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x82  EP 2 IN
>         bmAttributes            2
>           Transfer Type            Bulk
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0040  1x 64 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       0
>       bNumEndpoints           2
>       bInterfaceClass       224 Wireless
>       bInterfaceSubClass      1 Radio Frequency
>       bInterfaceProtocol      1 Bluetooth
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x03  EP 3 OUT
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0000  1x 0 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x83  EP 3 IN
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0000  1x 0 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       1
>       bNumEndpoints           2
>       bInterfaceClass       224 Wireless
>       bInterfaceSubClass      1 Radio Frequency
>       bInterfaceProtocol      1 Bluetooth
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x03  EP 3 OUT
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0009  1x 9 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x83  EP 3 IN
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0009  1x 9 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       2
>       bNumEndpoints           2
>       bInterfaceClass       224 Wireless
>       bInterfaceSubClass      1 Radio Frequency
>       bInterfaceProtocol      1 Bluetooth
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x03  EP 3 OUT
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0011  1x 17 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x83  EP 3 IN
>         bmAttributes            1
>      Couldn't get configuration descriptor 0, some information will be missing
> Couldn't get configuration descriptor 0, some information will be missing
>      Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0011  1x 17 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       3
>       bNumEndpoints           2
>       bInterfaceClass       224 Wireless
>       bInterfaceSubClass      1 Radio Frequency
>       bInterfaceProtocol      1 Bluetooth
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x03  EP 3 OUT
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0019  1x 25 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x83  EP 3 IN
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0019  1x 25 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       4
>       bNumEndpoints           2
>       bInterfaceClass       224 Wireless
>       bInterfaceSubClass      1 Radio Frequency
>       bInterfaceProtocol      1 Bluetooth
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x03  EP 3 OUT
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0021  1x 33 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x83  EP 3 IN
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0021  1x 33 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       5
>       bNumEndpoints           2
>       bInterfaceClass       224 Wireless
>       bInterfaceSubClass      1 Radio Frequency
>       bInterfaceProtocol      1 Bluetooth
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x03  EP 3 OUT
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0031  1x 49 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x83  EP 3 IN
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x0031  1x 49 bytes
>         bInterval               1
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        1
>       bAlternateSetting       6
>       bNumEndpoints           2
>       bInterfaceClass       224 Wireless
>       bInterfaceSubClass      1 Radio Frequency
>       bInterfaceProtocol      1 Bluetooth
>       iInterface              0 
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x03  EP 3 OUT
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x003f  1x 63 bytes
>         bInterval               1
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x83  EP 3 IN
>         bmAttributes            1
>           Transfer Type            Isochronous
>           Synch Type               None
>           Usage Type               Data
>         wMaxPacketSize     0x003f  1x 63 bytes
>         bInterval               1
> Binary Object Store Descriptor:
>   bLength                 5
>   bDescriptorType        15
>   wTotalLength           12
>   bNumDeviceCaps          1
>   USB 2.0 Extension Device Capability:
>     bLength                 7
>     bDescriptorType        16
>     bDevCapabilityType      2
>     bmAttributes   0x0000040e
>       Link Power Management (LPM) Supported
> Device Status:     0x0001
>   Self Powered
> 
> Bus 001 Device 004: ID 04d8:f0bf Microchip Technology, Inc. 
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               2.00
>   bDeviceClass            0 (Defined at Interface level)
>   bDeviceSubClass         0 
>   bDeviceProtocol         0 
>   bMaxPacketSize0        64
>   idVendor           0x04d8 Microchip Technology, Inc.
>   idProduct          0xf0bf 
>   bcdDevice            1.00
>   iManufacturer           1 (error)
>   iProduct                2 (error)
>   iSerial                 4 (error)
>   bNumConfigurations      1
> Device Status:     0x694d
>   Self Powered
>   Test Mode
>   Debug Mode
> 
> OpenBSD 6.7-current (GENERIC.MP) #0: Tue Aug  4 06:58:38 BST 2020
>     [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 7895654400 (7529MB)
> avail mem = 7641333760 (7287MB)
> random: good seed from bootblocks
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 3.2 @ 0xca707000 (77 entries)
> bios0: vendor Dell Inc. version "1.2.1" date 07/15/2020
> bios0: Dell Inc. Inspiron 5505
> acpi0 at bios0: ACPI 5.0Undefined scope: \\_SB_.PCI0.LPC0.EC0_
> 
> acpi0: sleep states S0 S4 S5
> acpi0: tables DSDT FACP UEFI SSDT IVRS SSDT TPM2 MSDM ASF! BOOT HPET 
> APIC MCFG SLIC SSDT WSMT VFCT SSDT SSDT CRAT CDIT SSDT SSDT SSDT SSDT 
> FPDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT BGRT
> acpi0: wakeup devices GP17(S4)
> acpitimer0 at acpi0: 3579545 Hz, 32 bits
> acpihpet0 at acpi0: 14318180 Hz
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Ryzen 7 4700U with Radeon Graphics, 1996.50 MHz, 17-60-01
> cpu0: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu0: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 99MHz
> cpu0: mwait min=64, max=64, C-substates=1.1, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> cpu1: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu1: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> cpu1: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu1: smt 0, core 1, package 0
> cpu2 at mainbus0: apid 2 (application processor)
> cpu2: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> cpu2: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu2: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> cpu2: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu2: smt 0, core 2, package 0
> cpu3 at mainbus0: apid 3 (application processor)
> cpu3: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> cpu3: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu3: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> cpu3: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu3: smt 0, core 3, package 0
> cpu4 at mainbus0: apid 4 (application processor)
> cpu4: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> cpu4: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu4: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> cpu4: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu4: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu4: disabling user TSC (skew=3480)
> cpu4: smt 0, core 4, package 0
> cpu5 at mainbus0: apid 5 (application processor)
> cpu5: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> cpu5: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu5: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> cpu5: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu5: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu5: disabling user TSC (skew=3260)
> cpu5: smt 0, core 5, package 0
> cpu6 at mainbus0: apid 6 (application processor)
> cpu6: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> cpu6: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu6: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> cpu6: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu6: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu6: disabling user TSC (skew=3200)
> cpu6: smt 0, core 6, package 0
> cpu7 at mainbus0: apid 7 (application processor)
> cpu7: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> cpu7: 
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu7: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> cpu7: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu7: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> associative
> cpu7: disabling user TSC (skew=3220)
> cpu7: smt 0, core 7, package 0
> ioapic0 at mainbus0: apid 33 pa 0xfec00000, version 21, 24 pins, can't 
> remap
> ioapic1 at mainbus0: apid 34 pa 0xfec01000, version 21, 32 pins, can't 
> remap
> acpimcfg0 at acpi0
> acpimcfg0: addr 0xf8000000, bus 0-63
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (GPP0)
> acpiprt2 at acpi0: bus 1 (GPP1)
> acpiprt3 at acpi0: bus -1 (GPP2)
> acpiprt4 at acpi0: bus -1 (GPP3)
> acpiprt5 at acpi0: bus 2 (GPP4)
> acpiprt6 at acpi0: bus -1 (GPP5)
> acpiprt7 at acpi0: bus -1 (GPP6)
> acpiprt8 at acpi0: bus 3 (GP17)
> acpiprt9 at acpi0: bus 4 (GP18)
> acpiprt10 at acpi0: bus -1 (GP19)
> acpiec0 at acpi0
> acpiec0: Not running on HW-Reduced ACPI type 134
> acpipwrres0 at acpi0: WRST
> acpipwrres1 at acpi0: P0U0, resource for XHC0
> acpipwrres2 at acpi0: P3U0, resource for XHC0
> acpipwrres3 at acpi0: P0U1, resource for XHC1
> acpipwrres4 at acpi0: P3U1, resource for XHC1
> acpipwrres5 at acpi0: P0S0, resource for SATA
> acpipwrres6 at acpi0: P3S0, resource for SATA
> acpipwrres7 at acpi0: P0S1, resource for SAT1
> acpipwrres8 at acpi0: P3S1, resource for SAT1
> acpitz0 at acpi0: critical temperature is 115 degC
> "ACPI0010" at acpi0 not configured
> acpicpu0 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> mwait), PSS
> acpicpu1 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> mwait), PSS
> acpicpu2 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> mwait), PSS
> acpicpu3 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> mwait), PSS
> acpicpu4 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> mwait), PSS
> acpicpu5 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> mwait), PSS
> acpicpu6 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> mwait), PSS
> acpicpu7 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> mwait), PSS
> acpicpu8 at acpi0: no cpu matching ACPI ID 8
> acpicpu9 at acpi0: no cpu matching ACPI ID 9
> acpicpu10 at acpi0: no cpu matching ACPI ID 10
> acpicpu11 at acpi0: no cpu matching ACPI ID 11
> acpicpu12 at acpi0: no cpu matching ACPI ID 12
> acpicpu13 at acpi0: no cpu matching ACPI ID 13
> acpicpu14 at acpi0: no cpu matching ACPI ID 14
> acpicpu15 at acpi0: no cpu matching ACPI ID 15
> acpibtn0 at acpi0: PWRB
> acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
> extent `acpipci0 pcibus' (0x0 - 0xff), flags=0
> extent `acpipci0 pciio' (0x0 - 0xffffffff), flags=0
>      0xcf8 - 0xcff
>      0x10000 - 0xffffffff
> extent `acpipci0 pcimem' (0x0 - 0xffffffffffffffff), flags=0
>      0x0 - 0x9ffff
>      0xf0000 - 0xcfffffff
>      0xf8000000 - 0xfbffffff
>      0xfed40000 - 0x2501fffff
>      0xfd00000000 - 0xffffffffffffffff
> acpicmos0 at acpi0
> acpiac0 at acpi0: AC unit online
> acpibat0 at acpi0: BAT0 model "DELL 9077G06" serial   714 type LIP oem 
> "SMP-ATL3.56"
> acpibtn1 at acpi0: LID_
> acpibtn2 at acpi0: SBTN
> "PNP0C14" at acpi0 not configured
> "DELLABCE" at acpi0 not configured
> amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins
> dwiic0 at acpi0 I2CD addr 0xfedc5000/0x1000 irq 6
> iic0 at dwiic0
> ihidev0 at iic0 addr 0x2c gpio 9, vendor 0x4f3 product 0x3147, DELL0A1E
> ihidev0: 14 report ids
> imt0 at ihidev0: clickpad, 5 contacts
> wsmouse0 at imt0 mux 0
> ims0 at ihidev0 reportid 1: 2 buttons
> wsmouse1 at ims0 mux 0
> hid at ihidev0 reportid 5 not configured
> hid at ihidev0 reportid 6 not configured
> hid at ihidev0 reportid 7 not configured
> hid at ihidev0 reportid 11 not configured
> hid at ihidev0 reportid 12 not configured
> hid at ihidev0 reportid 13 not configured
> ims1 at ihidev0 reportid 14
> ims1: mouse has no X report
> "MSFT0101" at acpi0 not configured
> "ACPI000E" at acpi0 not configured
> "AMD0005" at acpi0 not configured
> "USBC000" at acpi0 not configured
> acpivideo0 at acpi0: VGA_
> acpivout0 at acpivideo0: LCD_
> cpu0: 1996 MHz: speeds: 2000 1700 1400 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "AMD 17h/6xh Root Complex" rev 0x00
> "AMD 17h/6xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
> pchb1 at pci0 dev 1 function 0 "AMD 17h/6xh Host" rev 0x00
> ppb0 at pci0 dev 1 function 2 "AMD 17h/6xh PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> nvme0 at pci1 dev 0 function 0 "SSSTC CL1" rev 0x03: msix, NVMe 1.3
> nvme0: CL1-3D256-Q11 NVMe SSSTC 256GB, firmware 22301114, serial 
> TW0TN2CC9DH0006409IV
> scsibus1 at nvme0: 2 targets, initiator 0
> sd0 at scsibus1 targ 1 lun 0: <NVMe, CL1-3D256-Q11 NV, 2230>
> sd0: 244198MB, 512 bytes/sector, 500118192 sectors
> pchb2 at pci0 dev 2 function 0 "AMD 17h/6xh Host" rev 0x00
> ppb1 at pci0 dev 2 function 2 "AMD 17h/6xh PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> iwx0 at pci2 dev 0 function 0 "Intel Wi-Fi 6 AX200" rev 0x1a, msix
> pchb3 at pci0 dev 8 function 0 "AMD 17h/6xh Host" rev 0x00
> ppb2 at pci0 dev 8 function 1 "AMD 17h/6xh PCIE" rev 0x00
> pci3 at ppb2 bus 3
> amdgpu0 at pci3 dev 0 function 0 "ATI Renoir" rev 0xc2
> drm0 at amdgpu0
> amdgpu0: msi
> azalia0 at pci3 dev 0 function 1 "ATI Renoir HD Audio" rev 0x00: msi
> azalia0: no supported codecs
> ccp0 at pci3 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00
> xhci0 at pci3 dev 0 function 3 "AMD 17h/6xh xHCI" rev 0x00: msi, xHCI 
> 1.10
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 
> 3.00/1.00 addr 1
> xhci1 at pci3 dev 0 function 4 "AMD 17h/6xh xHCI" rev 0x00: msi, xHCI 
> 1.10
> usb1 at xhci1: USB revision 3.0
> uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 
> 3.00/1.00 addr 1
> "AMD 17h/1xh I2S Audio" rev 0x01 at pci3 dev 0 function 5 not configured
> azalia1 at pci3 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: apic 
> 34 int 12
> azalia1: codecs: Realtek/0x0236
> audio0 at azalia1
> ppb3 at pci0 dev 8 function 2 "AMD 17h/6xh PCIE" rev 0x00
> pci4 at ppb3 bus 4
> ahci0 at pci4 dev 0 function 0 "AMD FCH AHCI" rev 0x81: msi, AHCI 1.3.1
> scsibus2 at ahci0: 32 targets
> ahci1 at pci4 dev 0 function 1 "AMD FCH AHCI" rev 0x81: msi, AHCI 1.3.1
> scsibus3 at ahci1: 32 targets
> piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x51: SMI
> iic1 at piixpm0
> spdmem0 at iic1 addr 0x50: 8GB DDR4 SDRAM PC4-25600 SO-DIMM
> iic2 at piixpm0
> pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
> pchb4 at pci0 dev 24 function 0 "AMD 17h/6xh Data Fabric" rev 0x00
> pchb5 at pci0 dev 24 function 1 "AMD 17h/6xh Data Fabric" rev 0x00
> pchb6 at pci0 dev 24 function 2 "AMD 17h/6xh Data Fabric" rev 0x00
> pchb7 at pci0 dev 24 function 3 "AMD 17h/6xh Data Fabric" rev 0x00
> pchb8 at pci0 dev 24 function 4 "AMD 17h/6xh Data Fabric" rev 0x00
> pchb9 at pci0 dev 24 function 5 "AMD 17h/6xh Data Fabric" rev 0x00
> pchb10 at pci0 dev 24 function 6 "AMD 17h/6xh Data Fabric" rev 0x00
> pchb11 at pci0 dev 24 function 7 "AMD 17h/6xh Data Fabric" rev 0x00
> isa0 at pcib0
> isadma0 at isa0
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pms0 at pckbc0 (aux slot)
> wsmouse2 at pms0 mux 0
> pms0: Elantech Clickpad, version 4, firmware 0x5f1001
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> vmm0 at mainbus0: SVM/RVI
> efifb at mainbus0 not configured
> uvideo0 at uhub1 port 2 configuration 1 interface 0 
> "CN0HK46K8LG00057HD89A02 Integrated_Webcam_HD" rev 2.01/81.76 addr 2
> video0 at uvideo0
> ugen0 at uhub1 port 3 "Intel Bluetooth" rev 2.01/0.01 addr 3
> vscsi0 at root
> scsibus4 at vscsi0: 256 targets
> softraid0 at root
> scsibus5 at softraid0: 256 targets
> root on sd0a (1e894ee8df356fb2.a) swap on sd0b dump on sd0b
> iwx0: hw rev 0x340, fw ver 48.1335886879.0, address 8c:c6:81:42:ff:4a
> initializing kernel modesetting (RENOIR 0x1002:0x1636 0x1028:0x0A1E 
> 0xC2).
> sos fw version = 0x110049.
> SMU driver if version not matched
> amdgpu0: 1920x1080, 32bpp
> wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using 
> wskbd0
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> audio1 detached
> uaudio0 detached
> uhidev0 detached
> uaudio0 at uhub1 port 1 configuration 1 interface 1 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uaudio0: class v1, full-speed, async, channels: 2 play, 0 rec, 2 ctls
> audio1 at uaudio0
> uhidev0 at uhub1 port 1 configuration 1 interface 2 "Cyrus Audio Cyrus 
> soundKey" rev 2.00/1.00 addr 4
> uhidev0: no report descriptor
> 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
>

Reply via email to