Duncan Martin
2021-04-03 14:49:43 UTC
Hi,
I'm trying to debug some general network slowness with my 6.8 server
(i7-3930k) that seems to affect all protocols (e.g. Samba capping at
70MB/s, FTP at 45MB/s for upload). I've run some iperf3/tcpbench tests
and the results seems low even when running both client and server
on the same machine to eliminate the actual network.
Setting the client to localhost, I get an average of about 10Gbit/s in
iperf3.
[ 5] 0.00-10.00 sec 11.3 GBytes 9.74 Gbits/sec sender
[ 5] 0.00-10.00 sec 11.3 GBytes 9.74 Gbits/sec receiver
tcpbench is a bit quicker:
Conn: 1 Mbps: 11585.269 Peak Mbps: 11602.117 Avg Mbps: 11585.269
Conn: 1 Mbps: 11580.000 Peak Mbps: 11602.117 Avg Mbps: 11580.000
Conn: 1 Mbps: 11583.638 Peak Mbps: 11602.117 Avg Mbps: 11583.638
Conn: 1 Mbps: 10029.172 Peak Mbps: 11602.117 Avg Mbps: 10029.172
Running with the IP address of the machine:
[ 5] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
[ 5] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec receiver
Conn: 1 Mbps: 1026.018 Peak Mbps: 1543.406 Avg Mbps: 1026.018
Conn: 1 Mbps: 977.226 Peak Mbps: 1543.406 Avg Mbps: 977.226
Conn: 1 Mbps: 1281.376 Peak Mbps: 1543.406 Avg Mbps: 1281.376
Conn: 1 Mbps: 1128.490 Peak Mbps: 1543.406 Avg Mbps: 1128.490
smbclient to IP address is around 100-120MB/s depending on Samba
settings. To localhost it goes up to 200MB/s. This is copying between
SSDs which manage 500MB/s directly.
Those tests were with PF disabled. PF enabled is basically the same:
[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
With UDP, iperf3 seems broken (1Mbit/s), with tcpbench:
localhost:
Elapsed: 20000 Mbps: 912.534 Peak Mbps: 926.653 Tx PPS: 77491
Elapsed: 21000 Mbps: 861.850 Peak Mbps: 926.653 Tx PPS: 73187
local IP:
Elapsed: 16000 Mbps: 908.789 Peak Mbps: 917.009 Tx PPS: 77173
Elapsed: 17000 Mbps: 788.132 Peak Mbps: 917.009 Tx PPS: 66927
systate with tcpbench running with TCP & IP address:
3 users Load 1.31 0.64 0.32 caleb.home.duncanma 14:29:14
memory totals (in KB) PAGING SWAPPING Interrupts
real virtual free in out in out 204 total
Active 211624 211624 11526980 ops 200 clock
All 4660156 4660156 19920940 pages 3 ipi
1 em0
Proc:r d s w Csw Trp Sys Int Sof Flt forks ehci0
1 105 29926 5634 1 17 1 fkppw azalia1
fksvm ahci0
0.0%Int 0.7%Spn 17.5%Sys 0.8%Usr 81.0%Idle pwait ehci1
| | | | | | | | | | | relck ahci1
========= rlkok pckbc0
noram
Namei Sys-cache Proc-cache No-cache ndcpy
Calls hits % hits % miss % fltcp
zfod
cow
Disks sd0 sd1 sd2 sd3 134892 fmin
seeks 179856 ftarg
xfers itarg
speed 3K 3K 2 wired
sec 0.0 0.0 pdfre
pdscn
pzidl 211289 IPKTS
13 kmape 211288 OPKTS
and top:
load averages: 1.39, 1.01, 0.54
66 processes: 63 idle, 3 on processor
CPU00 states: 0.0% user, 0.0% nice, 0.0% sys, 0.0% spin, 0.0% intr, 100% idle
CPU01 states: 0.0% user, 0.0% nice, 0.0% sys, 0.0% spin, 0.0% intr, 100% idle
CPU02 states: 1.0% user, 0.0% nice, 53.3% sys, 2.0% spin, 0.0% intr, 43.7% idle
CPU03 states: 0.4% user, 0.0% nice, 48.9% sys, 2.0% spin, 0.0% intr, 48.7% idle
CPU04 states: 1.2% user, 0.0% nice, 7.8% sys, 0.0% spin, 0.0% intr, 91.0% idle
CPU05 states: 0.0% user, 0.0% nice, 0.0% sys, 0.0% spin, 0.0% intr, 100% idle
Memory: Real: 206M/4550M act/tot Free: 11G Cache: 3781M Swap: 0K/8197M
PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU COMMAND
55082 duncan 40 0 680K 2060K onproc/2 - 1:17 13.96% tcpbench
41980 duncan 33 0 660K 2040K onproc/4 - 0:05 6.30% tcpbench
I also tried a different machine (i9-10850K) with a fresh install of
6.8. That was basically similar, 14Gbit/s to localhost with iperf3,
2.2Gbit/s to local IP. iperf3 to machine 1 over TCP was around 80MB/s,
i.e. Samba speed.
On that same machine I did a basic install of FreeBSD 12, and with iperf3
it managed 61Gbit/s to localhost and 59.5Gbit/s to local IP.
Lastly, until recently machine 1 was a i7-6700, I swapped hardware over
as part of my investigation. I didn't run tcpbench/iperf on there but
the real-app speeds were about the same. That machine has an re
card rather than em.
And ideas of other things to try? My concern is firstly that the current
performance on real-apps is well below 1Gbps, and that if the network
stack is effectively capped at 1.3Gbit/s there's no point upgrading
beyond gigabit networking.
I've found a few threads in the archive, but nothing definitive.
Thanks,
Duncan
Machine 1:
OpenBSD 6.8 (GENERIC.MP) #4: Mon Jan 11 10:35:56 MST 2021
***@syspatch-68-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 17100439552 (16308MB)
avail mem = 16567140352 (15799MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xeb6f0 (100 entries)
bios0: vendor American Megatrends Inc. version "4901" date 05/15/2014
bios0: ASUSTeK COMPUTER INC. RAMPAGE IV GENE
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT
acpi0: wakeup devices BR20(S3) EUSB(S4) USBE(S4) NPE1(S4) NPE2(S4) NPE3(S4) NPE4(S4) NPE5(S4) NPE6(S4) NPE7(S4) NPE8(S4) NPE9(S4) NPEA(S4) PEX0(S4) PEX4(S4) PEX5(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3202.33 MHz, 06-2d-07
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 100MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 8 (application processor)
cpu4: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 0, core 4, package 0
cpu5 at mainbus0: apid 10 (application processor)
cpu5: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 0, core 5, package 0
cpu6 at mainbus0: apid 1 (application processor)
cpu6: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 1, core 0, package 0
cpu7 at mainbus0: apid 3 (application processor)
cpu7: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 1, core 1, package 0
cpu8 at mainbus0: apid 5 (application processor)
cpu8: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu8: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu8: 256KB 64b/line 8-way L2 cache
cpu8: smt 1, core 2, package 0
cpu9 at mainbus0: apid 7 (application processor)
cpu9: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu9: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu9: 256KB 64b/line 8-way L2 cache
cpu9: smt 1, core 3, package 0
cpu10 at mainbus0: apid 9 (application processor)
cpu10: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu10: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu10: 256KB 64b/line 8-way L2 cache
cpu10: smt 1, core 4, package 0
cpu11 at mainbus0: apid 11 (application processor)
cpu11: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu11: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu11: 256KB 64b/line 8-way L2 cache
cpu11: smt 1, core 5, package 0
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 2 pa 0xfec01000, version 20, 24 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 3 (NPE1)
acpiprt2 at acpi0: bus 1 (NPE3)
acpiprt3 at acpi0: bus 2 (NPE7)
acpiprt4 at acpi0: bus 5 (PEX0)
acpiprt5 at acpi0: bus 6 (PEX4)
acpiprt6 at acpi0: bus 7 (PEX5)
acpiprt7 at acpi0: bus -1 (PEX6)
acpiprt8 at acpi0: bus 8 (PEX7)
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
"pnp0c14" at acpi0 not configured
acpipci1 at acpi0 UNC0: 0x00000000 0x00000011 0x00000001
acpibtn0 at acpi0: PWRB
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu1 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu2 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu3 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu4 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu5 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu6 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu7 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu8 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu9 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu10 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu11 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
cpu0: using VERW MDS workaround (except on vmm entry)
cpu0: Enhanced SpeedStep 3202 MHz: speeds: 3201, 3200, 3000, 2900, 2800, 2600, 2500, 2300, 2200, 2100, 1900, 1800, 1600, 1500, 1300, 1200 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel E5 Host" rev 0x07
ppb0 at pci0 dev 1 function 0 "Intel E5 PCIE" rev 0x07: msi
pci1 at ppb0 bus 3
xhci0 at pci1 dev 0 function 0 "ASMedia ASM1042AE xHCI" rev 0x00: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
ppb1 at pci0 dev 2 function 0 "Intel E5 PCIE" rev 0x07: msi
pci2 at ppb1 bus 1
vga1 at pci2 dev 0 function 0 vendor "NVIDIA", unknown product 0x1c82 rev 0xa1
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci2 dev 0 function 1 vendor "NVIDIA", unknown product 0x0fb9 rev 0xa1: msi
azalia0: no supported codecs
ppb2 at pci0 dev 3 function 0 "Intel E5 PCIE" rev 0x07: msi
pci3 at ppb2 bus 2
"Intel E5 Address Map" rev 0x07 at pci0 dev 5 function 0 not configured
"Intel E5 Error Reporting" rev 0x07 at pci0 dev 5 function 2 not configured
"Intel E5 I/O APIC" rev 0x07 at pci0 dev 5 function 4 not configured
ppb3 at pci0 dev 17 function 0 "Intel C600 Virtual PCIE" rev 0x05
pci4 at ppb3 bus 4
"Intel C600 MEI" rev 0x05 at pci0 dev 22 function 0 not configured
em0 at pci0 dev 25 function 0 "Intel 82579V" rev 0x05: msi, address c8:60:00:13:88:34
ehci0 at pci0 dev 26 function 0 "Intel C600 USB" rev 0x05: apic 0 int 21
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
azalia1 at pci0 dev 27 function 0 "Intel C600 HD Audio" rev 0x05: msi
azalia1: codecs: Realtek/0x0899
audio0 at azalia1
ppb4 at pci0 dev 28 function 0 "Intel C600 PCIE" rev 0xb5: msi
pci5 at ppb4 bus 5
ppb5 at pci0 dev 28 function 4 "Intel C600 PCIE" rev 0xb5: msi
pci6 at ppb5 bus 6
xhci1 at pci6 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi, xHCI 0.96
usb2 at xhci1: USB revision 3.0
uhub2 at usb2 configuration 1 interface 0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
ppb6 at pci0 dev 28 function 5 "Intel C600 PCIE" rev 0xb5: msi
pci7 at ppb6 bus 7
ahci0 at pci7 dev 0 function 0 "ASMedia ASM1061 AHCI" rev 0x01: msi, AHCI 1.2
ahci0: port 0: 6.0Gb/s
ahci0: port 1: 6.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, Samsung SSD 840, EXT0> naa.50025388a0277d14
sd0: 476940MB, 512 bytes/sector, 976773168 sectors, thin
sd1 at scsibus1 targ 1 lun 0: <ATA, ST2000LX001-1RG1, SDM1> naa.5000c500a8a5968c
sd1: 1907729MB, 512 bytes/sector, 3907029168 sectors
ppb7 at pci0 dev 28 function 7 "Intel C600 PCIE" rev 0xb5: msi
pci8 at ppb7 bus 8
xhci2 at pci8 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi, xHCI 0.96
usb3 at xhci2: USB revision 3.0
uhub3 at usb3 configuration 1 interface 0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
ehci1 at pci0 dev 29 function 0 "Intel C600 USB" rev 0x05: apic 0 int 23
usb4 at ehci1: USB revision 2.0
uhub4 at usb4 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb8 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa5
pci9 at ppb8 bus 9
pcib0 at pci0 dev 31 function 0 "Intel C600 LPC" rev 0x05
ahci1 at pci0 dev 31 function 2 "Intel C600 AHCI" rev 0x05: msi, AHCI 1.3
ahci1: port 0: 6.0Gb/s
ahci1: port 1: 6.0Gb/s
scsibus2 at ahci1: 32 targets
sd2 at scsibus2 targ 0 lun 0: <ATA, CT1000MX500SSD1, M3CR> naa.500a0751e10a814f
sd2: 953869MB, 512 bytes/sector, 1953525168 sectors, thin
sd3 at scsibus2 targ 1 lun 0: <ATA, ST3000VN007-2E41, SC60> naa.5000c500a3c47388
sd3: 2861588MB, 512 bytes/sector, 5860533168 sectors
ichiic0 at pci0 dev 31 function 3 "Intel C600 SMBus" rev 0x05: apic 0 int 18
iic0 at ichiic0
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, using wsdisplay0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
wbsio0 at isa0 port 0x2e/2: NCT6776F rev 0x33
lm1 at wbsio0 port 0x290/8: NCT6776F
pci10 at mainbus0 bus 255
"Intel E5 QPI Link" rev 0x07 at pci10 dev 8 function 0 not configured
vendor "Intel", unknown product 0x3c83 (class system subclass miscellaneous, rev 0x07) at pci10 dev 8 function 3 not configured
vendor "Intel", unknown product 0x3c84 (class system subclass miscellaneous, rev 0x07) at pci10 dev 8 function 4 not configured
"Intel E5 QPI Link" rev 0x07 at pci10 dev 9 function 0 not configured
vendor "Intel", unknown product 0x3c93 (class system subclass miscellaneous, rev 0x07) at pci10 dev 9 function 3 not configured
vendor "Intel", unknown product 0x3c94 (class system subclass miscellaneous, rev 0x07) at pci10 dev 9 function 4 not configured
"Intel E5 PCU" rev 0x07 at pci10 dev 10 function 0 not configured
"Intel E5 PCU" rev 0x07 at pci10 dev 10 function 1 not configured
"Intel E5 PCU" rev 0x07 at pci10 dev 10 function 2 not configured
"Intel E5 PCU" rev 0x07 at pci10 dev 10 function 3 not configured
"Intel E5 Scratch" rev 0x07 at pci10 dev 11 function 0 not configured
"Intel E5 Scratch" rev 0x07 at pci10 dev 11 function 3 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 12 function 0 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 12 function 1 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 12 function 2 not configured
"Intel E5 SAD" rev 0x07 at pci10 dev 12 function 6 not configured
"Intel E5 SAD" rev 0x07 at pci10 dev 12 function 7 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 13 function 0 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 13 function 1 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 13 function 2 not configured
"Intel E5 Broadcast" rev 0x07 at pci10 dev 13 function 6 not configured
"Intel E5 Home Agent" rev 0x07 at pci10 dev 14 function 0 not configured
"Intel E5 Home Agent" rev 0x07 at pci10 dev 14 function 1 not configured
"Intel E5 TA" rev 0x07 at pci10 dev 15 function 0 not configured
"Intel E5 RAS" rev 0x07 at pci10 dev 15 function 1 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 2 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 3 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 4 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 5 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 6 not configured
"Intel E5 Thermal" rev 0x07 at pci10 dev 16 function 0 not configured
"Intel E5 Thermal" rev 0x07 at pci10 dev 16 function 1 not configured
"Intel E5 Error" rev 0x07 at pci10 dev 16 function 2 not configured
"Intel E5 Error" rev 0x07 at pci10 dev 16 function 3 not configured
"Intel E5 Thermal" rev 0x07 at pci10 dev 16 function 4 not configured
"Intel E5 Thermal" rev 0x07 at pci10 dev 16 function 5 not configured
"Intel E5 Error" rev 0x07 at pci10 dev 16 function 6 not configured
"Intel E5 Error" rev 0x07 at pci10 dev 16 function 7 not configured
"Intel E5 DDRIO" rev 0x07 at pci10 dev 17 function 0 not configured
"Intel E5 R2PCIE" rev 0x07 at pci10 dev 19 function 0 not configured
"Intel E5 PCIE Monitor" rev 0x07 at pci10 dev 19 function 1 not configured
"Intel E5 QPI" rev 0x07 at pci10 dev 19 function 4 not configured
"Intel E5 QPI Link Monitor" rev 0x07 at pci10 dev 19 function 5 not configured
"Intel E5 QPI Link Monitor" rev 0x07 at pci10 dev 19 function 6 not configured
vmm0 at mainbus0: VMX/EPT
uhub5 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhub6 at uhub4 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd2a (45062ee87efb07e4.a) swap on sd2b dump on sd2b
Machine 2:
OpenBSD 6.8 (GENERIC.MP) #98: Sun Oct 4 18:13:26 MDT 2020
***@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 68536664064 (65361MB)
avail mem = 66444492800 (63366MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.2 @ 0x39b45000 (85 entries)
bios0: vendor American Megatrends Inc. version "F20b" date 01/28/2021
bios0: Gigabyte Technology Co., Ltd. Z490 VISION D
acpi0 at bios0: ACPI 6.2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP MCFG SSDT SSDT FIDT SSDT SSDT HPET APIC SSDT SSDT SSDT NHLT LPIT SSDT SSDT DBGP DBG2 SSDT DMAR WSMT FPDT
acpi0: wakeup devices PEGP(S4) PEG1(S4) PEGP(S4) PEG2(S4) PEGP(S4) PEG3(S4) PEGP(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 23999999 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3501.60 MHz, 06-a5-05
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 23MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 8 (application processor)
cpu4: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 0, core 4, package 0
cpu5 at mainbus0: apid 10 (application processor)
cpu5: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 0, core 5, package 0
cpu6 at mainbus0: apid 12 (application processor)
cpu6: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 0, core 6, package 0
cpu7 at mainbus0: apid 14 (application processor)
cpu7: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 0, core 7, package 0
cpu8 at mainbus0: apid 16 (application processor)
cpu8: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu8: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu8: 256KB 64b/line 8-way L2 cache
cpu8: smt 0, core 8, package 0
cpu9 at mainbus0: apid 18 (application processor)
cpu9: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu9: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu9: 256KB 64b/line 8-way L2 cache
cpu9: smt 0, core 9, package 0
cpu10 at mainbus0: apid 1 (application processor)
cpu10: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu10: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu10: 256KB 64b/line 8-way L2 cache
cpu10: smt 1, core 0, package 0
cpu11 at mainbus0: apid 3 (application processor)
cpu11: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu11: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu11: 256KB 64b/line 8-way L2 cache
cpu11: smt 1, core 1, package 0
cpu12 at mainbus0: apid 5 (application processor)
cpu12: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.12 MHz, 06-a5-05
cpu12: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu12: 256KB 64b/line 8-way L2 cache
cpu12: smt 1, core 2, package 0
cpu13 at mainbus0: apid 7 (application processor)
cpu13: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu13: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu13: 256KB 64b/line 8-way L2 cache
cpu13: smt 1, core 3, package 0
cpu14 at mainbus0: apid 9 (application processor)
cpu14: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu14: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu14: 256KB 64b/line 8-way L2 cache
cpu14: smt 1, core 4, package 0
cpu15 at mainbus0: apid 11 (application processor)
cpu15: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu15: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu15: 256KB 64b/line 8-way L2 cache
cpu15: smt 1, core 5, package 0
cpu16 at mainbus0: apid 13 (application processor)
cpu16: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu16: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu16: 256KB 64b/line 8-way L2 cache
cpu16: smt 1, core 6, package 0
cpu17 at mainbus0: apid 15 (application processor)
cpu17: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu17: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu17: 256KB 64b/line 8-way L2 cache
cpu17: smt 1, core 7, package 0
cpu18 at mainbus0: apid 17 (application processor)
cpu18: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu18: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu18: 256KB 64b/line 8-way L2 cache
cpu18: smt 1, core 8, package 0
cpu19 at mainbus0: apid 19 (application processor)
cpu19: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu19: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu19: 256KB 64b/line 8-way L2 cache
cpu19: smt 1, core 9, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus 1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus -1 (PEG3)
acpiprt5 at acpi0: bus 4 (RP01)
acpiprt6 at acpi0: bus 5 (RP02)
acpiprt7 at acpi0: bus -1 (RP03)
acpiprt8 at acpi0: bus -1 (RP04)
acpiprt9 at acpi0: bus 6 (RP05)
acpiprt10 at acpi0: bus -1 (RP06)
acpiprt11 at acpi0: bus -1 (RP07)
acpiprt12 at acpi0: bus -1 (RP08)
acpiprt13 at acpi0: bus 63 (RP09)
acpiprt14 at acpi0: bus -1 (RP10)
acpiprt15 at acpi0: bus -1 (RP11)
acpiprt16 at acpi0: bus -1 (RP12)
acpiprt17 at acpi0: bus 64 (RP13)
acpiprt18 at acpi0: bus -1 (RP14)
acpiprt19 at acpi0: bus -1 (RP15)
acpiprt20 at acpi0: bus -1 (RP16)
acpiprt21 at acpi0: bus 2 (RP17)
acpiprt22 at acpi0: bus -1 (RP18)
acpiprt23 at acpi0: bus -1 (RP19)
acpiprt24 at acpi0: bus -1 (RP20)
acpiprt25 at acpi0: bus 3 (RP21)
acpiprt26 at acpi0: bus -1 (RP22)
acpiprt27 at acpi0: bus -1 (RP23)
acpiprt28 at acpi0: bus -1 (RP24)
acpiec0 at acpi0: not present
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
"INT3450" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"INT33A1" at acpi0 not configured
"ACPI000E" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
acpipwrres0 at acpi0: PG02, resource for PEG2
acpipwrres1 at acpi0: PG03, resource for PEG3
acpipwrres2 at acpi0: BTPR, resource for HS14
acpipwrres3 at acpi0: USBC, resource for XDCI
acpipwrres4 at acpi0: V0PR
acpipwrres5 at acpi0: V1PR
acpipwrres6 at acpi0: V2PR
acpipwrres7 at acpi0: PXTC
acpipwrres8 at acpi0: WRST
acpipwrres9 at acpi0: PAUD, resource for HDAS
acpicpu0 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu1 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu2 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu3 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu4 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu5 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu6 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu7 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu8 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu9 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu10 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu11 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu12 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu13 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu14 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu15 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu16 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu17 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu18 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu19 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpipwrres10 at acpi0: FN00, resource for FAN0
acpipwrres11 at acpi0: FN01, resource for FAN1
acpipwrres12 at acpi0: FN02, resource for FAN2
acpipwrres13 at acpi0: FN03, resource for FAN3
acpipwrres14 at acpi0: FN04, resource for FAN4
acpitz0 at acpi0: critical temperature is 119 degC
acpipwrres15 at acpi0: PIN_
acpipwrres16 at acpi0: SPR0
acpipwrres17 at acpi0: SPR1, resource for PRT1
acpipwrres18 at acpi0: SPR2
acpipwrres19 at acpi0: SPR3
acpipwrres20 at acpi0: SPR5
acpipwrres21 at acpi0: ZPDR, resource for PRT1
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 3501 MHz: speeds: 3501, 3500, 3300, 3200, 3000, 2800, 2600, 2400, 2200, 2000, 1800, 1600, 1400, 1200, 1000, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 vendor "Intel", unknown product 0x9b33 rev 0x05
ppb0 at pci0 dev 1 function 0 "Intel Core 6G PCIE" rev 0x05: msi
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 vendor "NVIDIA", unknown product 0x1e84 rev 0xa1
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci1 dev 0 function 1 vendor "NVIDIA", unknown product 0x10f8 rev 0xa1: msi
azalia0: no supported codecs
xhci0 at pci1 dev 0 function 2 vendor "NVIDIA", unknown product 0x1ad8 rev 0xa1: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "NVIDIA xHCI root hub" rev 3.00/1.00 addr 1
vendor "NVIDIA", unknown product 0x1ad9 (class serial bus unknown subclass 0x80, rev 0xa1) at pci1 dev 0 function 3 not configured
inteldrm0 at pci0 dev 2 function 0 "Intel UHD Graphics 630" rev 0x05
drm1 at inteldrm0
inteldrm0: msi, COFFEELAKE, gen 9
vendor "Intel", unknown product 0x06f9 (class DASP subclass miscellaneous, rev 0x00) at pci0 dev 18 function 0 not configured
xhci1 at pci0 dev 20 function 0 vendor "Intel", unknown product 0x06ed rev 0x00: msi, xHCI 1.10
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
vendor "Intel", unknown product 0x06ef (class memory subclass RAM, rev 0x00) at pci0 dev 20 function 2 not configured
vendor "Intel", unknown product 0x06f0 (class network subclass miscellaneous, rev 0x00) at pci0 dev 20 function 3 not configured
vendor "Intel", unknown product 0x06e0 (class communications subclass miscellaneous, rev 0x00) at pci0 dev 22 function 0 not configured
ahci0 at pci0 dev 23 function 0 vendor "Intel", unknown product 0x06d2 rev 0x00: msi, AHCI 1.3.1
ahci0: port 1: 6.0Gb/s
ahci0: PHY offline on port 2
ahci0: PHY offline on port 3
ahci0: PHY offline on port 4
ahci0: PHY offline on port 5
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 1 lun 0: <ATA, Samsung SSD 840, EXT0> naa.500253885006c051
sd0: 114473MB, 512 bytes/sector, 234441648 sectors, thin
ppb1 at pci0 dev 27 function 0 vendor "Intel", unknown product 0x06c0 rev 0xf0
pci2 at ppb1 bus 2
ppb2 at pci0 dev 27 function 4 vendor "Intel", unknown product 0x06ac rev 0xf0: msi
pci3 at ppb2 bus 3
ppb3 at pci0 dev 28 function 0 vendor "Intel", unknown product 0x06b8 rev 0xf0
pci4 at ppb3 bus 4
ppb4 at pci0 dev 28 function 1 vendor "Intel", unknown product 0x06b9 rev 0xf0: msi
pci5 at ppb4 bus 5
vendor "Intel", unknown product 0x15f3 (class network subclass ethernet, rev 0x02) at pci5 dev 0 function 0 not configured
ppb5 at pci0 dev 28 function 4 vendor "Intel", unknown product 0x06bc rev 0xf0: msi
pci6 at ppb5 bus 6
ppb6 at pci6 dev 0 function 0 vendor "Intel", unknown product 0x15ea rev 0x06
pci7 at ppb6 bus 7
ppb7 at pci7 dev 0 function 0 vendor "Intel", unknown product 0x15ea rev 0x06: msi
pci8 at ppb7 bus 8
vendor "Intel", unknown product 0x15eb (class system subclass miscellaneous, rev 0x06) at pci8 dev 0 function 0 not configured
ppb8 at pci7 dev 1 function 0 vendor "Intel", unknown product 0x15ea rev 0x06: msi
pci9 at ppb8 bus 9
ppb9 at pci7 dev 2 function 0 vendor "Intel", unknown product 0x15ea rev 0x06: msi
pci10 at ppb9 bus 35
xhci2 at pci10 dev 0 function 0 vendor "Intel", unknown product 0x15ec rev 0x06: msi, xHCI 1.10
usb2 at xhci2: USB revision 3.0
uhub2 at usb2 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
ppb10 at pci7 dev 4 function 0 vendor "Intel", unknown product 0x15ea rev 0x06: msi
pci11 at ppb10 bus 36
ppb11 at pci0 dev 29 function 0 vendor "Intel", unknown product 0x06b0 rev 0xf0: msi
pci12 at ppb11 bus 63
nvme0 at pci12 dev 0 function 0 "SanDisk WD Black NVMe" rev 0x00: msix, NVMe 1.3
nvme0: WDS200T3XHC-00SJG0, firmware 102430WD, serial 195094800102
scsibus2 at nvme0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0: <NVMe, WDS200T3XHC-00SJ, 1024>
sd1: 1907729MB, 512 bytes/sector, 3907029168 sectors
ppb12 at pci0 dev 29 function 4 vendor "Intel", unknown product 0x06b4 rev 0xf0
pci13 at ppb12 bus 64
pcib0 at pci0 dev 31 function 0 vendor "Intel", unknown product 0x0685 rev 0x00
azalia1 at pci0 dev 31 function 3 vendor "Intel", unknown product 0x06c8 rev 0x00: msi
azalia1: codecs: Realtek/0x1220, Intel/0x280b, using Realtek/0x1220
audio0 at azalia1
vendor "Intel", unknown product 0x06a3 (class serial bus subclass SMBus, rev 0x00) at pci0 dev 31 function 4 not configured
vendor "Intel", unknown product 0x06a4 (class serial bus unknown subclass 0x80, rev 0x00) at pci0 dev 31 function 5 not configured
em0 at pci0 dev 31 function 6 "Intel I219-V" rev 0x00: msi, address 88:88:88:88:87:88
isa0 at pcib0
isadma0 at isa0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
uhub3 at uhub1 port 3 configuration 1 interface 0 "Generic 5-Port USB 2.1 Hub" rev 2.10/1.19 addr 2
uhidev0 at uhub3 port 1 configuration 1 interface 0 "Logitech USB Receiver" rev 2.00/44.01 addr 3
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev1 at uhub3 port 1 configuration 1 interface 1 "Logitech USB Receiver" rev 2.00/44.01 addr 3
uhidev1: iclass 3/1, 8 report ids
ums0 at uhidev1 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
uhidev2 at uhub3 port 1 configuration 1 interface 2 "Logitech USB Receiver" rev 2.00/44.01 addr 3
uhidev2: iclass 3/0, 33 report ids
uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0
uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0
uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0
uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0
uhidev3 at uhub3 port 2 configuration 1 interface 0 "Holtek USB Keyboard" rev 1.10/1.05 addr 4
uhidev3: iclass 3/1
ukbd1 at uhidev3: 8 variable keys, 6 key codes
wskbd1 at ukbd1 mux 1
wskbd1: connecting to wsdisplay0
uhidev4 at uhub3 port 2 configuration 1 interface 1 "Holtek USB Keyboard" rev 1.10/1.05 addr 4
uhidev4: iclass 3/1, 2 report ids
uhid7 at uhidev4 reportid 1: input=6, output=0, feature=0
uhid8 at uhidev4 reportid 2: input=1, output=0, feature=0
uaudio0 at uhub3 port 3 configuration 1 interface 1 "C-Media Electronics Inc. USB Advanced Audio Device" rev 1.10/2.05 addr 5
uaudio0: class v1, full-speed, sync, channels: 0 play, 2 rec, 3 ctls
audio1 at uaudio0
uhidev5 at uhub3 port 3 configuration 1 interface 2 "C-Media Electronics Inc. USB Advanced Audio Device" rev 1.10/2.05 addr 5
uhidev5: iclass 3/0, 1 report id
uhid9 at uhidev5 reportid 1: input=15, output=15, feature=0
uhidev6 at uhub3 port 4 configuration 1 interface 0 "ITE Tech. Inc. ITE Device(8595)" rev 2.00/0.03 addr 6
uhidev6: iclass 3/1, 204 report ids
uhid10 at uhidev6 reportid 90: input=0, output=0, feature=16
uhid11 at uhidev6 reportid 204: input=0, output=0, feature=63
uhidev7 at uhub3 port 5 configuration 1 interface 0 "Realtek USB2.0 HID" rev 2.01/1.01 addr 7
uhidev7: iclass 3/0
uhid12 at uhidev7: input=192, output=192, feature=0
uhub4 at uhub1 port 7 configuration 1 interface 0 "Generic 4-Port USB 2.1 Hub" rev 2.10/1.24 addr 8
uhidev8 at uhub4 port 4 configuration 1 interface 0 "vendor 0x256c Tablet Monitor" rev 1.10/0.00 addr 9
uhidev8: iclass 3/1, 8 report ids
uhid13 at uhidev8 reportid 8: input=11, output=0, feature=0
uhidev9 at uhub4 port 4 configuration 1 interface 1 "vendor 0x256c Tablet Monitor" rev 1.10/0.00 addr 9
uhidev9: iclass 3/1, 10 report ids
ums1 at uhidev9 reportid 10: 3 buttons, tip, barrel, eraser
wsmouse1 at ums1 mux 0
uhub5 at uhub1 port 11 configuration 1 interface 0 "Genesys Logic USB2.0 Hub" rev 2.00/85.36 addr 10
uhidev10 at uhub1 port 12 configuration 1 interface 0 "ITE Tech. Inc. ITE Device" rev 2.00/0.01 addr 11
uhidev10: iclass 3/0, 204 report ids
uhid14 at uhidev10 reportid 90: input=0, output=0, feature=16
uhid15 at uhidev10 reportid 204: input=0, output=0, feature=63
ugen0 at uhub1 port 13 "Canon LiDE 400" rev 2.00/1.00 addr 12
ugen1 at uhub1 port 14 "Intel product 0x0026" rev 2.01/0.02 addr 13
uhub6 at uhub1 port 19 configuration 1 interface 0 "Generic 2-Port USB 3.1 Hub" rev 3.20/1.19 addr 14
uvideo0 at uhub1 port 20 configuration 1 interface 0 "Elgato Cam Link 4K" rev 3.00/0.00 addr 15
video0 at uvideo0
uhidev11 at uhub1 port 20 configuration 1 interface 2 "Elgato Cam Link 4K" rev 3.00/0.00 addr 15
uhidev11: iclass 3/0, 19 report ids
uhid16 at uhidev11 reportid 1: input=0, output=0, feature=1
uhid17 at uhidev11 reportid 2: input=0, output=4, feature=0
uhid18 at uhidev11 reportid 3: input=258, output=0, feature=0
uhid19 at uhidev11 reportid 4: input=0, output=260, feature=0
uhid20 at uhidev11 reportid 5: input=0, output=1, feature=0
uhid21 at uhidev11 reportid 6: input=1, output=0, feature=0
uhid22 at uhidev11 reportid 7: input=0, output=0, feature=1
uhid23 at uhidev11 reportid 8: input=0, output=0, feature=1
uhid24 at uhidev11 reportid 9: input=0, output=3, feature=0
uhid25 at uhidev11 reportid 10: input=33, output=0, feature=0
uhid26 at uhidev11 reportid 11: input=0, output=35, feature=0
uhid27 at uhidev11 reportid 12: input=0, output=1, feature=0
uhid28 at uhidev11 reportid 13: input=1, output=0, feature=0
uhid29 at uhidev11 reportid 14: input=0, output=2, feature=0
uhid30 at uhidev11 reportid 15: input=0, output=3, feature=0
uhid31 at uhidev11 reportid 16: input=32, output=0, feature=0
uhid32 at uhidev11 reportid 17: input=0, output=35, feature=0
uhid33 at uhidev11 reportid 18: input=0, output=1, feature=0
uhid34 at uhidev11 reportid 19: input=1, output=0, feature=0
uaudio1 at uhub1 port 20 configuration 1 interface 4 "Elgato Cam Link 4K" rev 3.00/0.00 addr 15
uaudio1: class v1, high-speed, sync, channels: 0 play, 2 rec, 0 ctls
audio2 at uaudio1
uhub7 at uhub1 port 23 configuration 1 interface 0 "Generic 4-Port USB 3.1 Hub" rev 3.20/1.24 addr 16
umass0 at uhub7 port 1 configuration 1 interface 0 "Lexar LRW400" rev 3.00/11.25 addr 17
umass0: using SCSI over Bulk-Only
scsibus3 at umass0: 2 targets, initiator 0
sd2 at scsibus3 targ 1 lun 0: <Lexar, Pro LRW400 -0, 1.00> removable
sd3 at scsibus3 targ 1 lun 1: <Lexar, Pro LRW400 -1, 1.00> removable
sd3: 60906MB, 512 bytes/sector, 124735488 sectors
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd0a (e347616d5db40613.a) swap on sd0b dump on sd0b
drm:pid43456:csr_load_work_fn *NOTICE* [drm] Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
drm:pid43456:csr_load_work_fn *NOTICE* [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915inteldrm0: 1920x1080, 32bpp
wsdisplay1 at inteldrm0
wsdisplay1: screen 0-5 added (std, vt100 emulation)
I'm trying to debug some general network slowness with my 6.8 server
(i7-3930k) that seems to affect all protocols (e.g. Samba capping at
70MB/s, FTP at 45MB/s for upload). I've run some iperf3/tcpbench tests
and the results seems low even when running both client and server
on the same machine to eliminate the actual network.
Setting the client to localhost, I get an average of about 10Gbit/s in
iperf3.
[ 5] 0.00-10.00 sec 11.3 GBytes 9.74 Gbits/sec sender
[ 5] 0.00-10.00 sec 11.3 GBytes 9.74 Gbits/sec receiver
tcpbench is a bit quicker:
Conn: 1 Mbps: 11585.269 Peak Mbps: 11602.117 Avg Mbps: 11585.269
Conn: 1 Mbps: 11580.000 Peak Mbps: 11602.117 Avg Mbps: 11580.000
Conn: 1 Mbps: 11583.638 Peak Mbps: 11602.117 Avg Mbps: 11583.638
Conn: 1 Mbps: 10029.172 Peak Mbps: 11602.117 Avg Mbps: 10029.172
Running with the IP address of the machine:
[ 5] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
[ 5] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec receiver
Conn: 1 Mbps: 1026.018 Peak Mbps: 1543.406 Avg Mbps: 1026.018
Conn: 1 Mbps: 977.226 Peak Mbps: 1543.406 Avg Mbps: 977.226
Conn: 1 Mbps: 1281.376 Peak Mbps: 1543.406 Avg Mbps: 1281.376
Conn: 1 Mbps: 1128.490 Peak Mbps: 1543.406 Avg Mbps: 1128.490
smbclient to IP address is around 100-120MB/s depending on Samba
settings. To localhost it goes up to 200MB/s. This is copying between
SSDs which manage 500MB/s directly.
Those tests were with PF disabled. PF enabled is basically the same:
[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
With UDP, iperf3 seems broken (1Mbit/s), with tcpbench:
localhost:
Elapsed: 20000 Mbps: 912.534 Peak Mbps: 926.653 Tx PPS: 77491
Elapsed: 21000 Mbps: 861.850 Peak Mbps: 926.653 Tx PPS: 73187
local IP:
Elapsed: 16000 Mbps: 908.789 Peak Mbps: 917.009 Tx PPS: 77173
Elapsed: 17000 Mbps: 788.132 Peak Mbps: 917.009 Tx PPS: 66927
systate with tcpbench running with TCP & IP address:
3 users Load 1.31 0.64 0.32 caleb.home.duncanma 14:29:14
memory totals (in KB) PAGING SWAPPING Interrupts
real virtual free in out in out 204 total
Active 211624 211624 11526980 ops 200 clock
All 4660156 4660156 19920940 pages 3 ipi
1 em0
Proc:r d s w Csw Trp Sys Int Sof Flt forks ehci0
1 105 29926 5634 1 17 1 fkppw azalia1
fksvm ahci0
0.0%Int 0.7%Spn 17.5%Sys 0.8%Usr 81.0%Idle pwait ehci1
| | | | | | | | | | | relck ahci1
========= rlkok pckbc0
noram
Namei Sys-cache Proc-cache No-cache ndcpy
Calls hits % hits % miss % fltcp
zfod
cow
Disks sd0 sd1 sd2 sd3 134892 fmin
seeks 179856 ftarg
xfers itarg
speed 3K 3K 2 wired
sec 0.0 0.0 pdfre
pdscn
pzidl 211289 IPKTS
13 kmape 211288 OPKTS
and top:
load averages: 1.39, 1.01, 0.54
66 processes: 63 idle, 3 on processor
CPU00 states: 0.0% user, 0.0% nice, 0.0% sys, 0.0% spin, 0.0% intr, 100% idle
CPU01 states: 0.0% user, 0.0% nice, 0.0% sys, 0.0% spin, 0.0% intr, 100% idle
CPU02 states: 1.0% user, 0.0% nice, 53.3% sys, 2.0% spin, 0.0% intr, 43.7% idle
CPU03 states: 0.4% user, 0.0% nice, 48.9% sys, 2.0% spin, 0.0% intr, 48.7% idle
CPU04 states: 1.2% user, 0.0% nice, 7.8% sys, 0.0% spin, 0.0% intr, 91.0% idle
CPU05 states: 0.0% user, 0.0% nice, 0.0% sys, 0.0% spin, 0.0% intr, 100% idle
Memory: Real: 206M/4550M act/tot Free: 11G Cache: 3781M Swap: 0K/8197M
PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU COMMAND
55082 duncan 40 0 680K 2060K onproc/2 - 1:17 13.96% tcpbench
41980 duncan 33 0 660K 2040K onproc/4 - 0:05 6.30% tcpbench
I also tried a different machine (i9-10850K) with a fresh install of
6.8. That was basically similar, 14Gbit/s to localhost with iperf3,
2.2Gbit/s to local IP. iperf3 to machine 1 over TCP was around 80MB/s,
i.e. Samba speed.
On that same machine I did a basic install of FreeBSD 12, and with iperf3
it managed 61Gbit/s to localhost and 59.5Gbit/s to local IP.
Lastly, until recently machine 1 was a i7-6700, I swapped hardware over
as part of my investigation. I didn't run tcpbench/iperf on there but
the real-app speeds were about the same. That machine has an re
card rather than em.
And ideas of other things to try? My concern is firstly that the current
performance on real-apps is well below 1Gbps, and that if the network
stack is effectively capped at 1.3Gbit/s there's no point upgrading
beyond gigabit networking.
I've found a few threads in the archive, but nothing definitive.
Thanks,
Duncan
Machine 1:
OpenBSD 6.8 (GENERIC.MP) #4: Mon Jan 11 10:35:56 MST 2021
***@syspatch-68-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 17100439552 (16308MB)
avail mem = 16567140352 (15799MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xeb6f0 (100 entries)
bios0: vendor American Megatrends Inc. version "4901" date 05/15/2014
bios0: ASUSTeK COMPUTER INC. RAMPAGE IV GENE
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT
acpi0: wakeup devices BR20(S3) EUSB(S4) USBE(S4) NPE1(S4) NPE2(S4) NPE3(S4) NPE4(S4) NPE5(S4) NPE6(S4) NPE7(S4) NPE8(S4) NPE9(S4) NPEA(S4) PEX0(S4) PEX4(S4) PEX5(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3202.33 MHz, 06-2d-07
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 100MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 8 (application processor)
cpu4: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 0, core 4, package 0
cpu5 at mainbus0: apid 10 (application processor)
cpu5: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.86 MHz, 06-2d-07
cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 0, core 5, package 0
cpu6 at mainbus0: apid 1 (application processor)
cpu6: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 1, core 0, package 0
cpu7 at mainbus0: apid 3 (application processor)
cpu7: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 1, core 1, package 0
cpu8 at mainbus0: apid 5 (application processor)
cpu8: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu8: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu8: 256KB 64b/line 8-way L2 cache
cpu8: smt 1, core 2, package 0
cpu9 at mainbus0: apid 7 (application processor)
cpu9: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu9: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu9: 256KB 64b/line 8-way L2 cache
cpu9: smt 1, core 3, package 0
cpu10 at mainbus0: apid 9 (application processor)
cpu10: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu10: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu10: 256KB 64b/line 8-way L2 cache
cpu10: smt 1, core 4, package 0
cpu11 at mainbus0: apid 11 (application processor)
cpu11: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, 3201.85 MHz, 06-2d-07
cpu11: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,PAGE1GB,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu11: 256KB 64b/line 8-way L2 cache
cpu11: smt 1, core 5, package 0
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 2 pa 0xfec01000, version 20, 24 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 3 (NPE1)
acpiprt2 at acpi0: bus 1 (NPE3)
acpiprt3 at acpi0: bus 2 (NPE7)
acpiprt4 at acpi0: bus 5 (PEX0)
acpiprt5 at acpi0: bus 6 (PEX4)
acpiprt6 at acpi0: bus 7 (PEX5)
acpiprt7 at acpi0: bus -1 (PEX6)
acpiprt8 at acpi0: bus 8 (PEX7)
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
"pnp0c14" at acpi0 not configured
acpipci1 at acpi0 UNC0: 0x00000000 0x00000011 0x00000001
acpibtn0 at acpi0: PWRB
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu1 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu2 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu3 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu4 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu5 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu6 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu7 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu8 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu9 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu10 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
acpicpu11 at acpi0: C2(***@41 ***@0x20), C1(***@1 mwait.1), PSS
cpu0: using VERW MDS workaround (except on vmm entry)
cpu0: Enhanced SpeedStep 3202 MHz: speeds: 3201, 3200, 3000, 2900, 2800, 2600, 2500, 2300, 2200, 2100, 1900, 1800, 1600, 1500, 1300, 1200 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel E5 Host" rev 0x07
ppb0 at pci0 dev 1 function 0 "Intel E5 PCIE" rev 0x07: msi
pci1 at ppb0 bus 3
xhci0 at pci1 dev 0 function 0 "ASMedia ASM1042AE xHCI" rev 0x00: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
ppb1 at pci0 dev 2 function 0 "Intel E5 PCIE" rev 0x07: msi
pci2 at ppb1 bus 1
vga1 at pci2 dev 0 function 0 vendor "NVIDIA", unknown product 0x1c82 rev 0xa1
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci2 dev 0 function 1 vendor "NVIDIA", unknown product 0x0fb9 rev 0xa1: msi
azalia0: no supported codecs
ppb2 at pci0 dev 3 function 0 "Intel E5 PCIE" rev 0x07: msi
pci3 at ppb2 bus 2
"Intel E5 Address Map" rev 0x07 at pci0 dev 5 function 0 not configured
"Intel E5 Error Reporting" rev 0x07 at pci0 dev 5 function 2 not configured
"Intel E5 I/O APIC" rev 0x07 at pci0 dev 5 function 4 not configured
ppb3 at pci0 dev 17 function 0 "Intel C600 Virtual PCIE" rev 0x05
pci4 at ppb3 bus 4
"Intel C600 MEI" rev 0x05 at pci0 dev 22 function 0 not configured
em0 at pci0 dev 25 function 0 "Intel 82579V" rev 0x05: msi, address c8:60:00:13:88:34
ehci0 at pci0 dev 26 function 0 "Intel C600 USB" rev 0x05: apic 0 int 21
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
azalia1 at pci0 dev 27 function 0 "Intel C600 HD Audio" rev 0x05: msi
azalia1: codecs: Realtek/0x0899
audio0 at azalia1
ppb4 at pci0 dev 28 function 0 "Intel C600 PCIE" rev 0xb5: msi
pci5 at ppb4 bus 5
ppb5 at pci0 dev 28 function 4 "Intel C600 PCIE" rev 0xb5: msi
pci6 at ppb5 bus 6
xhci1 at pci6 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi, xHCI 0.96
usb2 at xhci1: USB revision 3.0
uhub2 at usb2 configuration 1 interface 0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
ppb6 at pci0 dev 28 function 5 "Intel C600 PCIE" rev 0xb5: msi
pci7 at ppb6 bus 7
ahci0 at pci7 dev 0 function 0 "ASMedia ASM1061 AHCI" rev 0x01: msi, AHCI 1.2
ahci0: port 0: 6.0Gb/s
ahci0: port 1: 6.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, Samsung SSD 840, EXT0> naa.50025388a0277d14
sd0: 476940MB, 512 bytes/sector, 976773168 sectors, thin
sd1 at scsibus1 targ 1 lun 0: <ATA, ST2000LX001-1RG1, SDM1> naa.5000c500a8a5968c
sd1: 1907729MB, 512 bytes/sector, 3907029168 sectors
ppb7 at pci0 dev 28 function 7 "Intel C600 PCIE" rev 0xb5: msi
pci8 at ppb7 bus 8
xhci2 at pci8 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi, xHCI 0.96
usb3 at xhci2: USB revision 3.0
uhub3 at usb3 configuration 1 interface 0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
ehci1 at pci0 dev 29 function 0 "Intel C600 USB" rev 0x05: apic 0 int 23
usb4 at ehci1: USB revision 2.0
uhub4 at usb4 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb8 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa5
pci9 at ppb8 bus 9
pcib0 at pci0 dev 31 function 0 "Intel C600 LPC" rev 0x05
ahci1 at pci0 dev 31 function 2 "Intel C600 AHCI" rev 0x05: msi, AHCI 1.3
ahci1: port 0: 6.0Gb/s
ahci1: port 1: 6.0Gb/s
scsibus2 at ahci1: 32 targets
sd2 at scsibus2 targ 0 lun 0: <ATA, CT1000MX500SSD1, M3CR> naa.500a0751e10a814f
sd2: 953869MB, 512 bytes/sector, 1953525168 sectors, thin
sd3 at scsibus2 targ 1 lun 0: <ATA, ST3000VN007-2E41, SC60> naa.5000c500a3c47388
sd3: 2861588MB, 512 bytes/sector, 5860533168 sectors
ichiic0 at pci0 dev 31 function 3 "Intel C600 SMBus" rev 0x05: apic 0 int 18
iic0 at ichiic0
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, using wsdisplay0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
wbsio0 at isa0 port 0x2e/2: NCT6776F rev 0x33
lm1 at wbsio0 port 0x290/8: NCT6776F
pci10 at mainbus0 bus 255
"Intel E5 QPI Link" rev 0x07 at pci10 dev 8 function 0 not configured
vendor "Intel", unknown product 0x3c83 (class system subclass miscellaneous, rev 0x07) at pci10 dev 8 function 3 not configured
vendor "Intel", unknown product 0x3c84 (class system subclass miscellaneous, rev 0x07) at pci10 dev 8 function 4 not configured
"Intel E5 QPI Link" rev 0x07 at pci10 dev 9 function 0 not configured
vendor "Intel", unknown product 0x3c93 (class system subclass miscellaneous, rev 0x07) at pci10 dev 9 function 3 not configured
vendor "Intel", unknown product 0x3c94 (class system subclass miscellaneous, rev 0x07) at pci10 dev 9 function 4 not configured
"Intel E5 PCU" rev 0x07 at pci10 dev 10 function 0 not configured
"Intel E5 PCU" rev 0x07 at pci10 dev 10 function 1 not configured
"Intel E5 PCU" rev 0x07 at pci10 dev 10 function 2 not configured
"Intel E5 PCU" rev 0x07 at pci10 dev 10 function 3 not configured
"Intel E5 Scratch" rev 0x07 at pci10 dev 11 function 0 not configured
"Intel E5 Scratch" rev 0x07 at pci10 dev 11 function 3 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 12 function 0 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 12 function 1 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 12 function 2 not configured
"Intel E5 SAD" rev 0x07 at pci10 dev 12 function 6 not configured
"Intel E5 SAD" rev 0x07 at pci10 dev 12 function 7 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 13 function 0 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 13 function 1 not configured
"Intel E5 Unicast" rev 0x07 at pci10 dev 13 function 2 not configured
"Intel E5 Broadcast" rev 0x07 at pci10 dev 13 function 6 not configured
"Intel E5 Home Agent" rev 0x07 at pci10 dev 14 function 0 not configured
"Intel E5 Home Agent" rev 0x07 at pci10 dev 14 function 1 not configured
"Intel E5 TA" rev 0x07 at pci10 dev 15 function 0 not configured
"Intel E5 RAS" rev 0x07 at pci10 dev 15 function 1 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 2 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 3 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 4 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 5 not configured
"Intel E5 TAD" rev 0x07 at pci10 dev 15 function 6 not configured
"Intel E5 Thermal" rev 0x07 at pci10 dev 16 function 0 not configured
"Intel E5 Thermal" rev 0x07 at pci10 dev 16 function 1 not configured
"Intel E5 Error" rev 0x07 at pci10 dev 16 function 2 not configured
"Intel E5 Error" rev 0x07 at pci10 dev 16 function 3 not configured
"Intel E5 Thermal" rev 0x07 at pci10 dev 16 function 4 not configured
"Intel E5 Thermal" rev 0x07 at pci10 dev 16 function 5 not configured
"Intel E5 Error" rev 0x07 at pci10 dev 16 function 6 not configured
"Intel E5 Error" rev 0x07 at pci10 dev 16 function 7 not configured
"Intel E5 DDRIO" rev 0x07 at pci10 dev 17 function 0 not configured
"Intel E5 R2PCIE" rev 0x07 at pci10 dev 19 function 0 not configured
"Intel E5 PCIE Monitor" rev 0x07 at pci10 dev 19 function 1 not configured
"Intel E5 QPI" rev 0x07 at pci10 dev 19 function 4 not configured
"Intel E5 QPI Link Monitor" rev 0x07 at pci10 dev 19 function 5 not configured
"Intel E5 QPI Link Monitor" rev 0x07 at pci10 dev 19 function 6 not configured
vmm0 at mainbus0: VMX/EPT
uhub5 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhub6 at uhub4 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd2a (45062ee87efb07e4.a) swap on sd2b dump on sd2b
Machine 2:
OpenBSD 6.8 (GENERIC.MP) #98: Sun Oct 4 18:13:26 MDT 2020
***@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 68536664064 (65361MB)
avail mem = 66444492800 (63366MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.2 @ 0x39b45000 (85 entries)
bios0: vendor American Megatrends Inc. version "F20b" date 01/28/2021
bios0: Gigabyte Technology Co., Ltd. Z490 VISION D
acpi0 at bios0: ACPI 6.2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP MCFG SSDT SSDT FIDT SSDT SSDT HPET APIC SSDT SSDT SSDT NHLT LPIT SSDT SSDT DBGP DBG2 SSDT DMAR WSMT FPDT
acpi0: wakeup devices PEGP(S4) PEG1(S4) PEGP(S4) PEG2(S4) PEGP(S4) PEG3(S4) PEGP(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 23999999 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3501.60 MHz, 06-a5-05
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 23MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 8 (application processor)
cpu4: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 0, core 4, package 0
cpu5 at mainbus0: apid 10 (application processor)
cpu5: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 0, core 5, package 0
cpu6 at mainbus0: apid 12 (application processor)
cpu6: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 0, core 6, package 0
cpu7 at mainbus0: apid 14 (application processor)
cpu7: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 0, core 7, package 0
cpu8 at mainbus0: apid 16 (application processor)
cpu8: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu8: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu8: 256KB 64b/line 8-way L2 cache
cpu8: smt 0, core 8, package 0
cpu9 at mainbus0: apid 18 (application processor)
cpu9: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu9: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu9: 256KB 64b/line 8-way L2 cache
cpu9: smt 0, core 9, package 0
cpu10 at mainbus0: apid 1 (application processor)
cpu10: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu10: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu10: 256KB 64b/line 8-way L2 cache
cpu10: smt 1, core 0, package 0
cpu11 at mainbus0: apid 3 (application processor)
cpu11: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu11: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu11: 256KB 64b/line 8-way L2 cache
cpu11: smt 1, core 1, package 0
cpu12 at mainbus0: apid 5 (application processor)
cpu12: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.12 MHz, 06-a5-05
cpu12: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu12: 256KB 64b/line 8-way L2 cache
cpu12: smt 1, core 2, package 0
cpu13 at mainbus0: apid 7 (application processor)
cpu13: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu13: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu13: 256KB 64b/line 8-way L2 cache
cpu13: smt 1, core 3, package 0
cpu14 at mainbus0: apid 9 (application processor)
cpu14: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu14: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu14: 256KB 64b/line 8-way L2 cache
cpu14: smt 1, core 4, package 0
cpu15 at mainbus0: apid 11 (application processor)
cpu15: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu15: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu15: 256KB 64b/line 8-way L2 cache
cpu15: smt 1, core 5, package 0
cpu16 at mainbus0: apid 13 (application processor)
cpu16: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu16: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu16: 256KB 64b/line 8-way L2 cache
cpu16: smt 1, core 6, package 0
cpu17 at mainbus0: apid 15 (application processor)
cpu17: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu17: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu17: 256KB 64b/line 8-way L2 cache
cpu17: smt 1, core 7, package 0
cpu18 at mainbus0: apid 17 (application processor)
cpu18: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu18: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu18: 256KB 64b/line 8-way L2 cache
cpu18: smt 1, core 8, package 0
cpu19 at mainbus0: apid 19 (application processor)
cpu19: Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz, 3500.10 MHz, 06-a5-05
cpu19: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu19: 256KB 64b/line 8-way L2 cache
cpu19: smt 1, core 9, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus 1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus -1 (PEG3)
acpiprt5 at acpi0: bus 4 (RP01)
acpiprt6 at acpi0: bus 5 (RP02)
acpiprt7 at acpi0: bus -1 (RP03)
acpiprt8 at acpi0: bus -1 (RP04)
acpiprt9 at acpi0: bus 6 (RP05)
acpiprt10 at acpi0: bus -1 (RP06)
acpiprt11 at acpi0: bus -1 (RP07)
acpiprt12 at acpi0: bus -1 (RP08)
acpiprt13 at acpi0: bus 63 (RP09)
acpiprt14 at acpi0: bus -1 (RP10)
acpiprt15 at acpi0: bus -1 (RP11)
acpiprt16 at acpi0: bus -1 (RP12)
acpiprt17 at acpi0: bus 64 (RP13)
acpiprt18 at acpi0: bus -1 (RP14)
acpiprt19 at acpi0: bus -1 (RP15)
acpiprt20 at acpi0: bus -1 (RP16)
acpiprt21 at acpi0: bus 2 (RP17)
acpiprt22 at acpi0: bus -1 (RP18)
acpiprt23 at acpi0: bus -1 (RP19)
acpiprt24 at acpi0: bus -1 (RP20)
acpiprt25 at acpi0: bus 3 (RP21)
acpiprt26 at acpi0: bus -1 (RP22)
acpiprt27 at acpi0: bus -1 (RP23)
acpiprt28 at acpi0: bus -1 (RP24)
acpiec0 at acpi0: not present
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
"INT3450" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"INT33A1" at acpi0 not configured
"ACPI000E" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
acpipwrres0 at acpi0: PG02, resource for PEG2
acpipwrres1 at acpi0: PG03, resource for PEG3
acpipwrres2 at acpi0: BTPR, resource for HS14
acpipwrres3 at acpi0: USBC, resource for XDCI
acpipwrres4 at acpi0: V0PR
acpipwrres5 at acpi0: V1PR
acpipwrres6 at acpi0: V2PR
acpipwrres7 at acpi0: PXTC
acpipwrres8 at acpi0: WRST
acpipwrres9 at acpi0: PAUD, resource for HDAS
acpicpu0 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu1 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu2 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu3 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu4 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu5 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu6 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu7 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu8 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu9 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu10 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu11 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu12 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu13 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu14 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu15 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu16 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu17 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu18 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpicpu19 at acpi0: C3(***@1034 ***@0x60), C2(***@151 ***@0x33), C1(***@1 mwait.1), PSS
acpipwrres10 at acpi0: FN00, resource for FAN0
acpipwrres11 at acpi0: FN01, resource for FAN1
acpipwrres12 at acpi0: FN02, resource for FAN2
acpipwrres13 at acpi0: FN03, resource for FAN3
acpipwrres14 at acpi0: FN04, resource for FAN4
acpitz0 at acpi0: critical temperature is 119 degC
acpipwrres15 at acpi0: PIN_
acpipwrres16 at acpi0: SPR0
acpipwrres17 at acpi0: SPR1, resource for PRT1
acpipwrres18 at acpi0: SPR2
acpipwrres19 at acpi0: SPR3
acpipwrres20 at acpi0: SPR5
acpipwrres21 at acpi0: ZPDR, resource for PRT1
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 3501 MHz: speeds: 3501, 3500, 3300, 3200, 3000, 2800, 2600, 2400, 2200, 2000, 1800, 1600, 1400, 1200, 1000, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 vendor "Intel", unknown product 0x9b33 rev 0x05
ppb0 at pci0 dev 1 function 0 "Intel Core 6G PCIE" rev 0x05: msi
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 vendor "NVIDIA", unknown product 0x1e84 rev 0xa1
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci1 dev 0 function 1 vendor "NVIDIA", unknown product 0x10f8 rev 0xa1: msi
azalia0: no supported codecs
xhci0 at pci1 dev 0 function 2 vendor "NVIDIA", unknown product 0x1ad8 rev 0xa1: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "NVIDIA xHCI root hub" rev 3.00/1.00 addr 1
vendor "NVIDIA", unknown product 0x1ad9 (class serial bus unknown subclass 0x80, rev 0xa1) at pci1 dev 0 function 3 not configured
inteldrm0 at pci0 dev 2 function 0 "Intel UHD Graphics 630" rev 0x05
drm1 at inteldrm0
inteldrm0: msi, COFFEELAKE, gen 9
vendor "Intel", unknown product 0x06f9 (class DASP subclass miscellaneous, rev 0x00) at pci0 dev 18 function 0 not configured
xhci1 at pci0 dev 20 function 0 vendor "Intel", unknown product 0x06ed rev 0x00: msi, xHCI 1.10
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
vendor "Intel", unknown product 0x06ef (class memory subclass RAM, rev 0x00) at pci0 dev 20 function 2 not configured
vendor "Intel", unknown product 0x06f0 (class network subclass miscellaneous, rev 0x00) at pci0 dev 20 function 3 not configured
vendor "Intel", unknown product 0x06e0 (class communications subclass miscellaneous, rev 0x00) at pci0 dev 22 function 0 not configured
ahci0 at pci0 dev 23 function 0 vendor "Intel", unknown product 0x06d2 rev 0x00: msi, AHCI 1.3.1
ahci0: port 1: 6.0Gb/s
ahci0: PHY offline on port 2
ahci0: PHY offline on port 3
ahci0: PHY offline on port 4
ahci0: PHY offline on port 5
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 1 lun 0: <ATA, Samsung SSD 840, EXT0> naa.500253885006c051
sd0: 114473MB, 512 bytes/sector, 234441648 sectors, thin
ppb1 at pci0 dev 27 function 0 vendor "Intel", unknown product 0x06c0 rev 0xf0
pci2 at ppb1 bus 2
ppb2 at pci0 dev 27 function 4 vendor "Intel", unknown product 0x06ac rev 0xf0: msi
pci3 at ppb2 bus 3
ppb3 at pci0 dev 28 function 0 vendor "Intel", unknown product 0x06b8 rev 0xf0
pci4 at ppb3 bus 4
ppb4 at pci0 dev 28 function 1 vendor "Intel", unknown product 0x06b9 rev 0xf0: msi
pci5 at ppb4 bus 5
vendor "Intel", unknown product 0x15f3 (class network subclass ethernet, rev 0x02) at pci5 dev 0 function 0 not configured
ppb5 at pci0 dev 28 function 4 vendor "Intel", unknown product 0x06bc rev 0xf0: msi
pci6 at ppb5 bus 6
ppb6 at pci6 dev 0 function 0 vendor "Intel", unknown product 0x15ea rev 0x06
pci7 at ppb6 bus 7
ppb7 at pci7 dev 0 function 0 vendor "Intel", unknown product 0x15ea rev 0x06: msi
pci8 at ppb7 bus 8
vendor "Intel", unknown product 0x15eb (class system subclass miscellaneous, rev 0x06) at pci8 dev 0 function 0 not configured
ppb8 at pci7 dev 1 function 0 vendor "Intel", unknown product 0x15ea rev 0x06: msi
pci9 at ppb8 bus 9
ppb9 at pci7 dev 2 function 0 vendor "Intel", unknown product 0x15ea rev 0x06: msi
pci10 at ppb9 bus 35
xhci2 at pci10 dev 0 function 0 vendor "Intel", unknown product 0x15ec rev 0x06: msi, xHCI 1.10
usb2 at xhci2: USB revision 3.0
uhub2 at usb2 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
ppb10 at pci7 dev 4 function 0 vendor "Intel", unknown product 0x15ea rev 0x06: msi
pci11 at ppb10 bus 36
ppb11 at pci0 dev 29 function 0 vendor "Intel", unknown product 0x06b0 rev 0xf0: msi
pci12 at ppb11 bus 63
nvme0 at pci12 dev 0 function 0 "SanDisk WD Black NVMe" rev 0x00: msix, NVMe 1.3
nvme0: WDS200T3XHC-00SJG0, firmware 102430WD, serial 195094800102
scsibus2 at nvme0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0: <NVMe, WDS200T3XHC-00SJ, 1024>
sd1: 1907729MB, 512 bytes/sector, 3907029168 sectors
ppb12 at pci0 dev 29 function 4 vendor "Intel", unknown product 0x06b4 rev 0xf0
pci13 at ppb12 bus 64
pcib0 at pci0 dev 31 function 0 vendor "Intel", unknown product 0x0685 rev 0x00
azalia1 at pci0 dev 31 function 3 vendor "Intel", unknown product 0x06c8 rev 0x00: msi
azalia1: codecs: Realtek/0x1220, Intel/0x280b, using Realtek/0x1220
audio0 at azalia1
vendor "Intel", unknown product 0x06a3 (class serial bus subclass SMBus, rev 0x00) at pci0 dev 31 function 4 not configured
vendor "Intel", unknown product 0x06a4 (class serial bus unknown subclass 0x80, rev 0x00) at pci0 dev 31 function 5 not configured
em0 at pci0 dev 31 function 6 "Intel I219-V" rev 0x00: msi, address 88:88:88:88:87:88
isa0 at pcib0
isadma0 at isa0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
uhub3 at uhub1 port 3 configuration 1 interface 0 "Generic 5-Port USB 2.1 Hub" rev 2.10/1.19 addr 2
uhidev0 at uhub3 port 1 configuration 1 interface 0 "Logitech USB Receiver" rev 2.00/44.01 addr 3
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev1 at uhub3 port 1 configuration 1 interface 1 "Logitech USB Receiver" rev 2.00/44.01 addr 3
uhidev1: iclass 3/1, 8 report ids
ums0 at uhidev1 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
uhidev2 at uhub3 port 1 configuration 1 interface 2 "Logitech USB Receiver" rev 2.00/44.01 addr 3
uhidev2: iclass 3/0, 33 report ids
uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0
uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0
uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0
uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0
uhidev3 at uhub3 port 2 configuration 1 interface 0 "Holtek USB Keyboard" rev 1.10/1.05 addr 4
uhidev3: iclass 3/1
ukbd1 at uhidev3: 8 variable keys, 6 key codes
wskbd1 at ukbd1 mux 1
wskbd1: connecting to wsdisplay0
uhidev4 at uhub3 port 2 configuration 1 interface 1 "Holtek USB Keyboard" rev 1.10/1.05 addr 4
uhidev4: iclass 3/1, 2 report ids
uhid7 at uhidev4 reportid 1: input=6, output=0, feature=0
uhid8 at uhidev4 reportid 2: input=1, output=0, feature=0
uaudio0 at uhub3 port 3 configuration 1 interface 1 "C-Media Electronics Inc. USB Advanced Audio Device" rev 1.10/2.05 addr 5
uaudio0: class v1, full-speed, sync, channels: 0 play, 2 rec, 3 ctls
audio1 at uaudio0
uhidev5 at uhub3 port 3 configuration 1 interface 2 "C-Media Electronics Inc. USB Advanced Audio Device" rev 1.10/2.05 addr 5
uhidev5: iclass 3/0, 1 report id
uhid9 at uhidev5 reportid 1: input=15, output=15, feature=0
uhidev6 at uhub3 port 4 configuration 1 interface 0 "ITE Tech. Inc. ITE Device(8595)" rev 2.00/0.03 addr 6
uhidev6: iclass 3/1, 204 report ids
uhid10 at uhidev6 reportid 90: input=0, output=0, feature=16
uhid11 at uhidev6 reportid 204: input=0, output=0, feature=63
uhidev7 at uhub3 port 5 configuration 1 interface 0 "Realtek USB2.0 HID" rev 2.01/1.01 addr 7
uhidev7: iclass 3/0
uhid12 at uhidev7: input=192, output=192, feature=0
uhub4 at uhub1 port 7 configuration 1 interface 0 "Generic 4-Port USB 2.1 Hub" rev 2.10/1.24 addr 8
uhidev8 at uhub4 port 4 configuration 1 interface 0 "vendor 0x256c Tablet Monitor" rev 1.10/0.00 addr 9
uhidev8: iclass 3/1, 8 report ids
uhid13 at uhidev8 reportid 8: input=11, output=0, feature=0
uhidev9 at uhub4 port 4 configuration 1 interface 1 "vendor 0x256c Tablet Monitor" rev 1.10/0.00 addr 9
uhidev9: iclass 3/1, 10 report ids
ums1 at uhidev9 reportid 10: 3 buttons, tip, barrel, eraser
wsmouse1 at ums1 mux 0
uhub5 at uhub1 port 11 configuration 1 interface 0 "Genesys Logic USB2.0 Hub" rev 2.00/85.36 addr 10
uhidev10 at uhub1 port 12 configuration 1 interface 0 "ITE Tech. Inc. ITE Device" rev 2.00/0.01 addr 11
uhidev10: iclass 3/0, 204 report ids
uhid14 at uhidev10 reportid 90: input=0, output=0, feature=16
uhid15 at uhidev10 reportid 204: input=0, output=0, feature=63
ugen0 at uhub1 port 13 "Canon LiDE 400" rev 2.00/1.00 addr 12
ugen1 at uhub1 port 14 "Intel product 0x0026" rev 2.01/0.02 addr 13
uhub6 at uhub1 port 19 configuration 1 interface 0 "Generic 2-Port USB 3.1 Hub" rev 3.20/1.19 addr 14
uvideo0 at uhub1 port 20 configuration 1 interface 0 "Elgato Cam Link 4K" rev 3.00/0.00 addr 15
video0 at uvideo0
uhidev11 at uhub1 port 20 configuration 1 interface 2 "Elgato Cam Link 4K" rev 3.00/0.00 addr 15
uhidev11: iclass 3/0, 19 report ids
uhid16 at uhidev11 reportid 1: input=0, output=0, feature=1
uhid17 at uhidev11 reportid 2: input=0, output=4, feature=0
uhid18 at uhidev11 reportid 3: input=258, output=0, feature=0
uhid19 at uhidev11 reportid 4: input=0, output=260, feature=0
uhid20 at uhidev11 reportid 5: input=0, output=1, feature=0
uhid21 at uhidev11 reportid 6: input=1, output=0, feature=0
uhid22 at uhidev11 reportid 7: input=0, output=0, feature=1
uhid23 at uhidev11 reportid 8: input=0, output=0, feature=1
uhid24 at uhidev11 reportid 9: input=0, output=3, feature=0
uhid25 at uhidev11 reportid 10: input=33, output=0, feature=0
uhid26 at uhidev11 reportid 11: input=0, output=35, feature=0
uhid27 at uhidev11 reportid 12: input=0, output=1, feature=0
uhid28 at uhidev11 reportid 13: input=1, output=0, feature=0
uhid29 at uhidev11 reportid 14: input=0, output=2, feature=0
uhid30 at uhidev11 reportid 15: input=0, output=3, feature=0
uhid31 at uhidev11 reportid 16: input=32, output=0, feature=0
uhid32 at uhidev11 reportid 17: input=0, output=35, feature=0
uhid33 at uhidev11 reportid 18: input=0, output=1, feature=0
uhid34 at uhidev11 reportid 19: input=1, output=0, feature=0
uaudio1 at uhub1 port 20 configuration 1 interface 4 "Elgato Cam Link 4K" rev 3.00/0.00 addr 15
uaudio1: class v1, high-speed, sync, channels: 0 play, 2 rec, 0 ctls
audio2 at uaudio1
uhub7 at uhub1 port 23 configuration 1 interface 0 "Generic 4-Port USB 3.1 Hub" rev 3.20/1.24 addr 16
umass0 at uhub7 port 1 configuration 1 interface 0 "Lexar LRW400" rev 3.00/11.25 addr 17
umass0: using SCSI over Bulk-Only
scsibus3 at umass0: 2 targets, initiator 0
sd2 at scsibus3 targ 1 lun 0: <Lexar, Pro LRW400 -0, 1.00> removable
sd3 at scsibus3 targ 1 lun 1: <Lexar, Pro LRW400 -1, 1.00> removable
sd3: 60906MB, 512 bytes/sector, 124735488 sectors
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd0a (e347616d5db40613.a) swap on sd0b dump on sd0b
drm:pid43456:csr_load_work_fn *NOTICE* [drm] Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
drm:pid43456:csr_load_work_fn *NOTICE* [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915inteldrm0: 1920x1080, 32bpp
wsdisplay1 at inteldrm0
wsdisplay1: screen 0-5 added (std, vt100 emulation)