I seem to have an odd situation with sensor enumeration in sensorsd, but I'm
not sure if the real cause is in sensorsd, the relevant drivers (xhci and
friends, uhidpp), or the kernel. This is on amd64 -current.

My Logitech mouse attaches as uhidpp0 and exposes a battery sensor:

  $ sysctl|grep uhidpp0
  hw.sensors.uhidpp0.raw0=4 (battery levels)
  hw.sensors.uhidpp0.percent0=20.00% (battery level), WARNING

I have the following sensorsd.conf:

  hw.sensors.uhidpp0.percent0:low=30%:command=...

However, if I start sensorsd in rc.conf.local, it does not pick up the
uhidpp0 sensor. Indeed, /var/log/daemon contains these two lines from
sensorsd:

  Jul 26 08:44:05 overdrive sensorsd[65091]: startup, system has 2 sensors
  ...
  Jul 26 08:45:05 overdrive sensorsd[10230]: softraid0.drive0: online, OK

Notice that only 1 sensor is printed out: I assume, but am not certain, that
the unnamed sensor is my CPU's temperature sensor. Even though my mouse
battery is currently below the threshold, the limit does not trigger.

Equally oddly, during boot, everything associated with the mouse seems to
attach, detach, then reattach, though all of this is printed on the console
before the local daemons are started. I get this in /var/log/dmesg:

  Jul 26 08:44:04 overdrive /bsd: uhidev2 at uhub3 port 2 configuration 1 
interface 1 "Logitech USB Receiver" rev 2.00/12.03 addr 5
  Jul 26 08:44:04 overdrive /bsd: uhidev2: iclass 3/1, 8 report ids
  Jul 26 08:44:04 overdrive /bsd: ums0 at uhidev2 reportid 2: 16 buttons, Z and 
W dir
  Jul 26 08:44:04 overdrive /bsd: wsmouse0 at ums0 mux 0
  Jul 26 08:44:04 overdrive /bsd: uhid1 at uhidev2 reportid 3: input=4, 
output=0, feature=0
  Jul 26 08:44:04 overdrive /bsd: uhid2 at uhidev2 reportid 4: input=1, 
output=0, feature=0
  Jul 26 08:44:04 overdrive /bsd: uhid3 at uhidev2 reportid 8: input=1, 
output=0, feature=0
  Jul 26 08:44:04 overdrive /bsd: uhidev3 at uhub3 port 2 configuration 1 
interface 2 "Logitech USB Receiver" rev 2.00/12.03 addr 5
  Jul 26 08:44:04 overdrive /bsd: uhidev3: iclass 3/0, 33 report ids
  Jul 26 08:44:04 overdrive /bsd: uhidpp0 at uhidev3 reportid 16 device 1 
trackball "MX Ergo" serial XYZ
  Jul 26 08:44:04 overdrive /bsd: uhid4 at uhidev3 reportid 32: input=14, 
output=14, feature=0
  Jul 26 08:44:04 overdrive /bsd: uhid5 at uhidev3 reportid 33: input=31, 
output=31, feature=0
  ...
  Jul 26 08:44:04 overdrive /bsd: wsdisplay0 at amdgpu0 mux 1: console (std, 
vt100 emulation), using wskbd0
  Jul 26 08:44:04 overdrive /bsd: wskbd1: connecting to wsdisplay0
  Jul 26 08:44:04 overdrive /bsd: wskbd2: connecting to wsdisplay0
  Jul 26 08:44:04 overdrive /bsd: wsdisplay0: screen 1-5 added (std, vt100 
emulation)
  Jul 26 08:44:04 overdrive /bsd: wskbd1: disconnecting from wsdisplay0
  Jul 26 08:44:04 overdrive /bsd: wskbd1 detached
  Jul 26 08:44:04 overdrive /bsd: ukbd0 detached
  Jul 26 08:44:04 overdrive /bsd: uhidev1 detached
  Jul 26 08:44:04 overdrive /bsd: wsmouse0 detached
  Jul 26 08:44:04 overdrive /bsd: ums0 detached
  Jul 26 08:44:04 overdrive /bsd: uhid1 detached
  Jul 26 08:44:04 overdrive /bsd: uhid2 detached
  Jul 26 08:44:04 overdrive /bsd: uhid3 detached
  Jul 26 08:44:04 overdrive /bsd: uhidev2 detached
  Jul 26 08:44:04 overdrive /bsd: uhidpp0 detached
  Jul 26 08:44:04 overdrive /bsd: uhid4 detached
  Jul 26 08:44:04 overdrive /bsd: uhid5 detached
  Jul 26 08:44:04 overdrive /bsd: uhidev3 detached
  Jul 26 08:44:04 overdrive /bsd: uhidev1 at uhub3 port 2 configuration 1 
