On Sat, Aug 24, 2024 at 12:13:11PM +0200, Martin Pieuchot wrote:
> Hugh,
> 
> If you can reproduce this easily, please send a new panic with the
> outputs of:
> - show uvm
> - show bcstats
> - And the traces of all running processes...  In the two reports below we
> only have the trace of pax(1) which is running on CPU2.

I saved screenshots of my first crash, with a few more traces in case
they might be useful. These were running on 7.5-stable.

        http://www.oxide.org/amdcrash/

I ran my setup with a ports tree as the source overnight, and have
not obtained the panic as yet. I will switch back to my cursed cpio
and hopefully get the requested details on 7.6-beta today.

When I try again to find a clean recipe, it will be multiple copies
of CVSROOT.

/Hugh

> 
> The two panics are due to corruptions of two different global data
> structures related to buffers: the tree of pages and the tree of buffers.
> 
> In both cases it happens when the buffer cache reaches low DMA watermark
> and tries to flip a buffer high.  The fact that global data structures
> are corrupted and the given buffer cannot be found tends to indicate
> there is a race.  And this is coherent with the use of pax | nc which
> are currently running on two different CPUs.
> 
> I fear there's a sleeping point somewhere, we could try converting the
> splbio() to a mutex which should help.
> 
> On 24/08/24(Sat) 01:11, Hugh Graham wrote:
> > On Fri, Aug 23, 2024 at 01:52:52PM -0600, Bob Beck wrote:
> > > My immediate suspicion would also fall there.  Nothing in here has 
> > > recently changed. 
> > > 
> > > You should probably share this with a wider audience, like bugs@ or tech@ 
> > > instead of just
> > > Mailing individuals. 
> > 
> > Apologies for the lack of process. I am only barely awake after a
> > long slumber.
> > 
> > It ran all day, but I did manage to reproduce the crash on 7.4,
> > so that absolves a whole bunch of "recent" changes.
> > 
> > Also, as yet, I have only the single machine for testing and
> > can't exclude hardware. If anyone wants to make an independent
> > confirmation, sending a ports tree with plenty of packages and
> > distfiles might be a successful recipe.
> > 
> >     pax -w ports | network | pax -r
> > 
> > Where the receiver's network media is forced to 10BaseT, or the
> > sending machine is just that slow. My latest crash was near the
> > 25GB mark, but this varies greatly and is usually sooner. I
> > will confirm this recipe when I see my next crash.
> > 
> > /Hugh
> > 
> > >> OpenBSD/amd64 BOOTX64 3.65
> > boot> boot bsd.mp.74.dist -s
> > booting hd0a:bsd.mp.74.dist: 17249612+4142096+368672+0+1241088 
> > [1340407+128+1321080+1013316]=0x1973738
> > entry point at 0x1001000
> > [ using 3675960 bytes of bsd ELF symbol table ]
> > Copyright (c) 1982, 1986, 1989, 1991, 1993
> >         The Regents of the University of California.  All rights reserved.
> > Copyright (c) 1995-2023 OpenBSD. All rights reserved.  
> > https://www.OpenBSD.org
> > 
> > OpenBSD 7.4 (GENERIC.MP) #1397: Tue Oct 10 09:02:37 MDT 2023
> >     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> > real mem = 33551818752 (31997MB)
> > ...
> > panic: kernel diagnostic assertion "tpg != NULL" failed: file 
> > "/usr/src/sys/uvm
> > /uvm_page.c", line 855
> > Stopped at      db_enter+0x14:  popq    %rbp
> >     TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
> > *  1154  46918      0    0x100003          0    2  pax
> >  401298  12308      0    0x100003          0    3  nc
> >  404052  38135      0     0x14000      0x200    1  softnet0
> > db_enter() at db_enter+0x14
> > panic(ffffffff820a9e1f) at panic+0xc3
> > __assert(ffffffff82122f8e,ffffffff8207775c,357,ffffffff8215caa2) at 
> > __assert+0x
> > 29
> > uvm_pagerealloc_multi(fffffd8741fa1218,4000000000,4000,22,ffffffff8250d8d0) 
> > at u
> > vm_pagerealloc_multi+0x2f8
> > buf_realloc_pages(fffffd8741fa1158,ffffffff8250d8d0,2) at 
> > buf_realloc_pages+0xb
> > f
> > buf_flip_high(fffffd8741fa1158) at buf_flip_high+0x7e
> > bufcache_recover_dmapages(0,4) at bufcache_recover_dmapages+0x12b
> > buf_get(fffffd873280ab58,3be4,4000) at buf_get+0xcb
> > getblk(fffffd873280ab58,3be4,4000,0,ffffffffffffffff) at getblk+0x71
> > ffs2_balloc(fffffd872b47be18,ef90000,2d,fffffd880dad9ea0,1,ffff8000443a11a8)
> >  at
> >  ffs2_balloc+0xeef
> > ffs_write(ffff8000443a1228) at ffs_write+0x229
> > VOP_WRITE(fffffd873280ab58,ffff8000443a1388,1,fffffd880dad9ea0) at 
> > VOP_WRITE+0x
> > 45
> > vn_write(fffffd8718901708,ffff8000443a1388,0) at vn_write+0xcc
> > dofilewritev(ffff80004436e2b0,6,ffff8000443a1388,0,ffff8000443a1460) at 
> > dofilew
> > ritev+0x151
> > end trace frame: 0xffff8000443a13f0, count: 0
> > https://www.openbsd.org/ddb.html describes the minimum info required in bug
> > reports.  Insufficient info makes it difficult to find and fix bugs.
> > ddb{2}> 
> > 
> > > 
> > > Very likely related to come of the changes being made in uvm. 
> > > 
> > > > On Aug 23, 2024, at 1:25???PM, Kenneth Westerback 
> > > > <kwesterb...@gmail.com> wrote:
> > > > 
> > > > And of course it is beck@, not bob@. :-)
> > > > 
> > > > .... Ken
> > > > 
> > > > On Fri, Aug 23, 2024, 15:01 Kenneth Westerback <kwesterb...@gmail.com> 
> > > > wrote:
> > > > Hmmm. Not sure I can see anything there I might have worked on 
> > > > recently. My immediate suspicion falls on recent reports about and 
> > > > subsequent repairs to amd64 low memory area memory handling. You might 
> > > > want to loop in mpi@ and others who made changes to uvm recently.
> > > > 
> > > > Happy to try and reproduce given sufficiently detailed instructions. 
> > > > Note that I have never used pax or cpio and all my network gear and 
> > > > boxes are 1GB devices. :-)
> > > > 
> > > > A particularly interesting test would be to determine in 7.4 or earlier 
> > > > also fails. 
> > > > 
> > > > .... Ken
> > > > 
> > > > 
> > > > 
> > > > On Fri, Aug 23, 2024, 14:24 Hugh Graham <h...@openbsd.org> wrote:
> > > > Hi Bob and KRW!
> > > > 
> > > > I can reproduce this on 7.6-beta as well. Same setup.
> > > > Sometimes I get a crash/reboot instead of a panic.
> > > > 
> > > > I'm going to work on creating a test file that doesn't include
> > > > private information, and also see how important the slow speed
> > > > of the network transfer is.
> > > > 
> > > > If either of you have a spare system to run a similar test on,
> > > > that would replicate what I'm doing and maybe narrow things
> > > > down more quickly.
> > > > 
> > > > /Hugh
> > > > 
> > > > uvm_fault(0xffffffff827da7d0, 0xfffffda537010300, 0, 1) -> e
> > > > kernel: page fault trap, code=0
> > > > Stopped at      uvm_pagerealloc_multi+0x3a:     cmpq    %rax,0x8(%rdi)
> > > >     TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
> > > > * 81148  93180      0    0x100003          0    2  pax
> > > >  138912   4759      0    0x100003          0    3  nc
> > > >  220430   8132      0     0x14000      0x200    1  softnet0
> > > > uvm_pagerealloc_multi(fffffda5370102f8,0,4000,22,ffffffff8286cd00) at 
> > > > uvm_pager
> > > > ealloc_multi+0x3a
> > > > buf_realloc_pages(fffffd8537010238,ffffffff8286cd00,2) at 
> > > > buf_realloc_pages+0xa
> > > > f
> > > > buf_flip_high(fffffd8537010238) at buf_flip_high+0x7e
> > > > bufcache_recover_dmapages(0,4) at bufcache_recover_dmapages+0x14f
> > > > buf_get(fffffd850eeaf200,0,4000) at buf_get+0xd4
> > > > getblk(fffffd850eeaf200,0,4000,0,ffffffffffffffff) at getblk+0x7b
> > > > ffs2_balloc(fffffd850eea92d0,0,5,fffffd880dad5dd0,1,ffff80006a65f098) 
> > > > at ffs2_b
> > > > alloc+0x4d1
> > > > ffs_write(ffff80006a65f118) at ffs_write+0x20d
> > > > VOP_WRITE(fffffd850eeaf200,ffff80006a65f278,1,fffffd880dad5dd0) at 
> > > > VOP_WRITE+0x
> > > > 45
> > > > vn_write(fffffd87188028e8,ffff80006a65f278,0) at vn_write+0xd9
> > > > dofilewritev(ffff80006a61acd8,6,ffff80006a65f278,0,ffff80006a65f310) at 
> > > > dofilew
> > > > ritev+0x171
> > > > sys_write(ffff80006a61acd8,ffff80006a65f3a0,ffff80006a65f310) at 
> > > > sys_write+0x55
> > > > 
> > > > syscall(ffff80006a65f3a0) at syscall+0x620
> > > > Xsyscall() at Xsyscall+0x128
> > > > end of kernel
> > > > end trace frame: 0x719a1014b690, count: 1
> > > > https://www.openbsd.org/ddb.html describes the minimum info required in 
> > > > bug
> > > > reports.  Insufficient info makes it difficult to find and fix bugs.
> > > > ddb{2}> 
> > > > 
> > > > 
> > > > On Thu, Aug 22, 2024 at 08:46:34AM -0700, Hugh Graham wrote:
> > > > > Hi Bob!
> > > > > 
> > > > > I apologise for the crudity of this bug report - I've been out
> > > > > of the loop for a long while. The system in question is a
> > > > > relatively new beige-box PC with NVME storage. It is receiving
> > > > > a cpio from a very much slower system (1MB/s).
> > > > > 
> > > > > I have reproduced this effect by setting media 10baseT on the
> > > > > panicing system and piping over netcat. I haven't reproduced
> > > > > the effect by moving between local filesystems or over a fast
> > > > > network, but because it takes several hours to reproduce
> > > > > I can't say it wouldn't eventually panic.
> > > > > 
> > > > > The cpio contains base filesystems, email folders, cvs repo,
> > > > > ports packages and distfiles, etc. 30GB in all. It's not
> > > > > practical to share it. The receiving filesystem can be, but
> > > > > does not have to be freshly newfsd, and might have been
> > > > > created with -i 16384. The system is in single-user mode.
> > > > > 
> > > > > I set up a serial console on the panicing system, and will
> > > > > attach dmesg and a trace. The system is currently sitting
> > > > > at a ddb prompt, and I can poke around if that would be
> > > > > useful. Otherwise I'll bring the system to the 7.6 beta
> > > > > and see if I can reproduce it there.
> > > > > 
> > > > > /Hugh
> > > > > 
> > > > > 
> > > > > pax: ./var/empty/dev/log skipped. Sockets cannot be copied or 
> > > > > extracted
> > > > > uvm_fault(0xffffffff82693e28, 0xfffffda537098808, 0, 2) -> e
> > > > > kernel: page fault trap, code=2
> > > > > Stopped at      buf_put+0xa4:   movq    %rax,0(%rcx)
> > > > >     TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
> > > > > *206561  71930      0   0x8100003          0    2  pax
> > > > >  318300   7056      0  0x18100003          0    3  nc
> > > > >   70950    927      0     0x14000      0x200    1  softnet0
> > > > > buf_put(fffffd85370986d0) at buf_put+0xa4
> > > > > bufbackoff(ffffffff82658fc0,4) at bufbackoff+0xf7
> > > > > buf_realloc_pages(fffffd85640d25b0,ffffffff82658fc0,2) at 
> > > > > buf_realloc_pages+0xc
> > > > > 6
> > > > > buf_flip_high(fffffd85640d25b0) at buf_flip_high+0x7e
> > > > > bufcache_recover_dmapages(0,4) at bufcache_recover_dmapages+0x13b
> > > > > buf_get(fffffd80ba6ba960,428,4000) at buf_get+0xcb
> > > > > getblk(fffffd80ba6ba960,428,4000,0,ffffffffffffffff) at getblk+0x72
> > > > > ffs2_balloc(fffffd8092fb5870,10a0000,3df,fffffd880dad9f08,1,ffff80006a6537d8)
> > > > >  a
> > > > > t ffs2_balloc+0xd4a
> > > > > ffs_write(ffff80006a653858) at ffs_write+0x20d
> > > > > VOP_WRITE(fffffd80ba6ba960,ffff80006a6539b8,1,fffffd880dad9f08) at 
> > > > > VOP_WRITE+0x
> > > > > 45
> > > > > vn_write(fffffd8718139960,ffff80006a6539b8,0) at vn_write+0xc7
> > > > > dofilewritev(ffff80006a61c2b0,6,ffff80006a6539b8,0,ffff80006a653a60) 
> > > > > at dofilew
> > > > > ritev+0x151
> > > > > sys_write(ffff80006a61c2b0,ffff80006a653af0,ffff80006a653a60) at 
> > > > > sys_write+0x55
> > > > > 
> > > > > syscall(ffff80006a653af0) at syscall+0x55b
> > > > > end trace frame: 0xffff80006a653b70, count: 0
> > > > > https://www.openbsd.org/ddb.html describes the minimum info required 
> > > > > in bug
> > > > > reports.  Insufficient info makes it difficult to find and fix bugs.
> > > > > ddb{2}> 
> > > > > 
> > > > > 
> > > > > OpenBSD 7.5-stable (GENERIC.MP) #1: Sat Jul 20 10:56:31 PDT 2024
> > > > >     h...@argus.oxide.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> > > > > real mem = 33551818752 (31997MB)
> > > > > avail mem = 32513523712 (31007MB)
> > > > > random: good seed from bootblocks
> > > > > mpath0 at root
> > > > > scsibus0 at mpath0: 256 targets
> > > > > mainbus0 at root
> > > > > bios0 at mainbus0: SMBIOS rev. 3.3 @ 0xc67ed000 (65 entries)
> > > > > bios0: vendor American Megatrends Inc. version "3405" date 12/13/2023
> > > > > bios0: ASUS PRIME B550M-A
> > > > > 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 IVRS SSDT SSDT SSDT FIDT FPDT MCFG HPET VFCT 
> > > > > WPBT TPM2 SSDT CRAT CDIT SSDT SSDT SSDT WSMT APIC SSDT SSDT
> > > > > acpi0: wakeup devices X162(S4) GP17(S4) XHC0(S4) XHC1(S4) PS2K(S3) 
> > > > > X161(S4) PTXH(S4) X1_1(S4) X1_2(S4) RLAN(S4) M2_2(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 5 5600G with Radeon Graphics, 3900.01 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 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 5 5600G with Radeon Graphics, 3900.00 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu1: smt 0, core 1, package 0
> > > > > cpu2 at mainbus0: apid 4 (application processor)
> > > > > cpu2: AMD Ryzen 5 5600G with Radeon Graphics, 3900.00 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu2: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu2: smt 0, core 2, package 0
> > > > > cpu3 at mainbus0: apid 6 (application processor)
> > > > > cpu3: AMD Ryzen 5 5600G with Radeon Graphics, 3900.00 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu3: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu3: smt 0, core 3, package 0
> > > > > cpu4 at mainbus0: apid 8 (application processor)
> > > > > cpu4: AMD Ryzen 5 5600G with Radeon Graphics, 3900.00 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu4: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu4: smt 0, core 4, package 0
> > > > > cpu5 at mainbus0: apid 10 (application processor)
> > > > > cpu5: AMD Ryzen 5 5600G with Radeon Graphics, 3900.00 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu5: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu5: smt 0, core 5, package 0
> > > > > cpu6 at mainbus0: apid 1 (application processor)
> > > > > cpu6: AMD Ryzen 5 5600G with Radeon Graphics, 3900.01 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu6: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu6: smt 1, core 0, package 0
> > > > > cpu7 at mainbus0: apid 3 (application processor)
> > > > > cpu7: AMD Ryzen 5 5600G with Radeon Graphics, 3900.00 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu7: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu7: smt 1, core 1, package 0
> > > > > cpu8 at mainbus0: apid 5 (application processor)
> > > > > cpu8: AMD Ryzen 5 5600G with Radeon Graphics, 3900.01 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > cpu8: 
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu8: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu8: smt 1, core 2, package 0
> > > > > cpu9 at mainbus0: apid 7 (application processor)
> > > > > cpu9: AMD Ryzen 5 5600G with Radeon Graphics, 3900.01 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > cpu9: 
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu9: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB 
> > > > > 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu9: smt 1, core 3, package 0
> > > > > cpu10 at mainbus0: apid 9 (application processor)
> > > > > cpu10: AMD Ryzen 5 5600G with Radeon Graphics, 3900.00 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > cpu10: 
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu10: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 
> > > > > 512KB 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu10: smt 1, core 4, package 0
> > > > > cpu11 at mainbus0: apid 11 (application processor)
> > > > > cpu11: AMD Ryzen 5 5600G with Radeon Graphics, 3900.01 MHz, 19-50-00, 
> > > > > patch 0a50000f
> > > > > cpu11: 
> > > > > 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,x2APIC,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,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > > > > cpu11: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 
> > > > > 512KB 64b/line 8-way L2 cache, 16MB 64b/line 16-way L3 cache
> > > > > cpu11: smt 1, core 5, package 0
> > > > > ioapic0 at mainbus0: apid 13 pa 0xfec00000, version 21, 24 pins
> > > > > ioapic1 at mainbus0: apid 14 pa 0xfec01000, version 21, 32 pins
> > > > > acpiprt0 at acpi0: bus 0 (PCI0)
> > > > > acpiprt1 at acpi0: bus -1 (GPP6)
> > > > > acpiprt2 at acpi0: bus -1 (GPP7)
> > > > > acpiprt3 at acpi0: bus -1 (GPP8)
> > > > > acpiprt4 at acpi0: bus -1 (GPP9)
> > > > > acpiprt5 at acpi0: bus 11 (GP17)
> > > > > acpiprt6 at acpi0: bus -1 (GPP0)
> > > > > acpiprt7 at acpi0: bus -1 (GP18)
> > > > > acpiprt8 at acpi0: bus 10 (GPP4)
> > > > > acpiprt9 at acpi0: bus -1 (GPP5)
> > > > > acpiprt10 at acpi0: bus 1 (GPP3)
> > > > > acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
> > > > > acpicmos0 at acpi0
> > > > > com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo
> > > > > 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
> > > > > "ACPI0010" at acpi0 not configured
> > > > > acpicpu0 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu1 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu2 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu3 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu4 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu5 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu6 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu7 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu8 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu9 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu10 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > acpicpu11 at acpi0: C3(0@350 io@0x415), C2(0@18 io@0x414), C1(0@1 
> > > > > mwait), PSS
> > > > > "AMDIF030" at acpi0 not configured
> > > > > "PNP0C14" at acpi0 not configured
> > > > > "PNP0C14" at acpi0 not configured
> > > > > "PNP0C14" at acpi0 not configured
> > > > > "PNP0C14" at acpi0 not configured
> > > > > cpu0: 3900 MHz: speeds: 3900 1700 1400 MHz
> > > > > pci0 at mainbus0 bus 0
> > > > > ksmn0 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
> > > > > pchb0 at pci0 dev 1 function 0 "AMD 17h/6xh Host" rev 0x00
> > > > > pchb1 at pci0 dev 2 function 0 "AMD 17h/6xh Host" rev 0x00
> > > > > ppb0 at pci0 dev 2 function 1 "AMD 17h/6xh PCIE" rev 0x00: msi
> > > > > pci1 at ppb0 bus 1
> > > > > xhci0 at pci1 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 pci1 dev 0 function 1 "AMD 500 Series AHCI" rev 0x00: msi, 
> > > > > AHCI 1.3.1
> > > > > scsibus1 at ahci0: 32 targets
> > > > > ppb1 at pci1 dev 0 function 2 "AMD 500 Series PCIE" rev 0x00
> > > > > pci2 at ppb1 bus 2
> > > > > ppb2 at pci2 dev 0 function 0 "AMD 500 Series PCIE" rev 0x00: msi
> > > > > pci3 at ppb2 bus 3
> > > > > ppb3 at pci2 dev 1 function 0 "AMD 500 Series PCIE" rev 0x00: msi
> > > > > pci4 at ppb3 bus 4
> > > > > ppb4 at pci2 dev 2 function 0 "AMD 500 Series PCIE" rev 0x00: msi
> > > > > pci5 at ppb4 bus 5
> > > > > em0 at pci5 dev 0 function 0 "Intel 82576" rev 0x01: msi, address 
> > > > > 98:b7:85:1e:c7:44
> > > > > em1 at pci5 dev 0 function 1 "Intel 82576" rev 0x01: msi, address 
> > > > > 98:b7:85:1e:c7:45
> > > > > ppb5 at pci2 dev 3 function 0 "AMD 500 Series PCIE" rev 0x00: msi
> > > > > pci6 at ppb5 bus 6
> > > > > ppb6 at pci2 dev 4 function 0 "AMD 500 Series PCIE" rev 0x00: msi
> > > > > pci7 at ppb6 bus 7
> > > > > ppb7 at pci2 dev 8 function 0 "AMD 500 Series PCIE" rev 0x00: msi
> > > > > pci8 at ppb7 bus 8
> > > > > ppb8 at pci2 dev 9 function 0 "AMD 500 Series PCIE" rev 0x00: msi
> > > > > pci9 at ppb8 bus 9
> > > > > re0 at pci9 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H 
> > > > > (0x5400), msi, address 58:11:22:d4:9e:47
> > > > > rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
> > > > > ppb9 at pci0 dev 2 function 2 "AMD 17h/6xh PCIE" rev 0x00: msi
> > > > > pci10 at ppb9 bus 10
> > > > > nvme0 at pci10 dev 0 function 0 vendor "Samsung", unknown product 
> > > > > 0xa80d rev 0x00: msix, NVMe 2.0
> > > > > nvme0: Samsung SSD 990 EVO 1TB, firmware 0B2QKXJ7, serial 
> > > > > S7M3NS0X521107N
> > > > > scsibus2 at nvme0: 2 targets, initiator 0
> > > > > sd0 at scsibus2 targ 1 lun 0: <NVMe, Samsung SSD 990, 0B2Q>
> > > > > sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
> > > > > pchb2 at pci0 dev 8 function 0 "AMD 17h/6xh Host" rev 0x00
> > > > > ppb10 at pci0 dev 8 function 1 "AMD 17h/6xh PCIE" rev 0x00
> > > > > pci11 at ppb10 bus 11
> > > > > amdgpu0 at pci11 dev 0 function 0 "ATI Cezanne" rev 0xc9
> > > > > drm0 at amdgpu0
> > > > > amdgpu0: msi
> > > > > azalia0 at pci11 dev 0 function 1 "ATI Renoir HD Audio" rev 0x00: msi
> > > > > azalia0: no supported codecs
> > > > > ccp0 at pci11 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00
> > > > > xhci1 at pci11 dev 0 function 3 "AMD 17h/6xh 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
> > > > > xhci2 at pci11 dev 0 function 4 "AMD 17h/6xh xHCI" rev 0x00: msix, 
> > > > > xHCI 1.10
> > > > > usb2 at xhci2: USB revision 3.0
> > > > > uhub2 at usb2 configuration 1 interface 0 "AMD xHCI root hub" rev 
> > > > > 3.00/1.00 addr 1
> > > > > azalia1 at pci11 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: 
> > > > > apic 14 int 12
> > > > > azalia1: codecs: Realtek ALC897
> > > > > audio0 at azalia1
> > > > > piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x51: polling
> > > > > iic0 at piixpm0
> > > > > iic1 at piixpm0
> > > > > pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
> > > > > pchb3 at pci0 dev 24 function 0 "AMD 19h/5xh Data Fabric" rev 0x00
> > > > > pchb4 at pci0 dev 24 function 1 "AMD 19h/5xh Data Fabric" rev 0x00
> > > > > pchb5 at pci0 dev 24 function 2 "AMD 19h/5xh Data Fabric" rev 0x00
> > > > > pchb6 at pci0 dev 24 function 3 "AMD 19h/5xh Data Fabric" rev 0x00
> > > > > pchb7 at pci0 dev 24 function 4 "AMD 19h/5xh Data Fabric" rev 0x00
> > > > > pchb8 at pci0 dev 24 function 5 "AMD 19h/5xh Data Fabric" rev 0x00
> > > > > pchb9 at pci0 dev 24 function 6 "AMD 19h/5xh Data Fabric" rev 0x00
> > > > > pchb10 at pci0 dev 24 function 7 "AMD 19h/5xh 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
> > > > > pcppi0 at isa0 port 0x61
> > > > > spkr0 at pcppi0
> > > > > lm0 at isa0 port 0x290/8: W83627DHG
> > > > > efifb at mainbus0 not configured
> > > > > uhidev0 at uhub0 port 10 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 10 configuration 1 "AsusTek Computer Inc. AURA 
> > > > > LED Controller" rev 2.00/1.00 addr 2
> > > > > uhidev1 at uhub1 port 2 configuration 1 interface 0 "CPS 
> > > > > CP1500PFCLCDa" rev 2.00/2.00 addr 2
> > > > > uhidev1: iclass 3/0, 45 report ids
> > > > > upd0 at uhidev1
> > > > > uhid1 at uhidev1 reportid 1: input=0, output=0, feature=1
> > > > > uhid2 at uhidev1 reportid 2: input=0, output=0, feature=1
> > > > > uhid3 at uhidev1 reportid 3: input=0, output=0, feature=1
> > > > > uhid4 at uhidev1 reportid 4: input=0, output=0, feature=1
> > > > > uhid5 at uhidev1 reportid 5: input=0, output=0, feature=1
> > > > > uhid6 at uhidev1 reportid 6: input=0, output=0, feature=1
> > > > > uhid7 at uhidev1 reportid 7: input=0, output=0, feature=6
> > > > > uhid8 at uhidev1 reportid 8: input=5, output=0, feature=5
> > > > > uhid9 at uhidev1 reportid 9: input=0, output=0, feature=2
> > > > > uhid10 at uhidev1 reportid 10: input=0, output=0, feature=2
> > > > > uhid11 at uhidev1 reportid 12: input=1, output=0, feature=1
> > > > > uhid12 at uhidev1 reportid 13: input=0, output=0, feature=1
> > > > > uhid13 at uhidev1 reportid 14: input=0, output=0, feature=1
> > > > > uhid14 at uhidev1 reportid 15: input=0, output=0, feature=2
> > > > > uhid15 at uhidev1 reportid 16: input=4, output=0, feature=4
> > > > > uhid16 at uhidev1 reportid 18: input=0, output=0, feature=2
> > > > > uhid17 at uhidev1 reportid 19: input=0, output=0, feature=1
> > > > > uhid18 at uhidev1 reportid 20: input=1, output=0, feature=1
> > > > > uhid19 at uhidev1 reportid 21: input=0, output=0, feature=2
> > > > > uhid20 at uhidev1 reportid 22: input=0, output=0, feature=2
> > > > > uhid21 at uhidev1 reportid 24: input=0, output=0, feature=4
> > > > > uhid22 at uhidev1 reportid 25: input=2, output=0, feature=2
> > > > > uhid23 at uhidev1 reportid 26: input=1, output=0, feature=1
> > > > > uhid24 at uhidev1 reportid 27: input=0, output=0, feature=1
> > > > > uhid25 at uhidev1 reportid 28: input=0, output=0, feature=5
> > > > > uhid26 at uhidev1 reportid 29: input=2, output=0, feature=2
> > > > > uhid27 at uhidev1 reportid 37: input=0, output=0, feature=1
> > > > > uhid28 at uhidev1 reportid 38: input=0, output=0, feature=1
> > > > > uhid29 at uhidev1 reportid 39: input=0, output=0, feature=1
> > > > > uhid30 at uhidev1 reportid 40: input=63, output=0, feature=63
> > > > > uhid31 at uhidev1 reportid 41: input=0, output=63, feature=63
> > > > > uhid32 at uhidev1 reportid 42: input=0, output=0, feature=1
> > > > > uhid33 at uhidev1 reportid 43: input=0, output=0, feature=1
> > > > > uhid34 at uhidev1 reportid 44: input=1, output=0, feature=1
> > > > > uhid35 at uhidev1 reportid 45: input=1, output=0, feature=1
> > > > > vscsi0 at root
> > > > > scsibus3 at vscsi0: 256 targets
> > > > > softraid0 at root
> > > > > scsibus4 at softraid0: 256 targets
> > > > > root on sd0a (8e0e562e38eefe35.a) swap on sd0b dump on sd0b
> > > > > amdgpu0: GREEN_SARDINE GC 9.3.0 7 CU rev 0x00
> > > > > amdgpu0: 1920x1200, 32bpp
> > > > > wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using 
> > > > > wskbd0
> > > > > wsdisplay0: screen 1-5 added (std, vt100 emulation)
> > > > >
> > > 
> > > 

Reply via email to