With USB audio I get very frequent disconnects which I am mostly able to
solve by reissuing:

```
$ sndioctl server.device=1
```

and audio starts working again nicely.

However, sometimes this isn't enough and I have to try switching to
another device and then back to the one I want:

```
$ sndioctl server.device=2
$ sndioctl server.device=1
```

Unfortunately, doing this sometimes causes the kernel to lock: normally (maybe
always?) when I issue the second of those commands. It's a bit difficult
to narrow this down further, but I think that it doesn't happen the
first few times I do this double switch.

For reference, in rc.conf.local I have:

```
sndiod_flags="-a on -r 48000 -z 512 -b 4096 -f rsnd/0 -F rsnd/1 -F rsnd/2"
```

dmesg below.


Laurie


OpenBSD 7.5-current (GENERIC.MP) #78: Wed May 22 18:31:14 MDT 2024
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 68364664832 (65197MB)
avail mem = 66270945280 (63200MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.5 @ 0x71a58000 (108 entries)
bios0: vendor American Megatrends Inc. version "2202" date 04/17/2024
bios0: ASUS ROG STRIX Z790-H GAMING WIFI
efi0 at bios0: UEFI 2.8
efi0: American Megatrends rev 0x5001b
acpi0 at bios0: ACPI 6.4
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP FIDT SSDT SSDT SSDT SSDT HPET APIC MCFG SSDT NHLT LPIT 
SSDT SSDT DBGP DBG2 SSDT DMAR FPDT SSDT SSDT SSDT BGRT WPBT TPM2 PHAT WSMT
acpi0: wakeup devices PEG1(S4) PEGP(S4) PEGP(S4) PEG0(S4) PEGP(S4) RP09(S4) 
PXSX(S4) RP10(S4) PXSX(S4) RP11(S4) PXSX(S4) RP12(S4) PXSX(S4) RP13(S4) 
PXSX(S4) RP14(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 19200000 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: 13th Gen Intel(R) Core(TM) i9-13900K, 5502.27 MHz, 06-b7-01, patch 
00000123
cpu0: cpuid 1 
edx=bfebfbff<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>
 
ecx=77fafbff<SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND>
cpu0: cpuid 6 eax=dfcff7<SENSOR,ARAT> ecx=409<EFFFREQ>
cpu0: cpuid 7.0 
ebx=239c27eb<FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,SHA>
 ecx=98c027ac<UMIP,PKU,WAITPKG,PKS> 
edx=fc1cc410<MD_CLEAR,IBT,IBRS,IBPB,STIBP,L1DF,SSBD>
cpu0: cpuid a vers=5, gp=6, gpwidth=48, ff=3, ffwidth=48
cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES>
cpu0: cpuid 80000001 edx=2c100800<NXE,PAGE1GB,RDTSCP,LONG> 
ecx=121<LAHF,ABM,3DNOWP>
cpu0: cpuid 80000007 edx=100<ITSC>
cpu0: msr 
10a=1488fd6b<IBRS_ALL,SKIP_L1DFL,MDS_NO,IF_PSCHANGE,TAA_NO,MISC_PKG_CT,ENERGY_FILT,DOITM,SBDR_SSDP_N,FBSDP_NO,PSDP_NO,RRSBA,OVERCLOCK,GDS_NO,RFDS_CLEAR>
cpu0: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 2MB 64b/line 
16-way L2 cache, 36MB 64b/line 12-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 38MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.2.0.1.0.1, IBE
cpu1 at mainbus0: apid 8 (application processor)
cpu1: 13th Gen Intel(R) Core(TM) i9-13900K, 5502.37 MHz, 06-b7-01, patch 
00000123
cpu1: smt 0, core 4, package 0
cpu2 at mainbus0: apid 16 (application processor)
cpu2: 13th Gen Intel(R) Core(TM) i9-13900K, 5502.22 MHz, 06-b7-01, patch 
00000123
cpu2: smt 0, core 8, package 0
cpu3 at mainbus0: apid 24 (application processor)
cpu3: 13th Gen Intel(R) Core(TM) i9-13900K, 5502.22 MHz, 06-b7-01, patch 
00000123
cpu3: smt 0, core 12, package 0
cpu4 at mainbus0: apid 32 (application processor)
cpu4: 13th Gen Intel(R) Core(TM) i9-13900K, 5502.30 MHz, 06-b7-01, patch 
00000123
cpu4: smt 0, core 16, package 0
cpu5 at mainbus0: apid 40 (application processor)
cpu5: 13th Gen Intel(R) Core(TM) i9-13900K, 5502.32 MHz, 06-b7-01, patch 
00000123
cpu5: smt 0, core 20, package 0
cpu6 at mainbus0: apid 48 (application processor)
cpu6: 13th Gen Intel(R) Core(TM) i9-13900K, 5502.20 MHz, 06-b7-01, patch 
00000123
cpu6: smt 0, core 24, package 0
cpu7 at mainbus0: apid 56 (application processor)
cpu7: 13th Gen Intel(R) Core(TM) i9-13900K, 5502.03 MHz, 06-b7-01, patch 
00000123
cpu7: smt 0, core 28, package 0
cpu8 at mainbus0: apid 64 (application processor)
cpu8: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu8: 32KB 64b/line 8-way D-cache, 64KB 64b/line 8-way I-cache, 4MB 64b/line 
16-way L2 cache, 36MB 64b/line 12-way L3 cache
cpu8: smt 0, core 32, package 0
cpu9 at mainbus0: apid 66 (application processor)
cpu9: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu9: smt 0, core 33, package 0
cpu10 at mainbus0: apid 68 (application processor)
cpu10: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu10: smt 0, core 34, package 0
cpu11 at mainbus0: apid 70 (application processor)
cpu11: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu11: smt 0, core 35, package 0
cpu12 at mainbus0: apid 72 (application processor)
cpu12: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu12: smt 0, core 36, package 0
cpu13 at mainbus0: apid 74 (application processor)
cpu13: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu13: smt 0, core 37, package 0
cpu14 at mainbus0: apid 76 (application processor)
cpu14: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu14: smt 0, core 38, package 0
cpu15 at mainbus0: apid 78 (application processor)
cpu15: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu15: smt 0, core 39, package 0
cpu16 at mainbus0: apid 80 (application processor)
cpu16: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu16: smt 0, core 40, package 0
cpu17 at mainbus0: apid 82 (application processor)
cpu17: 13th Gen Intel(R) Core(TM) i9-13900K, 4300.73 MHz, 06-b7-01, patch 
00000123
cpu17: smt 0, core 41, package 0
cpu18 at mainbus0: apid 84 (application processor)
cpu18: 13th Gen Intel(R) Core(TM) i9-13900K, 4227.65 MHz, 06-b7-01, patch 
00000123
cpu18: smt 0, core 42, package 0
cpu19 at mainbus0: apid 86 (application processor)
cpu19: 13th Gen Intel(R) Core(TM) i9-13900K, 4200.71 MHz, 06-b7-01, patch 
00000123
cpu19: smt 0, core 43, package 0
cpu20 at mainbus0: apid 88 (application processor)
cpu20: 13th Gen Intel(R) Core(TM) i9-13900K, 4140.56 MHz, 06-b7-01, patch 
00000123
cpu20: smt 0, core 44, package 0
cpu21 at mainbus0: apid 90 (application processor)
cpu21: 13th Gen Intel(R) Core(TM) i9-13900K, 4100.69 MHz, 06-b7-01, patch 
00000123
cpu21: smt 0, core 45, package 0
cpu22 at mainbus0: apid 92 (application processor)
cpu22: 13th Gen Intel(R) Core(TM) i9-13900K, 4000.68 MHz, 06-b7-01, patch 
00000123
cpu22: smt 0, core 46, package 0
cpu23 at mainbus0: apid 94 (application processor)
cpu23: 13th Gen Intel(R) Core(TM) i9-13900K, 4000.68 MHz, 06-b7-01, patch 
00000123
cpu23: smt 0, core 47, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xc0000000, bus 0-224
acpiprt0 at acpi0: bus 0 (PC00)
acpiprt1 at acpi0: bus -1 (PEG1)
acpiprt2 at acpi0: bus 1 (PEG0)
acpiprt3 at acpi0: bus 6 (RP09)
acpiprt4 at acpi0: bus -1 (RP10)
acpiprt5 at acpi0: bus -1 (RP11)
acpiprt6 at acpi0: bus -1 (RP12)
acpiprt7 at acpi0: bus -1 (RP13)
acpiprt8 at acpi0: bus -1 (RP14)
acpiprt9 at acpi0: bus -1 (RP15)
acpiprt10 at acpi0: bus -1 (RP16)
acpiprt11 at acpi0: bus 4 (RP01)
acpiprt12 at acpi0: bus -1 (RP02)
acpiprt13 at acpi0: bus -1 (RP03)
acpiprt14 at acpi0: bus 5 (RP04)
acpiprt15 at acpi0: bus -1 (RP05)
acpiprt16 at acpi0: bus -1 (RP06)
acpiprt17 at acpi0: bus -1 (RP07)
acpiprt18 at acpi0: bus -1 (RP08)
acpiprt19 at acpi0: bus 3 (RP17)
acpiprt20 at acpi0: bus -1 (RP18)
acpiprt21 at acpi0: bus -1 (RP19)
acpiprt22 at acpi0: bus -1 (RP20)
acpiprt23 at acpi0: bus -1 (RP21)
acpiprt24 at acpi0: bus -1 (RP22)
acpiprt25 at acpi0: bus -1 (RP23)
acpiprt26 at acpi0: bus -1 (RP24)
acpiprt27 at acpi0: bus 2 (RP25)
acpiprt28 at acpi0: bus -1 (RP26)
acpiprt29 at acpi0: bus -1 (RP27)
acpiprt30 at acpi0: bus -1 (RP28)
acpiec0 at acpi0: not present
acpiec1 at acpi0
acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001
"MSFT8000" at acpi0 not configured
"ITE8853" at acpi0 not configured
"ACPI000E" at acpi0 not configured
pchgpio0 at acpi0 GPI0 addr 0xe06e0000/0x10000 0xe06d0000/0x10000 
0xe06b0000/0x10000 0xe06a0000/0x10000 0xe0690000/0x10000 irq 14, 480 pins
acpibtn0 at acpi0: SLPB
acpicpu0 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu4 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu5 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu6 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu7 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu8 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu9 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu10 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu11 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu12 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu13 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu14 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu15 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu16 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu17 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu18 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu19 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu20 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu21 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu22 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu23 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), 
C1(1000@1 mwait.1), PSS
acpicpu24 at acpi0: no cpu matching ACPI ID 24
acpicpu25 at acpi0: no cpu matching ACPI ID 25
acpicpu26 at acpi0: no cpu matching ACPI ID 26
acpicpu27 at acpi0: no cpu matching ACPI ID 27
acpicpu28 at acpi0: no cpu matching ACPI ID 28
acpicpu29 at acpi0: no cpu matching ACPI ID 29
acpicpu30 at acpi0: no cpu matching ACPI ID 30
acpicpu31 at acpi0: no cpu matching ACPI ID 31
acpicpu32 at acpi0: no cpu matching ACPI ID 32
acpicpu33 at acpi0: no cpu matching ACPI ID 33
acpicpu34 at acpi0: no cpu matching ACPI ID 34
acpicpu35 at acpi0: no cpu matching ACPI ID 35
acpicpu36 at acpi0: no cpu matching ACPI ID 36
acpicpu37 at acpi0: no cpu matching ACPI ID 37
acpicpu38 at acpi0: no cpu matching ACPI ID 38
acpicpu39 at acpi0: no cpu matching ACPI ID 39
acpicpu40 at acpi0: no cpu matching ACPI ID 40
acpicpu41 at acpi0: no cpu matching ACPI ID 41
acpicpu42 at acpi0: no cpu matching ACPI ID 42
acpicpu43 at acpi0: no cpu matching ACPI ID 43
acpicpu44 at acpi0: no cpu matching ACPI ID 44
acpicpu45 at acpi0: no cpu matching ACPI ID 45
acpicpu46 at acpi0: no cpu matching ACPI ID 46
acpicpu47 at acpi0: no cpu matching ACPI ID 47
acpicpu48 at acpi0: no cpu matching ACPI ID 48
acpicpu49 at acpi0: no cpu matching ACPI ID 49
acpicpu50 at acpi0: no cpu matching ACPI ID 50
acpicpu51 at acpi0: no cpu matching ACPI ID 51
acpicpu52 at acpi0: no cpu matching ACPI ID 52
acpicpu53 at acpi0: no cpu matching ACPI ID 53
acpicpu54 at acpi0: no cpu matching ACPI ID 54
acpicpu55 at acpi0: no cpu matching ACPI ID 55
acpicpu56 at acpi0: no cpu matching ACPI ID 56
acpicpu57 at acpi0: no cpu matching ACPI ID 57
acpicpu58 at acpi0: no cpu matching ACPI ID 58
acpicpu59 at acpi0: no cpu matching ACPI ID 59
acpicpu60 at acpi0: no cpu matching ACPI ID 60
acpicpu61 at acpi0: no cpu matching ACPI ID 61
acpicpu62 at acpi0: no cpu matching ACPI ID 62
acpicpu63 at acpi0: no cpu matching ACPI ID 63
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"INT33A1" at acpi0 not configured
acpibtn1 at acpi0: PWRB
tpm0 at acpi0 TPM_ 2.0 (CRB) addr 0xfed40000/0x5000, device 0x00000000 rev 0x0
"PNP0C14" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpipwrres0 at acpi0: BTRT
acpipwrres1 at acpi0: WRST
acpipwrres2 at acpi0: FN00, resource for FAN0
acpipwrres3 at acpi0: FN01, resource for FAN1
acpipwrres4 at acpi0: FN02, resource for FAN2
acpipwrres5 at acpi0: FN03, resource for FAN3
acpipwrres6 at acpi0: FN04, resource for FAN4
acpitz0 at acpi0: critical temperature is 105 degC
acpipwrres7 at acpi0: PIN_
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
acpivout1 at acpivideo0: DD2F
cpu0: using VERW MDS workaround
cpu0: Enhanced SpeedStep 5502 MHz: speeds: 3001, 3000, 2800, 2700, 2500, 2400, 
2200, 2100, 1900, 1700, 1600, 1400, 1300, 1100, 1000, 800 MHz
pci0 at mainbus0 bus 0
0:31:5: mem address conflict 0xfe010000/0x1000
pchb0 at pci0 dev 0 function 0 "Intel Core 13G Host" rev 0x01
inteldrm0 at pci0 dev 2 function 0 "Intel Graphics" rev 0x04
drm0 at inteldrm0
inteldrm0: msi, ALDERLAKE_S, gen 12
ppb0 at pci0 dev 6 function 0 "Intel Core 13G PCIE" rev 0x01: msi
pci1 at ppb0 bus 1
nvme0 at pci1 dev 0 function 0 vendor "Samsung", unknown product 0xa80c rev 
0x00: msix, NVMe 2.0
nvme0: Samsung SSD 990 PRO 2TB, firmware 3B2QJXD7, serial XYZ
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 990, 3B2Q>
sd0: 1907729MB, 512 bytes/sector, 3907029168 sectors
"Intel Core 13G CL" rev 0x01 at pci0 dev 10 function 0 not configured
"Intel Core 13G VMD" rev 0x00 at pci0 dev 14 function 0 not configured
xhci0 at pci0 dev 20 function 0 "Intel 700 Series xHCI" rev 0x11: msi, xHCI 1.20
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
addr 1
"Intel 700 Series Shared SRAM" rev 0x11 at pci0 dev 20 function 2 not configured
iwx0 at pci0 dev 20 function 3 "Intel Wi-Fi 6 AX211" rev 0x11, msix
dwiic0 at pci0 dev 21 function 0 "Intel 700 Series I2C" rev 0x11: apic 2 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 1 "Intel 700 Series I2C" rev 0x11: apic 2 int 40
iic1 at dwiic1
"MSFT8000" at iic1 addr 0x40 not configured
"ITE8853" at iic1 addr 0x40 not configured
dwiic2 at pci0 dev 21 function 2 "Intel 700 Series I2C" rev 0x11: apic 2 int 29
iic2 at dwiic2
"Intel 700 Series HECI" rev 0x11 at pci0 dev 22 function 0 not configured
ahci0 at pci0 dev 23 function 0 "Intel 700 Series AHCI" rev 0x11: msi, AHCI 
1.3.1
ahci0: PHY offline on port 4
ahci0: PHY offline on port 5
ahci0: PHY offline on port 6
ahci0: PHY offline on port 7
scsibus2 at ahci0: 32 targets
ppb1 at pci0 dev 26 function 0 "Intel 700 Series PCIE" rev 0x11: msi
pci2 at ppb1 bus 2
ppb2 at pci0 dev 27 function 0 "Intel 700 Series PCIE" rev 0x11
pci3 at ppb2 bus 3
ppb3 at pci0 dev 28 function 0 "Intel 700 Series PCIE" rev 0x11: msi
pci4 at ppb3 bus 4
ppb4 at pci0 dev 28 function 3 "Intel 700 Series PCIE" rev 0x11: msi
pci5 at ppb4 bus 5
igc0 at pci5 dev 0 function 0 "Intel I225-V" rev 0x03, msix, 4 queues, address 
XYZ
ppb5 at pci0 dev 29 function 0 "Intel 700 Series PCIE" rev 0x11: msi
pci6 at ppb5 bus 6
pcib0 at pci0 dev 31 function 0 "Intel Z790 eSPI" rev 0x11
azalia0 at pci0 dev 31 function 3 "Intel 700 Series HD Audio" rev 0x11: msi
azalia0: codecs: Realtek ALC1220, Intel/0x2818, using Realtek ALC1220
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 700 Series SMBus" rev 0x11: apic 2 int 
18
iic3 at ichiic0
iic3: addr 0x49 0a=02 15=2c 16=20 19=04 1b=05 1c=60 1e=60 1f=60 20=cf 21=78 
22=63 25=78 26=63 27=78 28=63 29=80 2a=88 2b=42 2c=20 2d=22 2e=b4 2f=5e 32=80 
33=04 34=0e 3b=12 3c=8a 3d=8c words 00=0000 01=0000 02=0000 03=0000 04=0000 
05=0000 06=0000 07=0000
iic3: addr 0x4b 00=ff 01=ff 02=ff 03=ff 0a=02 0b=a0 15=2c 16=20 19=04 1b=05 
1c=60 1e=60 1f=60 20=cf 21=78 22=63 25=78 26=63 27=78 28=63 29=80 2a=88 2b=42 
2c=20 2d=22 2e=04 2f=5e 32=80 34=0e 3b=38 3c=0b 3d=10 3e=ff 3f=ff 52=ff 53=ff 
54=ff 55=ff 56=ff 57=ff 5f=ff 60=ff 61=ff 62=ff 63=ff 64=ff 65=ff 66=ff 67=ff 
68=ff 69=ff 6a=ff 6b=ff 6c=ff 6d=ff 6e=ff 6f=ff a3=61 a4=6c a5=0b a6=10 a7=e0 
a8=a0 a9=a0 aa=2c ab=09 ac=a4 bd=04 c0=01 c1=04 c4=01 c9=a0 cb=a0 ce=d4 da=ff 
db=ff dc=ff dd=ff de=ff df=ff f6=80 f9=ff fd=ff words 00=ffff 01=ffff 02=ffff 
03=ff00 04=0000 05=0000 06=0000 07=0000
"eeprom" at iic3 addr 0x51 not configured
"eeprom" at iic3 addr 0x53 not configured
"Intel 700 Series SPI" rev 0x11 at pci0 dev 31 function 5 not configured
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
lm0 at isa0 port 0x290/8: W83627DHG
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
uhidev0 at uhub0 port 4 configuration 1 interface 2 "AsusTek Computer Inc. AURA 
LED Controller" rev 2.00/1.00 addr 2
uhidev0: iclass 3/0, 236 report ids
uhid0 at uhidev0 reportid 236: input=64, output=64, feature=0
ugen0 at uhub0 port 4 configuration 1 "AsusTek Computer Inc. AURA LED 
Controller" rev 2.00/1.00 addr 2
uhidev1 at uhub0 port 8 configuration 1 interface 0 "MALTRON USB Multimedia 
Keyboard" rev 1.10/1.22 addr 3
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes, country code 13
wskbd1 at ukbd0 mux 1
uhidev2 at uhub0 port 8 configuration 1 interface 1 "MALTRON USB Multimedia 
Keyboard" rev 1.10/1.22 addr 3
uhidev2: iclass 3/0, 3 report ids
uhid1 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 59 usages, 8 keys, array
wskbd2 at ucc0 mux 1
uhub1 at uhub0 port 10 configuration 1 interface 0 "ASUS TEK. ASM107x" rev 
2.10/0.01 addr 4
uaudio0 at uhub1 port 2 configuration 1 interface 1 "Solid State Logic SSL 2+" 
rev 2.00/0.61 addr 5
uaudio0: class v2, high-speed, sync, channels: 4 play, 2 rec, 0 ctls
audio1 at uaudio0
umidi0 at uhub1 port 2 configuration 1 interface 4 "Solid State Logic SSL 2+" 
rev 2.00/0.61 addr 5
umidi0: (genuine USB-MIDI)
umidi0: out=1, in=1
midi0 at umidi0: <USB MIDI I/F>
ugen1 at uhub1 port 2 configuration 1 "Solid State Logic SSL 2+" rev 2.00/0.61 
addr 5
uvideo0 at uhub1 port 3 configuration 1 interface 0 "MACROSILICON USB Video" 
rev 2.00/21.00 addr 6
video0 at uvideo0
uaudio1 at uhub1 port 3 configuration 1 interface 3 "MACROSILICON USB Video" 
rev 2.00/21.00 addr 6
uaudio1: class v1, high-speed, sync, channels: 0 play, 1 rec, 1 ctls
audio2 at uaudio1
uhidev3 at uhub1 port 3 configuration 1 interface 4 "MACROSILICON USB Video" 
rev 2.00/21.00 addr 6
uhidev3: iclass 3/0
uhid2 at uhidev3: input=0, output=0, feature=8
uhidev4 at uhub1 port 4 configuration 1 interface 0 "Logitech USB Receiver" rev 
2.00/24.11 addr 7
uhidev4: iclass 3/1
ukbd1 at uhidev4: 8 variable keys, 6 key codes
wskbd3 at ukbd1 mux 1
uhidev5 at uhub1 port 4 configuration 1 interface 1 "Logitech USB Receiver" rev 
2.00/24.11 addr 7
uhidev5: iclass 3/1, 8 report ids
ums0 at uhidev5 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
ucc1 at uhidev5 reportid 3: 767 usages, 20 keys, array
wskbd4 at ucc1 mux 1
uhid3 at uhidev5 reportid 4: input=1, output=0, feature=0
uhid4 at uhidev5 reportid 8: input=1, output=0, feature=0
uhidev6 at uhub1 port 4 configuration 1 interface 2 "Logitech USB Receiver" rev 
2.00/24.11 addr 7
uhidev6: iclass 3/0, 33 report ids
uhidpp0 at uhidev6 device 1 trackball "MX Ergo"
uhid5 at uhidev6 reportid 32: input=14, output=14, feature=0
uhid6 at uhidev6 reportid 33: input=31, output=31, feature=0
uhub2 at uhub0 port 13 configuration 1 interface 0 "Alcor Micro product 0x6254" 
rev 2.00/1.00 addr 8
ugen2 at uhub0 port 14 "Intel Bluetooth" rev 2.01/0.00 addr 9
uhub3 at uhub0 port 24 configuration 1 interface 0 "ASUS TEK. ASM107x" rev 
3.00/0.01 addr 10
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
sd1 at scsibus4 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 1907468MB, 512 bytes/sector, 3906496063 sectors
root on sd1a (2cb56b275dd2c35c.a) swap on sd1b dump on sd1b
WARNING: / was not properly unmounted
inteldrm0: 3840x2560, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wskbd3: connecting to wsdisplay0
wskbd4: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwx0: hw rev 0x430, fw 77.f92b5fed.0, pnvm ce1a5094, address XYZ

Reply via email to