interface 0 "Logitech USB Receiver" rev 2.00/12.03 addr 5
  Jul 26 08:44:04 overdrive /bsd: uhidev1: iclass 3/1
  Jul 26 08:44:04 overdrive /bsd: ukbd0 at uhidev1: 8 variable keys, 6 key codes
  Jul 26 08:44:04 overdrive /bsd: wskbd1 at ukbd0: console keyboard, using 
wsdisplay0
  Jul 26 08:44:04 overdrive /bsd: uhidev2 at uhub3 port 2 configuration 1 
interface 1 "Logitech USB Receiver" rev 2.00/12.03 addr 5
  Jul 26 08:44:04 overdrive /bsd: uhidev2: iclass 3/1, 8 report ids
  Jul 26 08:44:04 overdrive /bsd: ums0 at uhidev2 reportid 2: 16 buttons, Z and 
W dir
  Jul 26 08:44:04 overdrive /bsd: wsmouse0 at ums0 mux 0
  Jul 26 08:44:04 overdrive /bsd: uhid1 at uhidev2 reportid 3: input=4, 
output=0, feature=0
  Jul 26 08:44:04 overdrive /bsd: uhid2 at uhidev2 reportid 4: input=1, 
output=0, feature=0
  Jul 26 08:44:04 overdrive /bsd: uhid3 at uhidev2 reportid 8: input=1, 
output=0, feature=0
  Jul 26 08:44:04 overdrive /bsd: uhidev3 at uhub3 port 2 configuration 1 
interface 2 "Logitech USB Receiver" rev 2.00/12.03 addr 5
  Jul 26 08:44:04 overdrive /bsd: uhidev3: iclass 3/0, 33 report ids
  Jul 26 08:44:04 overdrive /bsd: uhidpp0 at uhidev3 reportid 16 device 1 
trackball "MX Ergo" serial XYZ
  Jul 26 08:44:04 overdrive /bsd: uhid4 at uhidev3 reportid 32: input=14, 
output=14, feature=0
  Jul 26 08:44:04 overdrive /bsd: uhid5 at uhidev3 reportid 33: input=31, 
output=31, feature=0
  Jul 26 08:44:05 overdrive savecore: no core dump

Notice that the attach, detach, and reattach all seem to happen within a
single second. This happens on every boot, and is not because I yanked out
the USB receiver or similar.

Although sensorsd does seem to have logic for sensors appearing (line 330 of
sensorsd.c) it doesn't trigger in this case, and it never picks up uhidpp0.
However, I can make it pick up uhidpp0 in two different ways.

