I just picked up this audio interface for some recording tasks, and
gave it a spin on OpenBSD. Unfortunately, playback through the
headphone outputs is unusable due to frequent interface resets.
When I open a file in VLC, unless audio was already playing, the
device is currently stopped, and takes a couple seconds before I hear
the relays in the device click and then I can hear the playback. When
I pause the playback in VLC, the device stops, and resuming playback
must start the device again (with playback only heard after another
couple seconds).
If I keep another file playing in a second VLC instance, I can pause
and unpause the first VLC without any resets/stuttering.
aucat has the same behavior when nothing else is currently playing
audio. I don't hear the first few seconds of the WAV file until the
device has finished starting.
The device (during audio playback audio in VLC) also frequently resets
during light browsing in chrome (opening new tabs, following links),
but I don't always see messages in the sndiod -ddd logs during these
stutters. (This might be a separate issue.)
The motherboard's azalia output is similarly stopped/started during
VLC pause/resume, but the device resets far quicker so it never
bothered me, and I have never noticed any auto glitching or stuttering
during normal chrome browsing either.
$ usbdevs -d /dev/usb1 -a 02 -v
addr 02: 1235:821c Focusrite, Scarlett 18i16 4th Gen
high speed, self powered, config 1, rev 9.a0, iSerial S8B9FGK4A02821
driver: uaudio0
driver: umidi0
driver: ugen1
# sndiod -f rsnd/0 -F rsnd/1 -ddd
default: alt -> rsnd/0
default: play 0:1, rec 0:1, dup, vol = 8388608
default: alt -> rsnd/1, rsnd/0
0: alt -> rsnd/0
0: play 0:1, rec 0:1, dup, vol = 8388608
1: alt -> rsnd/1
1: play 0:1, rec 0:1, dup, vol = 8388608
helper: created
worker: created
unix: created
(start playback)
sock: created
helper: recv: cmd = 0, num = 1, mode = 3, fd = -1
helper: send: cmd = 3, num = 0, mode = 0, fd = 3
helper: recv: cmd = 2, num = 1, mode = 768, fd = -1
helper: send: cmd = 3, num = 0, mode = 0, fd = 3
helper: recv: cmd = 0, num = 0, mode = 3, fd = -1
helper: send: cmd = 3, num = 0, mode = 0, fd = 3
helper: recv: cmd = 2, num = 0, mode = 768, fd = -1
helper: send: cmd = 3, num = 0, mode = 0, fd = 3
sock 5: AUTH message
sock 5: HELLO message
sock 5: hello from <vlc>, mode 1, ver 7
ctl1: app/vlc.level = 127 at app_level:default/vlc: added
rsnd/1: device requested
worker: send: cmd = 0, num = 1, mode = 3, fd = -1
worker: recv: cmd = 3, num = 0, mode = 0, fd = 6
worker: send: cmd = 2, num = 1, mode = 768, fd = -1
worker: recv: cmd = 3, num = 0, mode = 0, fd = 7
dev: created
mix: created
ctl2: 1/server.device[0] (Scarlett 18) = 1 at hw:1/128: added
rsnd/1: software master level control enabled
ctl3: 1/output.level = 127 at dev_master:1: added
dec: s24le4msb, 20 channels
enc: s24le4msb, 18 channels
rsnd/1: 48000Hz, s24le4msb, play 0:17, rec 0:19, 2 blocks of 409 frames
rsnd/1: device requested
rsnd/1: device released
worker: send: cmd = 0, num = 0, mode = 3, fd = -1
worker: recv: cmd = 3, num = 0, mode = 0, fd = 8
worker: send: cmd = 2, num = 0, mode = 768, fd = -1
worker: recv: cmd = 3, num = 0, mode = 0, fd = 9
dev: created
mix: created
ctl4: 0/output0.level = 126 at hw:0/0: added
ctl5: 0/output1.level = 126 at hw:0/1: added
ctl6: 0/output0.mute = 0 at hw:0/32: added
ctl7: 0/output1.mute = 0 at hw:0/33: added
ctl8: 0/input0.level = 124 at hw:0/64: added
ctl9: 0/input1.level = 124 at hw:0/65: added
ctl10: 0/input0.mute = 0 at hw:0/96: added
ctl11: 0/input1.mute = 0 at hw:0/97: added
ctl12: 0/server.device[0] (azalia1) = 1 at hw:0/128: added
dec: s16le, 2 channels
enc: s16le, 2 channels
rsnd/0: 48000Hz, s16le, play 0:1, rec 0:1, 16 blocks of 480 frames
ctl13: default/server.device[0] (azalia1) = 0 at opt_dev:default/0: added
ctl14: default/server.device[1] (Scarlett 18) = 1 at opt_dev:default/1: added
slot0: default/vlc
sock 5: SETPAR message
sock 5: GETPAR message
sock 5: GETPAR message
sock 5: START message
slot0: 44100Hz, s32le, play 0:1, 29 blocks of 376 frames
slot0: allocated 10904/11656 fr buffers
sock 5: building SETVOL message, vol = 127
cmap_init: nch = 2, ostart = 0, onext = 16, istart = 0, inext = 0
dec: s32le, 2 channels
resamp_init: 376/409
rsnd/1: started
rsnd/1: started
slot0: attached at -752 + 0 / 376
slot0: set weight: 8388608 / 8388608
(pause)
sock 5: STOP message
enc: s32le, 2 channels
slot0: stopping (drain = 0)
slot0: detached at 0 + 0 / 409
slot0: eof
deleting non-empty buffer, used = 87232
sock 5: building STOP message
sock 5: GETPAR message
sock 5: START message
slot0: 44100Hz, s32le, play 0:1, 29 blocks of 376 frames
slot0: allocated 10904/11656 fr buffers
rsnd/1: device stopped
rsnd/1: stopped, load avg = 295959 / 16949634
(resume)
cmap_init: nch = 2, ostart = 0, onext = 16, istart = 0, inext = 0
dec: s32le, 2 channels
resamp_init: 376/409
rsnd/1: started
rsnd/1: started
slot0: attached at -752 + 0 / 376
slot0: set weight: 8388608 / 8388608
(stutter from chrome browsing)
sock 5: STOP message
enc: s32le, 2 channels
slot0: stopping (drain = 0)
slot0: detached at 0 + 0 / 409
slot0: eof
deleting non-empty buffer, used = 87232
sock 5: building STOP message
sock 5: GETPAR message
sock 5: START message
slot0: 44100Hz, s32le, play 0:1, 29 blocks of 376 frames
slot0: allocated 10904/11656 fr buffers
cmap_init: nch = 2, ostart = 0, onext = 16, istart = 0, inext = 0
dec: s32le, 2 channels
resamp_init: 376/409
slot0: attached at -752 + 0 / 376
slot0: set weight: 8388608 / 8388608
OpenBSD 7.8-current (GENERIC.MP) #178: Sat Dec 27 10:39:49 MST 2025
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 34227937280 (32642MB)
avail mem = 33163317248 (31627MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xdd9c6000 (63 entries)
bios0: vendor American Megatrends International, LLC. version "A.K1" date
09/09/2025
bios0: Micro-Star International Co., Ltd. MS-7C91
efi0 at bios0: UEFI 2.7
efi0: American Megatrends rev 0x50011
acpi0 at bios0: ACPI 6.2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT SSDT SSDT FIDT MCFG HPET IVRS FPDT VFCT TPM2 PCCT
SSDT CRAT CDIT BGRT SSDT SSDT SSDT SSDT WSMT APIC SSDT SSDT SSDT
acpi0: wakeup devices GP12(S4) GP13(S4) XHC0(S4) GP30(S4) GP31(S4) GPP0(S4)
GPP8(S4) SWUS(S4) SWDS(S4) GPP1(S4) PTXH(S4) PT20(S4) PT24(S4) PT26(S4)
PT27(S4) PT28(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimcfg0 at acpi0
acpimcfg0: addr 0xf0000000, bus 0-127
acpihpet0 at acpi0: 14318180 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu0: cpuid 1
edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT>
ecx=76f8320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND>
cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
cpu0: cpuid 7.0
ebx=219c97a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA>
ecx=40068c<UMIP,PKU> edx=10
cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG>
ecx=75c237ff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX>
cpu0: cpuid 80000007 edx=6799<HWPSTATE,ITSC>
cpu0: cpuid 80000008
ebx=111ef657<IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD>
cpu0: cpuid 8000001F
eax=1780f<SME,SEV,PFLUSH_MSR,SEVES,REQ64BITHOST,RESTINJ,ALTINJ,DBGSTSW,VTE>
ecx=1fd edx=1
cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 64b/line
8-way L2 cache, 96MB 64b/line 16-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 100MHz
cpu0: mwait min=64, max=64, C-substates=1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 8 (application processor)
cpu4: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu4: smt 0, core 4, package 0
cpu5 at mainbus0: apid 10 (application processor)
cpu5: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu5: smt 0, core 5, package 0
cpu6 at mainbus0: apid 12 (application processor)
cpu6: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu6: smt 0, core 6, package 0
cpu7 at mainbus0: apid 14 (application processor)
cpu7: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu7: smt 0, core 7, package 0
cpu8 at mainbus0: apid 1 (application processor)
cpu8: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu8: smt 1, core 0, package 0
cpu9 at mainbus0: apid 3 (application processor)
cpu9: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu9: smt 1, core 1, package 0
cpu10 at mainbus0: apid 5 (application processor)
cpu10: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu10: smt 1, core 2, package 0
cpu11 at mainbus0: apid 7 (application processor)
cpu11: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu11: smt 1, core 3, package 0
cpu12 at mainbus0: apid 9 (application processor)
cpu12: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu12: smt 1, core 4, package 0
cpu13 at mainbus0: apid 11 (application processor)
cpu13: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu13: smt 1, core 5, package 0
cpu14 at mainbus0: apid 13 (application processor)
cpu14: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu14: smt 1, core 6, package 0
cpu15 at mainbus0: apid 15 (application processor)
cpu15: AMD Ryzen 7 5800X3D 8-Core Processor, 3400.00 MHz, 19-21-02, patch
0a201213
cpu15: smt 1, core 7, package 0
ioapic0 at mainbus0: apid 17 pa 0xfec00000, version 21, 24 pins, can't remap
ioapic1 at mainbus0: apid 18 pa 0xfec01000, version 21, 32 pins, can't remap
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 46 (GP12)
acpiprt2 at acpi0: bus 47 (GP13)
acpiprt3 at acpi0: bus -1 (GP30)
acpiprt4 at acpi0: bus -1 (GP31)
acpiprt5 at acpi0: bus 1 (GPP0)
acpiprt6 at acpi0: bus -1 (GPP2)
acpiprt7 at acpi0: bus -1 (GPP3)
acpiprt8 at acpi0: bus -1 (GPP4)
acpiprt9 at acpi0: bus -1 (GPP5)
acpiprt10 at acpi0: bus -1 (GPP6)
acpiprt11 at acpi0: bus -1 (GPP7)
acpiprt12 at acpi0: bus 43 (GPP8)
acpiprt13 at acpi0: bus -1 (GPP9)
acpiprt14 at acpi0: bus -1 (GPPA)
acpiprt15 at acpi0: bus -1 (GPPB)
acpiprt16 at acpi0: bus -1 (GPPC)
acpiprt17 at acpi0: bus -1 (GPPD)
acpiprt18 at acpi0: bus -1 (GPPE)
acpiprt19 at acpi0: bus -1 (GPPF)
acpiprt20 at acpi0: bus -1 (GP10)
acpiprt21 at acpi0: bus 2 (GPP1)
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
acpibtn0 at acpi0: PWRB
amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins
tpm0 at acpi0 TPM_: unsupported TPM2 start method 2
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"ACPI0010" at acpi0 not configured
acpicpu0 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu1 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu2 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu3 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu4 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu5 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu6 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu7 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu8 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu9 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu10 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu11 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu12 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu13 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu14 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu15 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
"AMDIF030" at acpi0 not configured
"PNP0C14" at acpi0 not configured
cpu0: 3400 MHz: speeds: 3400 2800 2200 MHz
pci0 at mainbus0 bus 0
ksmn0 at pci0 dev 0 function 0 "AMD 17h Root Complex" rev 0x00
"AMD 17h IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
pchb0 at pci0 dev 1 function 0 "AMD 17h Host" rev 0x00
ppb0 at pci0 dev 1 function 1 "AMD 17h PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
nvme0 at pci1 dev 0 function 0 vendor "Samsung", unknown product 0xa810 rev
0x00: msix, NVMe 2.0
nvme0: Samsung SSD 9100 PRO 4TB, firmware 0B2QNXH7, serial S7YANJ0Y606310R
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 9100, 0B2Q>
sd0: 3815447MB, 512 bytes/sector, 7814037168 sectors
ppb1 at pci0 dev 1 function 2 "AMD 17h PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
xhci0 at pci2 dev 0 function 0 "AMD 500 Series xHCI" rev 0x00: msix, 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
ahci0 at pci2 dev 0 function 1 "AMD 500 Series AHCI" rev 0x00: msi, AHCI 1.3.1
ahci0: port busy after first PMP probe FIS
ahci0: port busy after first PMP probe FIS
ahci0: port 1: 6.0Gb/s
scsibus2 at ahci0: 32 targets
sd1 at scsibus2 targ 1 lun 0: <ATA, Samsung SSD 870, SVT0> naa.5002538f3280189b
sd1: 1907729MB, 512 bytes/sector, 3907029168 sectors, thin
ppb2 at pci2 dev 0 function 2 "AMD 500 Series PCIE" rev 0x00
pci3 at ppb2 bus 3
ppb3 at pci3 dev 0 function 0 "AMD 500 Series PCIE" rev 0x00: msi
pci4 at ppb3 bus 4
nvme1 at pci4 dev 0 function 0 "Samsung SM961/PM961" rev 0x00: msix, NVMe 1.2
nvme1: Samsung SSD 960 PRO 512GB, firmware 2B6QCXP7, serial S3EWNX0J527424N
scsibus3 at nvme1: 2 targets, initiator 0
sd2 at scsibus3 targ 1 lun 0: <NVMe, Samsung SSD 960, 2B6Q>
sd2: 488386MB, 512 bytes/sector, 1000215216 sectors
ppb4 at pci3 dev 6 function 0 "AMD 500 Series PCIE" rev 0x00: msi
pci5 at ppb4 bus 5
iwx0 at pci5 dev 0 function 0 "Intel Wi-Fi 6 AX200" rev 0x1a, msix
ppb5 at pci3 dev 7 function 0 "AMD 500 Series PCIE" rev 0x00: msi
pci6 at ppb5 bus 6
re0 at pci6 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H (0x5400),
msi, address d8:bb:c1:e1:48:24
rgephy0 at re0 phy 7: RTL8251, rev. 0
ppb6 at pci3 dev 9 function 0 "AMD 500 Series PCIE" rev 0x00: msi
pci7 at ppb6 bus 42
rge0 at pci7 dev 0 function 0 "Realtek RTL8125" rev 0x05: msix: RTL8125B,
address d8:bb:c1:e1:48:23
pchb1 at pci0 dev 2 function 0 "AMD 17h Host" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 17h Host" rev 0x00
ppb7 at pci0 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi
pci8 at ppb7 bus 43
ppb8 at pci8 dev 0 function 0 "AMD 17h PCIE" rev 0xc1
pci9 at ppb8 bus 44
ppb9 at pci9 dev 0 function 0 "AMD 17h PCIE" rev 0x00
pci10 at ppb9 bus 45
amdgpu0 at pci10 dev 0 function 0 "ATI Radeon Rx Vega" rev 0xc1
drm0 at amdgpu0
amdgpu0: msi
azalia0 at pci10 dev 0 function 1 "ATI Radeon Rx Vega HD Audio" rev 0x00: msi
azalia0: no supported codecs
pchb3 at pci0 dev 4 function 0 "AMD 17h Host" rev 0x00
pchb4 at pci0 dev 5 function 0 "AMD 17h Host" rev 0x00
pchb5 at pci0 dev 7 function 0 "AMD 17h Host" rev 0x00
ppb10 at pci0 dev 7 function 1 "AMD 17h PCIE" rev 0x00
pci11 at ppb10 bus 46
vendor "AMD", unknown product 0x148a (class instrumentation unknown subclass
0x00, rev 0x00) at pci11 dev 0 function 0 not configured
pchb6 at pci0 dev 8 function 0 "AMD 17h Host" rev 0x00
ppb11 at pci0 dev 8 function 1 "AMD 17h PCIE" rev 0x00
pci12 at ppb11 bus 47
vendor "AMD", unknown product 0x1485 (class instrumentation unknown subclass
0x00, rev 0x00) at pci12 dev 0 function 0 not configured
ccp0 at pci12 dev 0 function 1 "AMD 17h Crypto" rev 0x00
xhci1 at pci12 dev 0 function 3 "AMD 17h xHCI" rev 0x00: msix, 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
azalia1 at pci12 dev 0 function 4 "AMD 17h HD Audio" rev 0x00: msi
azalia1: codecs: Realtek ALC1220
audio0 at azalia1
piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x61: SMI
iic0 at piixpm0
sdtemp0 at iic0 addr 0x1a: gt30ts00
sdtemp1 at iic0 addr 0x1b: gt30ts00
iic0: addr 0x4a 00=7f 01=fc 02=bf 03=e6 82=ff 85=2f 86=01 87=19 89=ff 8a=ff
8b=ff 8c=ff 8d=ff 8e=ff 8f=ff 90=ff 91=ff 92=ff 93=ff 94=ff 95=ff 96=ff 97=ff
98=ff 99=ff 9a=ff 9b=ff 9c=ff 9d=ff 9e=ff 9f=ff a0=ff a1=ff a2=ff a3=ff a4=ff
a5=ff a6=ff a7=ff a8=ff a9=ff aa=ff ab=ff ac=ff ad=ff ae=ff af=ff b0=ff b1=ff
b2=ff b3=ff b4=ff b5=ff b6=ff b7=ff b8=ff b9=ff ba=ff bb=ff bc=ff bd=ff be=ff
bf=ff c0=ff c1=ff c2=ff c3=ff c4=ff c5=ff c6=ff c7=ff c8=ff c9=ff ca=ff cb=ff
cc=ff cd=ff ce=ff cf=ff d0=ff d1=ff d2=ff d3=ff d4=ff d5=ff d6=ff d7=ff d8=ff
d9=ff da=ff db=ff dc=ff dd=ff de=ff df=ff e0=ff e1=ff e2=ff e3=ff e4=ff e5=ff
e6=ff e7=ff e8=ff e9=ff ea=ff eb=ff ec=ff ed=ff ee=ff ef=ff f0=ff f1=ff f2=ff
f3=ff f4=ff f5=ff f6=ff f7=ff f8=ff f9=ff fa=ff fb=ff fc=ff fd=ff fe=ff ff=ff
words 00=7ffc 01=fcbf 02=bfe6 03=e600 04=0000 05=0000 06=0000 07=0000
spdmem0 at iic0 addr 0x52: 16GB DDR4 SDRAM PC4-17000
spdmem1 at iic0 addr 0x53: 16GB DDR4 SDRAM PC4-17000
iic1 at piixpm0
pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
pchb7 at pci0 dev 24 function 0 "AMD 17h Data Fabric" rev 0x00
pchb8 at pci0 dev 24 function 1 "AMD 17h Data Fabric" rev 0x00
pchb9 at pci0 dev 24 function 2 "AMD 17h Data Fabric" rev 0x00
pchb10 at pci0 dev 24 function 3 "AMD 17h Data Fabric" rev 0x00
pchb11 at pci0 dev 24 function 4 "AMD 17h Data Fabric" rev 0x00
pchb12 at pci0 dev 24 function 5 "AMD 17h Data Fabric" rev 0x00
pchb13 at pci0 dev 24 function 6 "AMD 17h Data Fabric" rev 0x00
pchb14 at pci0 dev 24 function 7 "AMD 17h Data Fabric" rev 0x00
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
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
uhub2 at uhub0 port 6 configuration 1 interface 0 "Genesys Logic USB2.0 Hub"
rev 2.00/60.90 addr 2
ugen0 at uhub2 port 3 "Intel Bluetooth" rev 2.01/0.01 addr 3
uhidev0 at uhub0 port 9 configuration 1 interface 0 "Logitech G403 Prodigy
Gaming Mouse" rev 2.00/8.01 addr 4
uhidev0: iclass 3/1
ums0 at uhidev0: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub0 port 9 configuration 1 interface 1 "Logitech G403 Prodigy
Gaming Mouse" rev 2.00/8.01 addr 4
uhidev1: iclass 3/0, 17 report ids
uhidpp0 at uhidev1
ukbd0 at uhidev1 reportid 1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
ucc0 at uhidev1 reportid 3: 652 usages, 20 keys, array
wskbd2 at ucc0 mux 1
uhid0 at uhidev1 reportid 4: input=1, output=0, feature=0
uhidev2 at uhub0 port 12 configuration 1 interface 0 "MSI MYSTIC LIGHT" rev
1.10/0.01 addr 5
uhidev2: iclass 3/0, 83 report ids
uhid1 at uhidev2 reportid 1: input=63, output=63, feature=0
uhid2 at uhidev2 reportid 2: input=63, output=63, feature=0
uhid3 at uhidev2 reportid 82: input=0, output=0, feature=184
uhid4 at uhidev2 reportid 83: input=0, output=0, feature=724
uaudio0 at uhub1 port 1 configuration 1 interface 1 "Focusrite Scarlett 18i16
4th Gen" rev 2.00/9.a0 addr 2
uaudio0: class v2, high-speed, sync, channels: 18 play, 20 rec, 0 ctls
audio1 at uaudio0
umidi0 at uhub1 port 1 configuration 1 interface 5 "Focusrite Scarlett 18i16
4th Gen" rev 2.00/9.a0 addr 2
umidi0: (genuine USB-MIDI)
umidi0: out=1, in=1
midi0 at umidi0: <USB MIDI I/F>
ugen1 at uhub1 port 1 configuration 1 "Focusrite Scarlett 18i16 4th Gen" rev
2.00/9.a0 addr 2
urng0 at uhub1 port 3 configuration 1 interface 0 "altusmetrum.org
ChaosKey-hw-1.0-sw-1.9" rev 1.10/1.00 addr 3
uhidev3 at uhub1 port 4 configuration 1 interface 0 " Varmilo" rev 2.00/2.10
addr 4
uhidev3: iclass 3/1
ukbd1 at uhidev3: 8 variable keys, 6 key codes
wskbd3 at ukbd1 mux 1
uhidev4 at uhub1 port 4 configuration 1 interface 1 " Varmilo" rev 2.00/2.10
addr 4
uhidev4: iclass 3/0, 4 report ids
ukbd2 at uhidev4 reportid 1: 128 variable keys, 0 key codes
wskbd4 at ukbd2 mux 1
ucc1 at uhidev4 reportid 2: 3 usages, 7 keys, array
wskbd5 at ucc1 mux 1
uhid5 at uhidev4 reportid 3: input=1, output=0, feature=0
ums1 at uhidev4 reportid 4: 8 buttons, Z dir
wsmouse1 at ums1 mux 0
uhidev5 at uhub1 port 4 configuration 1 interface 2 " Varmilo" rev 2.00/2.10
addr 4
uhidev5: iclass 3/0
uhid6 at uhidev5: input=64, output=64, feature=8
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd0a (396a097c895ffc43.a) swap on sd0b dump on sd0b
iwx0: hw rev 0x340, fw 77.a20fb07d.0, address 4c:5f:70:73:c2:24
amdgpu0: VEGA10 GC 9.0.1 64 CU rev 0x01
amdgpu0: 3840x2160, 32bpp
wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wskbd3: connecting to wsdisplay0
wskbd4: connecting to wsdisplay0
wskbd5: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
uaudio0: play xfer, err = 6
uaudio0: rec xfer, err = 6
uaudio0: play xfer, err = 6
uaudio0: rec xfer, err = 6
uaudio0: rec xfer, err = 6
uaudio0: play xfer, err = 6
uaudio0: rec xfer, err = 6
uaudio0: rec xfer, err = 6
uaudio0: rec xfer, err = 6
uaudio0: play xfer, err = 6
uaudio0: play xfer, err = 6
uaudio0: play xfer, err = 6