hello,

On 2020-07-28 11:12, Mark Kettenis wrote:
> > Date: Tue, 28 Jul 2020 13:46:34 +1000
> > From: Jonathan Matthew <jonat...@d14n.org>
> > 
> > On Mon, Jul 27, 2020 at 05:16:47PM +0200, Mark Kettenis wrote:
> > > > Date: Mon, 27 Jul 2020 17:02:41 +0200 (CEST)
> > > > From: Mark Kettenis <mark.kette...@xs4all.nl>
> > > > 
> > > > Recent ACPI versions have deprecated "Processor()" nodes in favout of
> > > > "Device()" nodes with a _HID() method that returns "ACPI0007".  This
> > > > diff tries to support machines with firmware that implements this.  If
> > > > you see something like:
> > > > 
> > > >   "ACPI0007" at acpi0 not configured
> > > > 
> > > > please try the following diff and report back with an updated dmesg.
> > > > 
> > > > Cheers,
> > > > 
> > > > Mark
> > > 
> > > And now with the right diff...
> > 
> > On a dell r6415, it looks like this:
> > 
> > acpicpu0 at acpi0copyvalue: 6: C1(@1 halt!)
> > all the way up to
> > acpicpu127 at acpi0copyvalue: 6: no cpu matching ACPI ID 127
> > 
> > which I guess means aml_copyvalue() needs to learn how to copy 
> > AML_OBJTYPE_DEVICE.
> 
> Yes.  It is not immediately obvious how this should work.  Do we need
> to copy the aml_node pointer or not?  We don't do that for
> AML_OBJTYPE_PROCESSOR and AML_OBJTYPE_POWERRSRC types which are
> similar to AML_OBJTYPE_DEVICE.  But AML_OBJTYPE_DEVICE object don't
> carry any additional information.  So we end up with just an empty
> case to avoid the warning.
> 
> Does this work on the Dell machines?
> 
> 
> Index: dev/acpi/dsdt.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v
> retrieving revision 1.252
> diff -u -p -r1.252 dsdt.c
> --- dev/acpi/dsdt.c   21 Jul 2020 03:48:06 -0000      1.252
> +++ dev/acpi/dsdt.c   28 Jul 2020 09:04:15 -0000
> @@ -996,6 +996,8 @@ aml_copyvalue(struct aml_value *lhs, str
>               lhs->v_objref = rhs->v_objref;
>               aml_addref(lhs->v_objref.ref, "");
>               break;
> +     case AML_OBJTYPE_DEVICE:
> +             break;
>       default:
>               printf("copyvalue: %x", rhs->type);
>               break;
> 

before diffs I see:

"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

after applying both diffs I see that as

"ACPI0004" at acpi0 not configured
acpicpu24 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu25 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu26 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu27 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu28 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu29 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu30 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu31 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu32 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu33 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu34 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu35 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
"ACPI0004" at acpi0 not configured
acpicpu36 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu37 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu38 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu39 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu40 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu41 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu42 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu43 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu44 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu45 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu46 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu47 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS

Full dmesg attached.

thanks,

.jh
OpenBSD 6.7-current (GENERIC.MP) #1: Tue Jul 28 11:35:11 EDT 2020
    
jo...@amd64-ports.home.huldtgren.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 137318658048 (130957MB)
avail mem = 133141893120 (126974MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0x7db4c000 (134 entries)
bios0: vendor American Megatrends Inc. version "3703" date 04/24/2018
bios0: ASUSTeK COMPUTER INC. Z10PE-D16 Series
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT MCFG EINJ UEFI HPET MSCT SLIT SRAT WDDT 
SSDT SPMI SSDT SSDT PRAD DMAR HEST BERT ERST
acpi0: wakeup devices IP2P(S3) EHC1(S4) BR1A(S4) BR1B(S4) BR2A(S4) BR2B(S4) 
BR2C(S4) BR2D(S4) BR3A(S4) BR3B(S4) BR3C(S4) BR3D(S4) RP01(S4) RP02(S4) 
RP03(S4) RP04(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 v3 @ 2.40GHz, 2394.81 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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.2, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.48 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.48 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.48 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.48 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.48 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 16 (application processor)
cpu6: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.15 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 18 (application processor)
cpu7: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 20 (application processor)
cpu8: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 22 (application processor)
cpu9: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 24 (application processor)
cpu10: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 26 (application processor)
cpu11: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 17 (application processor)
cpu18: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 19 (application processor)
cpu19: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 21 (application processor)
cpu20: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 23 (application processor)
cpu21: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 25 (application processor)
cpu22: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 27 (application processor)
cpu23: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2394.47 MHz, 06-3f-02
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,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,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 1 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
acpimcfg0 at acpi0
acpimcfg0: addr 0x80000000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 255 (UNC1)
acpiprt1 at acpi0: bus 127 (UNC0)
acpiprt2 at acpi0: bus 0 (PCI0)
acpiprt3 at acpi0: bus 1 (BR1A)
acpiprt4 at acpi0: bus -1 (BR2A)
acpiprt5 at acpi0: bus 2 (BR3A)
acpiprt6 at acpi0: bus 3 (BR3C)
acpiprt7 at acpi0: bus 4 (BR3D)
acpiprt8 at acpi0: bus 6 (RP08)
acpiprt9 at acpi0: bus 7 (BR78)
acpiprt10 at acpi0: bus 128 (PCI1)
acpiprt11 at acpi0: bus -1 (QR2A)
acpiprt12 at acpi0: bus -1 (QR3A)
acpicpu0 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu1 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu2 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu3 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu4 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu5 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu6 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu7 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu8 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu9 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu10 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu11 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu12 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu13 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu14 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu15 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu16 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu17 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu18 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu19 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu20 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu21 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu22 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu23 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpipci0 at acpi0 UNC1: 0x00000010 0x00000011 0x00000000
extent `acpipci0 pcibus' (0x0 - 0xff), flags=0
     0x0 - 0xfe
extent `acpipci0 pciio' (0x0 - 0xffffffff), flags=0
     0x0 - 0xffffffff
extent `acpipci0 pcimem' (0x0 - 0xffffffffffffffff), flags=0
     0x0 - 0xffffffffffffffff
acpipci1 at acpi0 UNC0: 0x00000010 0x00000011 0x00000000
extent `acpipci1 pcibus' (0x0 - 0xff), flags=0
     0x0 - 0x7e
     0x80 - 0xff
extent `acpipci1 pciio' (0x0 - 0xffffffff), flags=0
     0x0 - 0xffffffff
extent `acpipci1 pcimem' (0x0 - 0xffffffffffffffff), flags=0
     0x0 - 0xffffffffffffffff
"ACPI0004" at acpi0 not configured
acpicpu24 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu25 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu26 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu27 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu28 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu29 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu30 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu31 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu32 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu33 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu34 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu35 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
"ACPI0004" at acpi0 not configured
acpicpu36 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu37 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu38 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu39 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu40 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu41 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu42 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu43 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu44 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu45 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu46 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu47 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpipci2 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
extent `acpipci2 pcibus' (0x0 - 0xff), flags=0
     0x7f - 0xff
extent `acpipci2 pciio' (0x0 - 0xffffffff), flags=0
     0xcf8 - 0xfff
     0x8000 - 0xffffffff
extent `acpipci2 pcimem' (0x0 - 0xffffffffffffffff), flags=0
     0x0 - 0x9ffff
     0xc0000 - 0x8fffffff
     0xc7ffc000 - 0xffffffffffffffff
"PNP0003" at acpi0 not configured
acpicmos0 at acpi0
"IPI0001" at acpi0 not configured
"PNP0A05" at acpi0 not configured
acpipci3 at acpi0 PCI1: 0x00000010 0x00000011 0x00000000
extent `acpipci3 pcibus' (0x0 - 0xff), flags=0
     0x0 - 0x7f
     0xff - 0xff
extent `acpipci3 pciio' (0x0 - 0xffffffff), flags=0
     0x0 - 0x7fff
     0x10000 - 0xffffffff
extent `acpipci3 pcimem' (0x0 - 0xffffffffffffffff), flags=0
     0x0 - 0xc7ffffff
     0xfbffc000 - 0xffffffffffffffff
acpibtn0 at acpi0: PWRB
"PNP0C33" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"ACPI000D" at acpi0 not configured
ipmi at mainbus0 not configured
cpu0: using VERW MDS workaround (except on vmm entry)
cpu0: Enhanced SpeedStep 2394 MHz: speeds: 2401, 2400, 2300, 2200, 2100, 2000, 
1900, 1800, 1700, 1600, 1500, 1400, 1300, 1200 MHz
pci0 at mainbus0 bus 255
255:30:3: mem address conflict 0x10/0x10
"Intel E5 v3 QPI" rev 0x02 at pci0 dev 8 function 0 not configured
"Intel E5 v3 QPI" rev 0x02 at pci0 dev 8 function 2 not configured
"Intel E5 v3 QPI" rev 0x02 at pci0 dev 8 function 3 not configured
"Intel E5 v3 QPI" rev 0x02 at pci0 dev 9 function 0 not configured
"Intel E5 v3 QPI" rev 0x02 at pci0 dev 9 function 2 not configured
"Intel E5 v3 QPI" rev 0x02 at pci0 dev 9 function 3 not configured
"Intel E5 v3 QPI Monitor" rev 0x02 at pci0 dev 11 function 0 not configured
"Intel E5 v3 QPI Monitor" rev 0x02 at pci0 dev 11 function 1 not configured
"Intel E5 v3 QPI Monitor" rev 0x02 at pci0 dev 11 function 2 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci0 dev 12 function 0 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci0 dev 12 function 1 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci0 dev 12 function 2 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci0 dev 12 function 3 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci0 dev 12 function 4 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci0 dev 12 function 5 not configured
"Intel E5 v3 Ring Agent" rev 0x02 at pci0 dev 15 function 0 not configured
"Intel E5 v3 Ring Agent" rev 0x02 at pci0 dev 15 function 1 not configured
"Intel E5 v3 SAD" rev 0x02 at pci0 dev 15 function 4 not configured
"Intel E5 v3 SAD" rev 0x02 at pci0 dev 15 function 5 not configured
"Intel E5 v3 SAD" rev 0x02 at pci0 dev 15 function 6 not configured
"Intel E5 v3 PCIE Ring" rev 0x02 at pci0 dev 16 function 0 not configured
"Intel E5 v3 PCIE Monitor" rev 0x02 at pci0 dev 16 function 1 not configured
"Intel E5 v3 Scratch" rev 0x02 at pci0 dev 16 function 5 not configured
"Intel E5 v3 Scratch" rev 0x02 at pci0 dev 16 function 6 not configured
"Intel E5 v3 Scratch" rev 0x02 at pci0 dev 16 function 7 not configured
"Intel E5 v3 Home Agent" rev 0x02 at pci0 dev 18 function 0 not configured
"Intel E5 v3 Home Agent" rev 0x02 at pci0 dev 18 function 1 not configured
"Intel E5 v3 Memory" rev 0x02 at pci0 dev 19 function 0 not configured
"Intel E5 v3 RAS" rev 0x02 at pci0 dev 19 function 1 not configured
"Intel E5 v3 TAD" rev 0x02 at pci0 dev 19 function 2 not configured
"Intel E5 v3 TAD" rev 0x02 at pci0 dev 19 function 3 not configured
"Intel E5 v3 TAD" rev 0x02 at pci0 dev 19 function 4 not configured
"Intel E5 v3 TAD" rev 0x02 at pci0 dev 19 function 5 not configured
"Intel E5 v3 DDR Broadcast" rev 0x02 at pci0 dev 19 function 6 not configured
"Intel E5 v3 DDR Broadcast" rev 0x02 at pci0 dev 19 function 7 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci0 dev 20 function 0 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci0 dev 20 function 1 not configured
"Intel E5 v3 Error" rev 0x02 at pci0 dev 20 function 2 not configured
"Intel E5 v3 Error" rev 0x02 at pci0 dev 20 function 3 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci0 dev 20 function 4 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci0 dev 20 function 5 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci0 dev 20 function 6 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci0 dev 20 function 7 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci0 dev 21 function 0 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci0 dev 21 function 1 not configured
"Intel E5 v3 Error" rev 0x02 at pci0 dev 21 function 2 not configured
"Intel E5 v3 Error" rev 0x02 at pci0 dev 21 function 3 not configured
"Intel E5 v3 TA" rev 0x02 at pci0 dev 22 function 0 not configured
"Intel E5 v3 DDR Broadcast" rev 0x02 at pci0 dev 22 function 6 not configured
"Intel E5 v3 DDR Broadcast" rev 0x02 at pci0 dev 22 function 7 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci0 dev 23 function 0 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci0 dev 23 function 4 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci0 dev 23 function 5 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci0 dev 23 function 6 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci0 dev 23 function 7 not configured
"Intel E5 v3 PCU" rev 0x02 at pci0 dev 30 function 0 not configured
"Intel E5 v3 PCU" rev 0x02 at pci0 dev 30 function 1 not configured
"Intel E5 v3 PCU" rev 0x02 at pci0 dev 30 function 2 not configured
"Intel E5 v3 PCU" rev 0x02 at pci0 dev 30 function 3 not configured
"Intel E5 v3 PCU" rev 0x02 at pci0 dev 30 function 4 not configured
"Intel E5 v3 VCU" rev 0x02 at pci0 dev 31 function 0 not configured
"Intel E5 v3 VCU" rev 0x02 at pci0 dev 31 function 2 not configured
pci1 at mainbus0 bus 127
127:30:3: mem address conflict 0x10/0x10
"Intel E5 v3 QPI" rev 0x02 at pci1 dev 8 function 0 not configured
"Intel E5 v3 QPI" rev 0x02 at pci1 dev 8 function 2 not configured
"Intel E5 v3 QPI" rev 0x02 at pci1 dev 8 function 3 not configured
"Intel E5 v3 QPI" rev 0x02 at pci1 dev 9 function 0 not configured
"Intel E5 v3 QPI" rev 0x02 at pci1 dev 9 function 2 not configured
"Intel E5 v3 QPI" rev 0x02 at pci1 dev 9 function 3 not configured
"Intel E5 v3 QPI Monitor" rev 0x02 at pci1 dev 11 function 0 not configured
"Intel E5 v3 QPI Monitor" rev 0x02 at pci1 dev 11 function 1 not configured
"Intel E5 v3 QPI Monitor" rev 0x02 at pci1 dev 11 function 2 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci1 dev 12 function 0 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci1 dev 12 function 1 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci1 dev 12 function 2 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci1 dev 12 function 3 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci1 dev 12 function 4 not configured
"Intel E5 v3 Unicast" rev 0x02 at pci1 dev 12 function 5 not configured
"Intel E5 v3 Ring Agent" rev 0x02 at pci1 dev 15 function 0 not configured
"Intel E5 v3 Ring Agent" rev 0x02 at pci1 dev 15 function 1 not configured
"Intel E5 v3 SAD" rev 0x02 at pci1 dev 15 function 4 not configured
"Intel E5 v3 SAD" rev 0x02 at pci1 dev 15 function 5 not configured
"Intel E5 v3 SAD" rev 0x02 at pci1 dev 15 function 6 not configured
"Intel E5 v3 PCIE Ring" rev 0x02 at pci1 dev 16 function 0 not configured
"Intel E5 v3 PCIE Monitor" rev 0x02 at pci1 dev 16 function 1 not configured
"Intel E5 v3 Scratch" rev 0x02 at pci1 dev 16 function 5 not configured
"Intel E5 v3 Scratch" rev 0x02 at pci1 dev 16 function 6 not configured
"Intel E5 v3 Scratch" rev 0x02 at pci1 dev 16 function 7 not configured
"Intel E5 v3 Home Agent" rev 0x02 at pci1 dev 18 function 0 not configured
"Intel E5 v3 Home Agent" rev 0x02 at pci1 dev 18 function 1 not configured
"Intel E5 v3 Memory" rev 0x02 at pci1 dev 19 function 0 not configured
"Intel E5 v3 RAS" rev 0x02 at pci1 dev 19 function 1 not configured
"Intel E5 v3 TAD" rev 0x02 at pci1 dev 19 function 2 not configured
"Intel E5 v3 TAD" rev 0x02 at pci1 dev 19 function 3 not configured
"Intel E5 v3 TAD" rev 0x02 at pci1 dev 19 function 4 not configured
"Intel E5 v3 TAD" rev 0x02 at pci1 dev 19 function 5 not configured
"Intel E5 v3 DDR Broadcast" rev 0x02 at pci1 dev 19 function 6 not configured
"Intel E5 v3 DDR Broadcast" rev 0x02 at pci1 dev 19 function 7 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci1 dev 20 function 0 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci1 dev 20 function 1 not configured
"Intel E5 v3 Error" rev 0x02 at pci1 dev 20 function 2 not configured
"Intel E5 v3 Error" rev 0x02 at pci1 dev 20 function 3 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci1 dev 20 function 4 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci1 dev 20 function 5 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci1 dev 20 function 6 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci1 dev 20 function 7 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci1 dev 21 function 0 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci1 dev 21 function 1 not configured
"Intel E5 v3 Error" rev 0x02 at pci1 dev 21 function 2 not configured
"Intel E5 v3 Error" rev 0x02 at pci1 dev 21 function 3 not configured
"Intel E5 v3 TA" rev 0x02 at pci1 dev 22 function 0 not configured
"Intel E5 v3 DDR Broadcast" rev 0x02 at pci1 dev 22 function 6 not configured
"Intel E5 v3 DDR Broadcast" rev 0x02 at pci1 dev 22 function 7 not configured
"Intel E5 v3 Thermal" rev 0x02 at pci1 dev 23 function 0 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci1 dev 23 function 4 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci1 dev 23 function 5 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci1 dev 23 function 6 not configured
"Intel E5 v3 DDRIO" rev 0x02 at pci1 dev 23 function 7 not configured
"Intel E5 v3 PCU" rev 0x02 at pci1 dev 30 function 0 not configured
"Intel E5 v3 PCU" rev 0x02 at pci1 dev 30 function 1 not configured
"Intel E5 v3 PCU" rev 0x02 at pci1 dev 30 function 2 not configured
"Intel E5 v3 PCU" rev 0x02 at pci1 dev 30 function 3 not configured
"Intel E5 v3 PCU" rev 0x02 at pci1 dev 30 function 4 not configured
"Intel E5 v3 VCU" rev 0x02 at pci1 dev 31 function 0 not configured
"Intel E5 v3 VCU" rev 0x02 at pci1 dev 31 function 2 not configured
pci2 at mainbus0 bus 0
pchb0 at pci2 dev 0 function 0 "Intel E5 v3 Host" rev 0x02
ppb0 at pci2 dev 1 function 0 "Intel E5 v3 PCIE" rev 0x02: msi
pci3 at ppb0 bus 1
mfi0 at pci3 dev 0 function 0 "Symbios Logic MegaRAID SAS2108 GEN2" rev 0x05: 
apic 2 int 2
mfi0: "LSI MegaRAID SAS 9260-8i", firmware 12.15.0-0239, 512MB cache
scsibus1 at mfi0: 64 targets
sd0 at scsibus1 targ 0 lun 0: <LSI, MR9260-8i, 2.13> 
naa.600605b003be9f002507413928b832d3
sd0: 53405696MB, 512 bytes/sector, 109374865408 sectors
ppb1 at pci2 dev 3 function 0 "Intel E5 v3 PCIE" rev 0x02
pci4 at ppb1 bus 2
em0 at pci4 dev 0 function 0 "Intel I350" rev 0x01: msi, address 
38:2c:4a:c7:8d:6d
em1 at pci4 dev 0 function 1 "Intel I350" rev 0x01: msi, address 
38:2c:4a:c7:8d:6e
ppb2 at pci2 dev 3 function 2 "Intel E5 v3 PCIE" rev 0x02
pci5 at ppb2 bus 3
em2 at pci5 dev 0 function 0 "Intel I350" rev 0x01: msi, address 
38:2c:4a:c7:8d:6b
em3 at pci5 dev 0 function 1 "Intel I350" rev 0x01: msi, address 
38:2c:4a:c7:8d:6c
ppb3 at pci2 dev 3 function 3 "Intel E5 v3 PCIE" rev 0x02: msi
pci6 at ppb3 bus 4
"Intel E5 v3 Address Map" rev 0x02 at pci2 dev 5 function 0 not configured
"Intel E5 v3 Hot Plug" rev 0x02 at pci2 dev 5 function 1 not configured
"Intel E5 v3 Error Reporting" rev 0x02 at pci2 dev 5 function 2 not configured
"Intel E5 v3 I/O APIC" rev 0x02 at pci2 dev 5 function 4 not configured
"Intel C610 MS SPSR" rev 0x05 at pci2 dev 17 function 0 not configured
ahci0 at pci2 dev 17 function 4 "Intel C610 AHCI" rev 0x05: msi, AHCI 1.3
scsibus2 at ahci0: 32 targets
xhci0 at pci2 dev 20 function 0 "Intel C610 xHCI" rev 0x05: apic 1 int 19, xHCI 
1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
addr 1
"Intel C610 MEI" rev 0x05 at pci2 dev 22 function 0 not configured
"Intel C610 MEI" rev 0x05 at pci2 dev 22 function 1 not configured
ehci0 at pci2 dev 26 function 0 "Intel C610 USB" rev 0x05: apic 1 int 19
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
ppb4 at pci2 dev 28 function 0 "Intel C610 PCIE" rev 0xd5: msi
pci7 at ppb4 bus 5
ppb5 at pci2 dev 28 function 7 "Intel C610 PCIE" rev 0xd5: msi
pci8 at ppb5 bus 6
ppb6 at pci8 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x03
pci9 at ppb6 bus 7
vga1 at pci9 dev 0 function 0 "ASPEED Technology AST2000" rev 0x30
wsdisplay at vga1 not configured
ehci1 at pci2 dev 29 function 0 "Intel C610 USB" rev 0x05: apic 1 int 18
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 
addr 1
pcib0 at pci2 dev 31 function 0 "Intel C610 LPC" rev 0x05
ahci1 at pci2 dev 31 function 2 "Intel C610 AHCI" rev 0x05: msi, AHCI 1.3
ahci1: port 0: 1.5Gb/s
ahci1: port 1: 6.0Gb/s
scsibus3 at ahci1: 32 targets
cd0 at scsibus3 targ 0 lun 0: <HL-DT-ST, DVDRAM GH24NSC0, LK00> removable
sd1 at scsibus3 targ 1 lun 0: <ATA, Samsung SSD 850, EMT0> naa.5002538d7000d47c
sd1: 114473MB, 512 bytes/sector, 234441648 sectors, thin
ichiic0 at pci2 dev 31 function 3 "Intel C610 SMBus" rev 0x05: apic 1 int 18
iic0 at ichiic0
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0 mux 1
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
wbsio0 at isa0 port 0x2e/2: NCT6779D rev 0x62
lm1 at wbsio0 port 0x290/8: NCT6779D
pci10 at mainbus0 bus 128
"Intel E5 v3 Address Map" rev 0x02 at pci10 dev 5 function 0 not configured
"Intel E5 v3 Hot Plug" rev 0x02 at pci10 dev 5 function 1 not configured
"Intel E5 v3 Error Reporting" rev 0x02 at pci10 dev 5 function 2 not configured
"Intel E5 v3 I/O APIC" rev 0x02 at pci10 dev 5 function 4 not configured
vmm0 at mainbus0: VMX/EPT
uhub3 at uhub0 port 7 configuration 1 interface 0 "American Megatrends Inc. 
Virtual Hub" rev 2.00/1.00 addr 2
umass0 at uhub3 port 1 configuration 1 interface 0 "American Megatrends Inc. 
Virtual Cdrom Device" rev 2.00/1.00 addr 3
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <AMI, Virtual CDROM0, 1.00> removable
cd2 at scsibus4 targ 1 lun 1: <AMI, Virtual CDROM1, 1.00> removable
umass1 at uhub3 port 2 configuration 1 interface 0 "American Megatrends Inc. 
Virtual Floppy Device" rev 2.00/1.00 addr 4
umass1: using SCSI over Bulk-Only
scsibus5 at umass1: 2 targets, initiator 0
sd2 at scsibus5 targ 1 lun 0: <AMI, Virtual Floppy0, 1.00> removable
sd3 at scsibus5 targ 1 lun 1: <AMI, Virtual Floppy1, 1.00> removable
umass2 at uhub3 port 3 configuration 1 interface 0 "American Megatrends Inc. 
Virtual HardDisk Device" rev 2.00/1.00 addr 5
umass2: using SCSI over Bulk-Only
scsibus6 at umass2: 2 targets, initiator 0
sd4 at scsibus6 targ 1 lun 0: <AMI, Virtual HDisk0, 1.00> removable
sd5 at scsibus6 targ 1 lun 1: <AMI, Virtual HDisk1, 1.00> removable
sd6 at scsibus6 targ 1 lun 2: <AMI, Virtual HDisk2, 1.00> removable
uhidev0 at uhub3 port 4 configuration 1 interface 0 "American Megatrends Inc. 
Virtual Keyboard and Mouse" rev 1.10/1.00 addr 6
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub3 port 4 configuration 1 interface 1 "American Megatrends Inc. 
Virtual Keyboard and Mouse" rev 1.10/1.00 addr 6
uhidev1: iclass 3/1
ums0 at uhidev1: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
uhub4 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 
2.00/0.05 addr 2
uhub5 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 
2.00/0.05 addr 2
vscsi0 at root
scsibus7 at vscsi0: 256 targets
softraid0 at root
scsibus8 at softraid0: 256 targets
root on sd1a (7336a1556dde6f59.a) swap on sd1b dump on sd1b

Reply via email to