If I yank out the Logitech receiver and put it back in, sensorsd does pick
up uhidpp0 disappearing (even though it didn't seem to know about it?!) and
reappearing:

  Jul 26 08:50:46 overdrive sensorsd[10230]: uhidpp0 has disappeared
  Jul 26 08:51:06 overdrive sensorsd[10230]: uhidpp0 has appeared
  Jul 26 08:52:06 overdrive sensorsd[10230]: uhidpp0.percent0: 20.00%, WARN
  Jul 26 08:52:06 overdrive sensorsd[10230]: uhidpp0.percent0: exceeds limits: 
20.00% is below 30.00%

Notice that my sensorsd limit triggers after this yank/insert, but it did
not trigger before.

Similarly, if I "rcctl restart sensorsd" it does pick up all the sensors:

  Jul 26 09:03:00 overdrive sensorsd[39311]: startup, system has 4 sensors
  Jul 26 09:04:00 overdrive sensorsd[5244]: uhidpp0.percent0: 20.00%, WARN
  Jul 26 09:04:00 overdrive sensorsd[5244]: uhidpp0.percent0: exceeds limits: 
20.00% is below 30.00%
  Jul 26 09:04:00 overdrive sensorsd[5244]: softraid0.drive0: online, OK

It also notices that my limit has triggered in this case.

I'm probably doing something stupid, but I must admit that I'm not sure what
it might be! dmesg below.


Laurie



OpenBSD 6.9-current (GENERIC.MP) #143: Fri Jul 23 11:57:51 MDT 2021
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 34251538432 (32664MB)
avail mem = 33197535232 (31659MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.3 @ 0xcb9f8000 (72 entries)
bios0: vendor American Megatrends Inc. version "2201" date 04/07/2021
bios0: ASUS ROG STRIX B550-E GAMING
acpi0 at bios0: ACPI 6.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT SSDT SSDT FIDT FPDT MCFG HPET IVRS VFCT BGRT WPBT 
PCCT SSDT CRAT CDIT SSDT SSDT SSDT SSDT WSMT APIC SSDT SSDT
acpi0: wakeup devices GP12(S4) GP13(S4) XHC0(S4) GP30(S4) GP31(S4) X161(S4) 
X162(S4) PTXH(S4) X1_1(S4) X1_2(S4) WIFI(S4) I225(S4) X163(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 9 5900X 12-Core Processor, 3700.48 MHz, 19-21-00
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,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
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 100MHz
cpu0: mwait min=64, max=64, C-substates=1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,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
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 4 (application processor)
cpu2: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,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
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 6 (application processor)
cpu3: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,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
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 8 (application processor)
cpu4: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,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
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: smt 0, core 4, package 0
cpu5 at mainbus0: apid 10 (application processor)
cpu5: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,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
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: smt 0, core 5, package 0
cpu6 at mainbus0: apid 16 (application processor)
cpu6: AMD Ryzen 9 5900X 12-Core Processor, 3700.03 MHz, 19-21-00
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,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
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: smt 0, core 8, package 0
cpu7 at mainbus0: apid 18 (application processor)
cpu7: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,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
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: smt 0, core 9, package 0
cpu8 at mainbus0: apid 20 (application processor)
cpu8: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu8: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu8: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu8: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu8: smt 0, core 10, package 0
cpu9 at mainbus0: apid 22 (application processor)
cpu9: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu9: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu9: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu9: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu9: smt 0, core 11, package 0
cpu10 at mainbus0: apid 24 (application processor)
cpu10: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu10: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu10: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu10: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu10: smt 0, core 12, package 0
cpu11 at mainbus0: apid 26 (application processor)
cpu11: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
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,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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu11: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu11: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu11: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu11: smt 0, core 13, package 0
cpu12 at mainbus0: apid 1 (application processor)
cpu12: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu12: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu12: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu12: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu12: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu12: smt 1, core 0, package 0
cpu13 at mainbus0: apid 3 (application processor)
cpu13: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu13: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu13: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu13: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu13: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu13: smt 1, core 1, package 0
cpu14 at mainbus0: apid 5 (application processor)
cpu14: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu14: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu14: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu14: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu14: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu14: smt 1, core 2, package 0
cpu15 at mainbus0: apid 7 (application processor)
cpu15: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu15: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu15: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu15: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu15: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu15: smt 1, core 3, package 0
cpu16 at mainbus0: apid 9 (application processor)
cpu16: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu16: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu16: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu16: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu16: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu16: smt 1, core 4, package 0
cpu17 at mainbus0: apid 11 (application processor)
cpu17: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu17: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu17: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu17: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu17: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu17: smt 1, core 5, package 0
cpu18 at mainbus0: apid 17 (application processor)
cpu18: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu18: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu18: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu18: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu18: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu18: smt 1, core 8, package 0
cpu19 at mainbus0: apid 19 (application processor)
cpu19: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu19: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu19: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu19: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu19: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu19: smt 1, core 9, package 0
cpu20 at mainbus0: apid 21 (application processor)
cpu20: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu20: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu20: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu20: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu20: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu20: smt 1, core 10, package 0
cpu21 at mainbus0: apid 23 (application processor)
cpu21: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu21: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu21: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu21: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu21: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu21: smt 1, core 11, package 0
cpu22 at mainbus0: apid 25 (application processor)
cpu22: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu22: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu22: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu22: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu22: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu22: smt 1, core 12, package 0
cpu23 at mainbus0: apid 27 (application processor)
cpu23: AMD Ryzen 9 5900X 12-Core Processor, 3700.02 MHz, 19-21-00
cpu23: 
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,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu23: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
8-way L2 cache
cpu23: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu23: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu23: smt 1, core 13, package 0
ioapic0 at mainbus0: apid 25 pa 0xfec00000, version 21, 24 pins, can't remap
ioapic1 at mainbus0: apid 26 pa 0xfec01000, version 21, 32 pins, can't remap
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 8 (GP12)
acpiprt2 at acpi0: bus 9 (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 7 (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)
acpiec0 at acpi0
acpi0: GPE 0x02 already enabled
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: PWRB
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
"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
acpicpu16 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu17 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu18 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu19 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu20 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu21 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu22 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS
acpicpu23 at acpi0: 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
"PNP0C14" at acpi0 not configured
cpu0: 3700 MHz: speeds: 3700 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 "ADATA Technology SX8200 Pro" rev 0x03: msix, 
NVMe 1.3
nvme0: ADATA SX8200PNP, firmware 32B2T6TA, serial XYZ
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, ADATA SX8200PNP, 32B2>
sd0: 976762MB, 512 bytes/sector, 2000409264 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: 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
ahci0 at pci2 dev 0 function 1 "AMD 500 Series AHCI" rev 0x00: msi, AHCI 1.3.1
scsibus2 at ahci0: 32 targets
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
ppb4 at pci3 dev 8 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 9 function 0 "AMD 500 Series PCIE" rev 0x00: msi
pci6 at ppb5 bus 6
"Intel I225-V" rev 0x02 at pci6 dev 0 function 0 not configured
pchb1 at pci0 dev 2 function 0 "AMD 17h Host" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 17h Host" rev 0x00
ppb6 at pci0 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi
pci7 at ppb6 bus 7
amdgpu0 at pci7 dev 0 function 0 "ATI Polaris 12" rev 0xc7
drm0 at amdgpu0
amdgpu0: msi
azalia0 at pci7 dev 0 function 1 "ATI Radeon Pro 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
ppb7 at pci0 dev 7 function 1 "AMD 17h PCIE" rev 0x00
pci8 at ppb7 bus 8
vendor "AMD", unknown product 0x148a (class instrumentation unknown subclass 
0x00, rev 0x00) at pci8 dev 0 function 0 not configured
pchb6 at pci0 dev 8 function 0 "AMD 17h Host" rev 0x00
ppb8 at pci0 dev 8 function 1 "AMD 17h PCIE" rev 0x00
pci9 at ppb8 bus 9
vendor "AMD", unknown product 0x1485 (class instrumentation unknown subclass 
0x00, rev 0x00) at pci9 dev 0 function 0 not configured
ccp0 at pci9 dev 0 function 1 "AMD 17h Crypto" rev 0x00
xhci1 at pci9 dev 0 function 3 "AMD 17h 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
azalia1 at pci9 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
iic1 at piixpm0
iic1: addr 0x18 00=00 01=00 02=00 03=00 04=00 05=c2 06=1c 07=22 08=00 09=00 
words 00=00ef 01=0000 02=0000 03=0000 04=0000 05=c280 06=1c68 07=2202
iic1: addr 0x19 00=00 01=00 02=00 03=00 04=00 05=c2 06=1b 07=22 08=00 09=00 
0a=00 0b=00 0c=00 0d=00 0e=00 0f=00 words 00=007f 01=0000 02=0000 03=0000 
04=0000 05=c282 06=1b09 07=2230
iic1: addr 0x1a 00=00 01=00 02=00 03=00 04=00 05=c2 06=1b 07=22 08=00 09=00 
0a=00 0b=00 0c=00 0d=00 0e=00 0f=00 words 00=007f 01=0000 02=0000 03=0000 
04=0000 05=c277 06=1b09 07=2230
iic1: addr 0x1b 00=00 01=00 02=00 03=00 04=00 05=c2 06=1c 07=22 08=00 09=00 
words 00=00ef 01=0000 02=0000 03=0000 04=0000 05=c28c 06=1c68 07=2202
spdmem0 at iic1 addr 0x50: 8GB DDR4 SDRAM PC4-21300 with thermal sensor
spdmem1 at iic1 addr 0x51: 8GB DDR4 SDRAM PC4-21300 with thermal sensor
spdmem2 at iic1 addr 0x52: 8GB DDR4 SDRAM PC4-21300 with thermal sensor
spdmem3 at iic1 addr 0x53: 8GB DDR4 SDRAM PC4-21300 with thermal sensor
iic2 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
efifb at mainbus0 not configured
dt: 445 probes
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
uhub2 at uhub0 port 11 configuration 1 interface 0 "Genesys Logic USB2.0 Hub" 
rev 2.00/60.60 addr 3
uhub3 at uhub0 port 13 configuration 1 interface 0 "Genesys Logic USB2.0 Hub" 
rev 2.00/60.60 addr 4
uhidev1 at uhub3 port 2 configuration 1 interface 0 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev2 at uhub3 port 2 configuration 1 interface 1 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev2: iclass 3/1, 8 report ids
ums0 at uhidev2 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid1 at uhidev2 reportid 3: input=4, output=0, feature=0
uhid2 at uhidev2 reportid 4: input=1, output=0, feature=0
uhid3 at uhidev2 reportid 8: input=1, output=0, feature=0
uhidev3 at uhub3 port 2 configuration 1 interface 2 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev3: iclass 3/0, 33 report ids
uhidpp0 at uhidev3 reportid 16 device 1 trackball "MX Ergo" serial XYZ
uhid4 at uhidev3 reportid 32: input=14, output=14, feature=0
uhid5 at uhidev3 reportid 33: input=31, output=31, feature=0
uvideo0 at uhub1 port 1 configuration 1 interface 0 "MACROSILICON USB Video" 
rev 2.00/21.00 addr 2
video0 at uvideo0
uaudio0 at uhub1 port 1 configuration 1 interface 3 "MACROSILICON USB Video" 
rev 2.00/21.00 addr 2
uaudio0: class v1, high-speed, sync, channels: 0 play, 1 rec, 1 ctls
audio1 at uaudio0
uhidev4 at uhub1 port 1 configuration 1 interface 4 "MACROSILICON USB Video" 
rev 2.00/21.00 addr 2
uhidev4: iclass 3/0
uhid6 at uhidev4: input=0, output=0, feature=8
uhub4 at uhub1 port 2 configuration 1 interface 0 "VIA Labs, Inc. USB2.0 Hub" 
rev 2.10/7.04 addr 3
uaudio1 at uhub4 port 1 configuration 1 interface 1 "Solid State Logic SSL 2+" 
rev 2.00/0.61 addr 4
uaudio1: class v2, high-speed, sync, channels: 4 play, 2 rec, 0 ctls
audio2 at uaudio1
umidi0 at uhub4 port 1 configuration 1 interface 4 "Solid State Logic SSL 2+" 
rev 2.00/0.61 addr 4
umidi0: (genuine USB-MIDI)
umidi0: out=1, in=1
midi0 at umidi0: <USB MIDI I/F>
ugen1 at uhub4 port 1 configuration 1 "Solid State Logic SSL 2+" rev 2.00/0.61 
addr 4
uhidev5 at uhub4 port 2 configuration 1 interface 0 "MALTRON USB Multimedia 
Keyboard" rev 1.10/1.22 addr 5
uhidev5: iclass 3/1
ukbd1 at uhidev5: 8 variable keys, 6 key codes, country code 13
wskbd2 at ukbd1 mux 1
uhidev6 at uhub4 port 2 configuration 1 interface 1 "MALTRON USB Multimedia 
Keyboard" rev 1.10/1.22 addr 5
uhidev6: iclass 3/0, 3 report ids
uhid7 at uhidev6 reportid 2: input=1, output=0, feature=0
uhid8 at uhidev6 reportid 3: input=2, output=0, feature=0
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: 976761MB, 512 bytes/sector, 2000407649 sectors
root on sd1a (9edc4b979e6dd93d.a) swap on sd1b dump on sd1b
iwx0: hw rev 0x340, fw ver 48.1335886879.0, address a4:b1:c1:0b:54:78
amdgpu0: POLARIS12 8 CU rev 0x00
amdgpu0: 1920x1200, 32bpp
wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
wsmouse0 detached
ums0 detached
uhid1 detached
uhid2 detached
uhid3 detached
uhidev2 detached
uhidpp0 detached
uhid4 detached
uhid5 detached
uhidev3 detached
uhidev1 at uhub3 port 2 configuration 1 interface 0 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0: console keyboard, using wsdisplay0
uhidev2 at uhub3 port 2 configuration 1 interface 1 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev2: iclass 3/1, 8 report ids
ums0 at uhidev2 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid1 at uhidev2 reportid 3: input=4, output=0, feature=0
uhid2 at uhidev2 reportid 4: input=1, output=0, feature=0
uhid3 at uhidev2 reportid 8: input=1, output=0, feature=0
uhidev3 at uhub3 port 2 configuration 1 interface 2 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev3: iclass 3/0, 33 report ids
uhidpp0 at uhidev3 reportid 16 device 1 trackball "MX Ergo" serial XYZ
uhid4 at uhidev3 reportid 32: input=14, output=14, feature=0
uhid5 at uhidev3 reportid 33: input=31, output=31, feature=0
ukbd0: was console keyboard
wskbd1 detached
ukbd0 detached
uhidev1 detached
wsmouse0 detached
ums0 detached
uhid1 detached
uhid2 detached
uhid3 detached
uhidev2 detached
uhidpp0 detached
uhid4 detached
uhid5 detached
uhidev3 detached
uhidev1 at uhub3 port 2 configuration 1 interface 0 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0: console keyboard, using wsdisplay0
uhidev2 at uhub3 port 2 configuration 1 interface 1 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev2: iclass 3/1, 8 report ids
ums0 at uhidev2 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid1 at uhidev2 reportid 3: input=4, output=0, feature=0
uhid2 at uhidev2 reportid 4: input=1, output=0, feature=0
uhid3 at uhidev2 reportid 8: input=1, output=0, feature=0
uhidev3 at uhub3 port 2 configuration 1 interface 2 "Logitech USB Receiver" rev 
2.00/12.03 addr 5
uhidev3: iclass 3/0, 33 report ids
uhidpp0 at uhidev3 reportid 16 device 1 trackball "MX Ergo" serial XYZ
uhid4 at uhidev3 reportid 32: input=14, output=14, feature=0
uhid5 at uhidev3 reportid 33: input=31, output=31, feature=0

Reply via email to