On Tue, Jun 02, 2020 at 10:18:32AM +0800, jrmu wrote: > OpenBSD VMM suffers from error messages and possibly spontaneous crashing > > System : OpenBSD 6.7 > Details : OpenBSD 6.7 (GENERIC.MP) #182: Thu May 7 11:11:58 MDT > 2020 > > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 > > >Description: > I ran VMM on OpenBSD 6.6 with ~30 VMs, a mixture of OpenBSD 6.6, 6.7, > and Debian, and kept seeing the following error messages in logs: > > May 28 00:54:37 srv1 vmd[97924]: rtc_update_rega: set non-32KHz timebase not > supported > May 28 00:59:05 srv1 vmd[24983]: rtc_update_rega: set non-32KHz timebase not > supported > May 28 01:12:35 srv1 vmd[31276]: rtc_update_rega: set non-32KHz timebase not > supported > May 28 01:14:40 srv1 vmd[31276]: vioblk queue notify - nothing to do? > May 28 01:15:12 srv1 last message repeated 806 times > May 28 01:17:03 srv1 last message repeated 78 times > May 28 01:30:03 srv1 vmd[31276]: vioblk queue notify - nothing to do? > May 28 01:40:19 srv1 last message repeated 67 times > May 28 01:44:17 srv1 last message repeated 47 times
Those messages are a bit odd, basically it means the in-guest driver notified vioblk (the VM's disk device) that there were descriptors in the ring but when the device-side implementation (in vmd(8)) went to process them, the ring was empty. There shouldn't be any side effect, although it does indicate something unexpected is happening. > May 28 01:44:19 srv1 vmd[9684]: rtc_update_rega: set non-32KHz timebase not > supported > Those messages aren't serious, Linux kernels program the RTC this way. TBH, that message has probably outlived its usefulness. Someone can remove it at this point. > Every 2-3 weeks, the system appeared to crash, but I could not find any other > error message that would narrow down the cause. I am not sure if the crash is > related to either of those two above error messages. Likely unrelated; those messages are from vmd(8), a user-mode process. I think it's difficult for vmd(8) to crash the system. > > Today I upgraded to OpenBSD 6.7 stable with hopes that the problem may have > been fixed. However, I still notice the same two error messages: > > May 31 19:06:32 srv1 vmd[72705]: vcpu_process_com_data: guest reading com1 > when not ready > May 31 19:06:33 srv1 last message repeated 2 times > May 31 19:06:40 srv1 reorder_kernel: kernel relinking done > May 31 19:09:03 srv1 vmd[72705]: rtc_update_rega: set non-32KHz timebase not > supported > > Any workaround or suggestions? What is the question here? If you are tiring of the log messages, you can remove those particular ones. As I said higher up, these messages have likely exceeded their usefulness (these were put in during early development to detect weird corner cases like this). -ml > > dmesg: > OpenBSD 6.7 (GENERIC.MP) #182: Thu May 7 11:11:58 MDT 2020 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > real mem = 34306437120 (32717MB) > avail mem = 33254100992 (31713MB) > mpath0 at root > scsibus0 at mpath0: 256 targets > mainbus0 at root > bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xec830 (156 entries) > bios0: vendor American Megatrends Inc. version "3.3" date 05/23/2018 > bios0: Supermicro X9DRi-LN4+/X9DR3-LN4+ > acpi0 at bios0: ACPI 4.0 > acpi0: sleep states S0 S1 S4 S5 > acpi0: tables DSDT FACP APIC FPDT SRAT SLIT HPET PRAD SPMI SSDT EINJ ERST > HEST BERT DMAR MCFG > acpi0: wakeup devices P0P9(S1) EUSB(S4) USBE(S4) PEX0(S4) PWVE(S4) NPE1(S4) > NPE4(S4) NPE5(S4) NPE6(S4) NPE8(S4) NPEA(S4) NPE2(S4) NPE3(S4) NPE7(S4) > NPE9(S4) NPE2(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) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.27 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,SMX,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 99MHz > cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE > cpu1 at mainbus0: apid 2 (application processor) > cpu1: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.02 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,SMX,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) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.02 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,SMX,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) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 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,SMX,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) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 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,SMX,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) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 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,SMX,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 32 (application processor) > cpu6: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.02 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,SMX,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 0, core 0, package 1 > cpu7 at mainbus0: apid 34 (application processor) > cpu7: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 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,SMX,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 0, core 1, package 1 > cpu8 at mainbus0: apid 36 (application processor) > cpu8: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 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,SMX,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 0, core 2, package 1 > cpu9 at mainbus0: apid 38 (application processor) > cpu9: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.02 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,SMX,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 0, core 3, package 1 > cpu10 at mainbus0: apid 40 (application processor) > cpu10: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 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,SMX,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 0, core 4, package 1 > cpu11 at mainbus0: apid 42 (application processor) > cpu11: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 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,SMX,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 0, core 5, package 1 > cpu12 at mainbus0: apid 1 (application processor) > cpu12: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.00 MHz, 06-2d-07 > 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,SMX,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 > cpu12: 256KB 64b/line 8-way L2 cache > cpu12: smt 1, core 0, package 0 > cpu13 at mainbus0: apid 3 (application processor) > cpu13: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > 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,SMX,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 > cpu13: 256KB 64b/line 8-way L2 cache > cpu13: smt 1, core 1, package 0 > cpu14 at mainbus0: apid 5 (application processor) > cpu14: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > 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,SMX,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 > cpu14: 256KB 64b/line 8-way L2 cache > cpu14: smt 1, core 2, package 0 > cpu15 at mainbus0: apid 7 (application processor) > cpu15: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > 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,SMX,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 > cpu15: 256KB 64b/line 8-way L2 cache > cpu15: smt 1, core 3, package 0 > cpu16 at mainbus0: apid 9 (application processor) > cpu16: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > 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,SMX,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 > cpu16: 256KB 64b/line 8-way L2 cache > cpu16: smt 1, core 4, package 0 > cpu17 at mainbus0: apid 11 (application processor) > cpu17: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > 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,SMX,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 > cpu17: 256KB 64b/line 8-way L2 cache > cpu17: smt 1, core 5, package 0 > cpu18 at mainbus0: apid 33 (application processor) > cpu18: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > 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,SMX,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 > cpu18: 256KB 64b/line 8-way L2 cache > cpu18: smt 1, core 0, package 1 > cpu19 at mainbus0: apid 35 (application processor) > cpu19: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > 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,SMX,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 > cpu19: 256KB 64b/line 8-way L2 cache > cpu19: smt 1, core 1, package 1 > cpu20 at mainbus0: apid 37 (application processor) > cpu20: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > cpu20: > 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,SMX,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 > cpu20: 256KB 64b/line 8-way L2 cache > cpu20: smt 1, core 2, package 1 > cpu21 at mainbus0: apid 39 (application processor) > cpu21: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > cpu21: > 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,SMX,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 > cpu21: 256KB 64b/line 8-way L2 cache > cpu21: smt 1, core 3, package 1 > cpu22 at mainbus0: apid 41 (application processor) > cpu22: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > cpu22: > 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,SMX,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 > cpu22: 256KB 64b/line 8-way L2 cache > cpu22: smt 1, core 4, package 1 > cpu23 at mainbus0: apid 43 (application processor) > cpu23: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2000.01 MHz, 06-2d-07 > cpu23: > 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,SMX,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 > cpu23: 256KB 64b/line 8-way L2 cache > cpu23: smt 1, core 5, package 1 > ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 20, 24 pins > ioapic1 at mainbus0: apid 2 pa 0xfec01000, version 20, 24 pins > ioapic2 at mainbus0: apid 3 pa 0xfec40000, version 20, 24 pins > acpihpet0 at acpi0: 14318179 Hz > acpimcfg0 at acpi0 > acpimcfg0: addr 0x80000000, bus 0-255 > acpiprt0 at acpi0: bus 0 (PCI0) > acpiprt1 at acpi0: bus 8 (P0P9) > acpiprt2 at acpi0: bus 6 (PEX0) > acpiprt3 at acpi0: bus 5 (P0PA) > acpiprt4 at acpi0: bus 1 (NPE1) > acpiprt5 at acpi0: bus -1 (NPE5) > acpiprt6 at acpi0: bus 2 (NPE2) > acpiprt7 at acpi0: bus 3 (NPE3) > acpiprt8 at acpi0: bus 4 (NPE7) > acpiprt9 at acpi0: bus -1 (NPE9) > acpiprt10 at acpi0: bus 128 (PCI1) > acpiprt11 at acpi0: bus 130 (NPE1) > acpiprt12 at acpi0: bus 131 (NPE3) > acpiprt13 at acpi0: bus 132 (NPE7) > acpicpu0 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu1 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu2 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu3 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu4 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu5 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu6 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu7 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu8 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu9 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu10 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu11 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu12 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu13 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu14 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu15 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu16 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu17 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu18 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu19 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu20 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu21 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu22 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpicpu23 at acpi0: C2(350@41 mwait.3@0x20), C1(1000@1 mwait.1), PSS > acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000 > acpicmos0 at acpi0 > "IPI0001" at acpi0 not configured > acpipci1 at acpi0 UNC0: 0x00000000 0x00000011 0x00000001 > acpipci2 at acpi0 PCI1: 0x00000010 0x00000011 0x00000000 > acpipci3 at acpi0 UNC1: 0x00000000 0x00000011 0x00000001 > acpibtn0 at acpi0: PWRB > "PNP0C14" at acpi0 not configured > "ACPI0004" 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 > "ACPI0007" at acpi0 not configured > "ACPI0004" 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 > "ACPI0007" at acpi0 not configured > ipmi at mainbus0 not configured > cpu0: using VERW MDS workaround (except on vmm entry) > cpu0: Enhanced SpeedStep 2000 MHz: speeds: 2001, 2000, 1900, 1800, 1700, > 1600, 1500, 1400, 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 1 > ppb1 at pci0 dev 1 function 1 "Intel E5 PCIE" rev 0x07: msi > pci2 at ppb1 bus 2 > ppb2 at pci0 dev 2 function 0 "Intel E5 PCIE" rev 0x07: msi > pci3 at ppb2 bus 3 > ppb3 at pci0 dev 3 function 0 "Intel E5 PCIE" rev 0x07: msi > pci4 at ppb3 bus 4 > "Intel E5 DMA" rev 0x07 at pci0 dev 4 function 0 not configured > "Intel E5 DMA" rev 0x07 at pci0 dev 4 function 1 not configured > "Intel E5 DMA" rev 0x07 at pci0 dev 4 function 2 not configured > "Intel E5 DMA" rev 0x07 at pci0 dev 4 function 3 not configured > "Intel E5 DMA" rev 0x07 at pci0 dev 4 function 4 not configured > "Intel E5 DMA" rev 0x07 at pci0 dev 4 function 5 not configured > "Intel E5 DMA" rev 0x07 at pci0 dev 4 function 6 not configured > "Intel E5 DMA" rev 0x07 at pci0 dev 4 function 7 not configured > "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 > ppb4 at pci0 dev 17 function 0 "Intel C600 Virtual PCIE" rev 0x06 > pci5 at ppb4 bus 5 > vendor "Intel", unknown product 0x1d6b (class mass storage subclass SAS, rev > 0x06) at pci5 dev 0 function 0 not configured > "Intel C600 MEI" rev 0x05 at pci0 dev 22 function 0 not configured > "Intel C600 MEI" rev 0x05 at pci0 dev 22 function 1 not configured > ehci0 at pci0 dev 26 function 0 "Intel C600 USB" rev 0x06: apic 0 int 16 > usb0 at ehci0: USB revision 2.0 > uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 > addr 1 > ppb5 at pci0 dev 28 function 0 "Intel C600 PCIE" rev 0xb6: msi > pci6 at ppb5 bus 6 > em0 at pci6 dev 0 function 0 "Intel I350" rev 0x01: msi, address > 00:25:90:2f:53:84 > em1 at pci6 dev 0 function 1 "Intel I350" rev 0x01: msi, address > 00:25:90:2f:53:85 > em2 at pci6 dev 0 function 2 "Intel I350" rev 0x01: msi, address > 00:25:90:2f:53:86 > em3 at pci6 dev 0 function 3 "Intel I350" rev 0x01: msi, address > 00:25:90:2f:53:87 > ehci1 at pci0 dev 29 function 0 "Intel C600 USB" rev 0x06: apic 0 int 23 > usb1 at ehci1: USB revision 2.0 > uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 > addr 1 > ppb6 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa6 > pci7 at ppb6 bus 8 > vga1 at pci7 dev 1 function 0 "Matrox MGA G200eW" rev 0x0a > wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) > wsdisplay0: screen 1-5 added (80x25, vt100 emulation) > pcib0 at pci0 dev 31 function 0 "Intel C600 LPC" rev 0x06 > ahci0 at pci0 dev 31 function 2 "Intel C600 AHCI" rev 0x06: msi, AHCI 1.3 > ahci0: port 0: 6.0Gb/s > ahci0: port 1: 6.0Gb/s > ahci0: port 2: 3.0Gb/s > ahci0: port 3: 3.0Gb/s > ahci0: port 4: 1.5Gb/s > scsibus1 at ahci0: 32 targets > sd0 at scsibus1 targ 0 lun 0: <ATA, WDC WD4000FYYZ-0, 01.0> > naa.50014ee26193588d > sd0: 3815447MB, 512 bytes/sector, 7814037168 sectors > sd1 at scsibus1 targ 1 lun 0: <ATA, WDC WD4000FYYZ-0, 01.0> > naa.50014ee6b11c0fcd > sd1: 3815447MB, 512 bytes/sector, 7814037168 sectors > sd2 at scsibus1 targ 2 lun 0: <ATA, ST500NM0011, SN02> naa.5000c50036314c44 > sd2: 476940MB, 512 bytes/sector, 976773168 sectors > sd3 at scsibus1 targ 3 lun 0: <ATA, Hitachi HUS72404, MJAO> > naa.5000cca23df14444 > sd3: 3815447MB, 512 bytes/sector, 7814037168 sectors > cd0 at scsibus1 targ 4 lun 0: <TEAC, DV-28S-W, 1.2A> removable > ichiic0 at pci0 dev 31 function 3 "Intel C600 SMBus" rev 0x06: apic 0 int 18 > iic0 at ichiic0 > "Intel C600 Thermal" rev 0x06 at pci0 dev 31 function 6 not configured > isa0 at pcib0 > isadma0 at isa0 > com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo > com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > pcppi0 at isa0 port 0x61 > spkr0 at pcppi0 > wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73 > pci8 at mainbus0 bus 127 > "Intel E5 QPI Link" rev 0x07 at pci8 dev 8 function 0 not configured > vendor "Intel", unknown product 0x3c83 (class system subclass miscellaneous, > rev 0x07) at pci8 dev 8 function 3 not configured > vendor "Intel", unknown product 0x3c84 (class system subclass miscellaneous, > rev 0x07) at pci8 dev 8 function 4 not configured > "Intel E5 QPI Link" rev 0x07 at pci8 dev 9 function 0 not configured > vendor "Intel", unknown product 0x3c93 (class system subclass miscellaneous, > rev 0x07) at pci8 dev 9 function 3 not configured > vendor "Intel", unknown product 0x3c94 (class system subclass miscellaneous, > rev 0x07) at pci8 dev 9 function 4 not configured > "Intel E5 PCU" rev 0x07 at pci8 dev 10 function 0 not configured > "Intel E5 PCU" rev 0x07 at pci8 dev 10 function 1 not configured > "Intel E5 PCU" rev 0x07 at pci8 dev 10 function 2 not configured > "Intel E5 PCU" rev 0x07 at pci8 dev 10 function 3 not configured > "Intel E5 Scratch" rev 0x07 at pci8 dev 11 function 0 not configured > "Intel E5 Scratch" rev 0x07 at pci8 dev 11 function 3 not configured > "Intel E5 Unicast" rev 0x07 at pci8 dev 12 function 0 not configured > "Intel E5 Unicast" rev 0x07 at pci8 dev 12 function 1 not configured > "Intel E5 Unicast" rev 0x07 at pci8 dev 12 function 2 not configured > "Intel E5 SAD" rev 0x07 at pci8 dev 12 function 6 not configured > "Intel E5 SAD" rev 0x07 at pci8 dev 12 function 7 not configured > "Intel E5 Unicast" rev 0x07 at pci8 dev 13 function 0 not configured > "Intel E5 Unicast" rev 0x07 at pci8 dev 13 function 1 not configured > "Intel E5 Unicast" rev 0x07 at pci8 dev 13 function 2 not configured > "Intel E5 Broadcast" rev 0x07 at pci8 dev 13 function 6 not configured > "Intel E5 Home Agent" rev 0x07 at pci8 dev 14 function 0 not configured > "Intel E5 Home Agent" rev 0x07 at pci8 dev 14 function 1 not configured > "Intel E5 TA" rev 0x07 at pci8 dev 15 function 0 not configured > "Intel E5 RAS" rev 0x07 at pci8 dev 15 function 1 not configured > "Intel E5 TAD" rev 0x07 at pci8 dev 15 function 2 not configured > "Intel E5 TAD" rev 0x07 at pci8 dev 15 function 3 not configured > "Intel E5 TAD" rev 0x07 at pci8 dev 15 function 4 not configured > "Intel E5 TAD" rev 0x07 at pci8 dev 15 function 5 not configured > "Intel E5 TAD" rev 0x07 at pci8 dev 15 function 6 not configured > "Intel E5 Thermal" rev 0x07 at pci8 dev 16 function 0 not configured > "Intel E5 Thermal" rev 0x07 at pci8 dev 16 function 1 not configured > "Intel E5 Error" rev 0x07 at pci8 dev 16 function 2 not configured > "Intel E5 Error" rev 0x07 at pci8 dev 16 function 3 not configured > "Intel E5 Thermal" rev 0x07 at pci8 dev 16 function 4 not configured > "Intel E5 Thermal" rev 0x07 at pci8 dev 16 function 5 not configured > "Intel E5 Error" rev 0x07 at pci8 dev 16 function 6 not configured > "Intel E5 Error" rev 0x07 at pci8 dev 16 function 7 not configured > "Intel E5 DDRIO" rev 0x07 at pci8 dev 17 function 0 not configured > "Intel E5 R2PCIE" rev 0x07 at pci8 dev 19 function 0 not configured > "Intel E5 PCIE Monitor" rev 0x07 at pci8 dev 19 function 1 not configured > "Intel E5 QPI" rev 0x07 at pci8 dev 19 function 4 not configured > "Intel E5 QPI Link Monitor" rev 0x07 at pci8 dev 19 function 5 not configured > "Intel E5 QPI Link Monitor" rev 0x07 at pci8 dev 19 function 6 not configured > pci9 at mainbus0 bus 128 > ppb7 at pci9 dev 0 function 0 "Intel E5 PCIE" rev 0x07: msi > pci10 at ppb7 bus 129 > ppb8 at pci9 dev 1 function 0 "Intel E5 PCIE" rev 0x07: msi > pci11 at ppb8 bus 130 > ppb9 at pci9 dev 2 function 0 "Intel E5 PCIE" rev 0x07: msi > pci12 at ppb9 bus 131 > ppb10 at pci9 dev 3 function 0 "Intel E5 PCIE" rev 0x07: msi > pci13 at ppb10 bus 132 > "Intel E5 DMA" rev 0x07 at pci9 dev 4 function 0 not configured > "Intel E5 DMA" rev 0x07 at pci9 dev 4 function 1 not configured > "Intel E5 DMA" rev 0x07 at pci9 dev 4 function 2 not configured > "Intel E5 DMA" rev 0x07 at pci9 dev 4 function 3 not configured > "Intel E5 DMA" rev 0x07 at pci9 dev 4 function 4 not configured > "Intel E5 DMA" rev 0x07 at pci9 dev 4 function 5 not configured > "Intel E5 DMA" rev 0x07 at pci9 dev 4 function 6 not configured > "Intel E5 DMA" rev 0x07 at pci9 dev 4 function 7 not configured > "Intel E5 Address Map" rev 0x07 at pci9 dev 5 function 0 not configured > "Intel E5 Error Reporting" rev 0x07 at pci9 dev 5 function 2 not configured > "Intel E5 I/O APIC" rev 0x07 at pci9 dev 5 function 4 not configured > pci14 at mainbus0 bus 255 > "Intel E5 QPI Link" rev 0x07 at pci14 dev 8 function 0 not configured > vendor "Intel", unknown product 0x3c83 (class system subclass miscellaneous, > rev 0x07) at pci14 dev 8 function 3 not configured > vendor "Intel", unknown product 0x3c84 (class system subclass miscellaneous, > rev 0x07) at pci14 dev 8 function 4 not configured > "Intel E5 QPI Link" rev 0x07 at pci14 dev 9 function 0 not configured > vendor "Intel", unknown product 0x3c93 (class system subclass miscellaneous, > rev 0x07) at pci14 dev 9 function 3 not configured > vendor "Intel", unknown product 0x3c94 (class system subclass miscellaneous, > rev 0x07) at pci14 dev 9 function 4 not configured > "Intel E5 PCU" rev 0x07 at pci14 dev 10 function 0 not configured > "Intel E5 PCU" rev 0x07 at pci14 dev 10 function 1 not configured > "Intel E5 PCU" rev 0x07 at pci14 dev 10 function 2 not configured > "Intel E5 PCU" rev 0x07 at pci14 dev 10 function 3 not configured > "Intel E5 Scratch" rev 0x07 at pci14 dev 11 function 0 not configured > "Intel E5 Scratch" rev 0x07 at pci14 dev 11 function 3 not configured > "Intel E5 Unicast" rev 0x07 at pci14 dev 12 function 0 not configured > "Intel E5 Unicast" rev 0x07 at pci14 dev 12 function 1 not configured > "Intel E5 Unicast" rev 0x07 at pci14 dev 12 function 2 not configured > "Intel E5 SAD" rev 0x07 at pci14 dev 12 function 6 not configured > "Intel E5 SAD" rev 0x07 at pci14 dev 12 function 7 not configured > "Intel E5 Unicast" rev 0x07 at pci14 dev 13 function 0 not configured > "Intel E5 Unicast" rev 0x07 at pci14 dev 13 function 1 not configured > "Intel E5 Unicast" rev 0x07 at pci14 dev 13 function 2 not configured > "Intel E5 Broadcast" rev 0x07 at pci14 dev 13 function 6 not configured > "Intel E5 Home Agent" rev 0x07 at pci14 dev 14 function 0 not configured > "Intel E5 Home Agent" rev 0x07 at pci14 dev 14 function 1 not configured > "Intel E5 TA" rev 0x07 at pci14 dev 15 function 0 not configured > "Intel E5 RAS" rev 0x07 at pci14 dev 15 function 1 not configured > "Intel E5 TAD" rev 0x07 at pci14 dev 15 function 2 not configured > "Intel E5 TAD" rev 0x07 at pci14 dev 15 function 3 not configured > "Intel E5 TAD" rev 0x07 at pci14 dev 15 function 4 not configured > "Intel E5 TAD" rev 0x07 at pci14 dev 15 function 5 not configured > "Intel E5 TAD" rev 0x07 at pci14 dev 15 function 6 not configured > "Intel E5 Thermal" rev 0x07 at pci14 dev 16 function 0 not configured > "Intel E5 Thermal" rev 0x07 at pci14 dev 16 function 1 not configured > "Intel E5 Error" rev 0x07 at pci14 dev 16 function 2 not configured > "Intel E5 Error" rev 0x07 at pci14 dev 16 function 3 not configured > "Intel E5 Thermal" rev 0x07 at pci14 dev 16 function 4 not configured > "Intel E5 Thermal" rev 0x07 at pci14 dev 16 function 5 not configured > "Intel E5 Error" rev 0x07 at pci14 dev 16 function 6 not configured > "Intel E5 Error" rev 0x07 at pci14 dev 16 function 7 not configured > "Intel E5 DDRIO" rev 0x07 at pci14 dev 17 function 0 not configured > "Intel E5 R2PCIE" rev 0x07 at pci14 dev 19 function 0 not configured > "Intel E5 PCIE Monitor" rev 0x07 at pci14 dev 19 function 1 not configured > "Intel E5 QPI" rev 0x07 at pci14 dev 19 function 4 not configured > "Intel E5 QPI Link Monitor" rev 0x07 at pci14 dev 19 function 5 not configured > "Intel E5 QPI Link Monitor" rev 0x07 at pci14 dev 19 function 6 not configured > vmm0 at mainbus0: VMX/EPT > uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" > rev 2.00/0.00 addr 2 > uhidev0 at uhub2 port 3 configuration 1 interface 0 "Winbond Electronics Corp > Hermon USB hidmouse Device" rev 1.10/0.01 addr 3 > uhidev0: iclass 3/1 > ums0 at uhidev0: 3 buttons, Z dir > wsmouse0 at ums0 mux 0 > uhidev1 at uhub2 port 3 configuration 1 interface 1 "Winbond Electronics Corp > Hermon USB hidmouse Device" rev 1.10/0.01 addr 3 > uhidev1: iclass 3/1 > ukbd0 at uhidev1: 8 variable keys, 6 key codes > wskbd0 at ukbd0: console keyboard, using wsdisplay0 > uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" > rev 2.00/0.00 addr 2 > vscsi0 at root > scsibus2 at vscsi0: 256 targets > softraid0 at root > scsibus3 at softraid0: 256 targets > sd4 at scsibus3 targ 1 lun 0: <OPENBSD, SR RAID 1, 006> > sd4: 2097148MB, 512 bytes/sector, 4294961093 sectors > root on sd4a (0e4c2573e78f22ea.a) swap on sd4b dump on sd4b > > usbdevs: > Controller /dev/usb0: > addr 01: 8086:0000 Intel, EHCI root hub > high speed, self powered, config 1, rev 1.00 > driver: uhub0 > addr 02: 8087:0024 Intel, Rate Matching Hub > high speed, self powered, config 1, rev 0.00 > driver: uhub2 > addr 03: 0557:2221 Winbond Electronics Corp, Hermon USB hidmouse Device > full speed, power 100 mA, config 1, rev 0.01 > driver: uhidev0 > driver: uhidev1 > Controller /dev/usb1: > addr 01: 8086:0000 Intel, EHCI root hub > high speed, self powered, config 1, rev 1.00 > driver: uhub1 > addr 02: 8087:0024 Intel, Rate Matching Hub > high speed, self powered, config 1, rev 0.00 > driver: uhub3 >