Download raw body.
Adjust amd64 IPLs
> Date: Mon, 1 Jan 2024 20:27:07 +0100 > From: Hrvoje Popovski <hrvoje@srce.hr> > > On 1.1.2024. 19:12, Mark Kettenis wrote: > > On amd64, we only have 240 interrupt vectors, which means they're a > > limited. And unless I'm terribly confused, we're not using 48 of > > those because of the way we've assigned the priority levels. And with > > more and more devices supporting multiple interrupt vectors, we can > > put these to good use. So this diff rearranges the levels to make the > > additonal vectors available for use. Since it most likely network > > devices that need these, I leave a gap between between IPL_NET and > > IPL_SOFTTTY. That way, it will take longer for IPL_NET interrupts to > > spill over into the IPL_SOFTTTY range and mess up the interrupt > > priorities. > > > > Now I vagelue remember something about trying something like this > > before. So I want to make sure this doesn't cause any problems. > > Therefore I'd appreciate it if people can test this, especially on > > machines with lots of network devices. > > Hi, > > I'm having 24 core box with 4 ix, 2 mcx and 2 bnxt. Without this diff in > dmesg i can see > > ahci2 at pci24 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi,failed to > allocate interrupt slot for PIC msi pin -2143027200 > ahci2: unable to map interrupt > ppb21 at pci20 dev 8 function 3 "AMD 17h PCIE" rev 0x00 > pci25 at ppb21 bus 69 > ahci3 at pci25 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi,failed to > allocate interrupt slot for PIC msi pin -2142961664 > ahci3: unable to map interrupt > > and if I want do ifconfig up all interfaces, box freeze. > > With this diff dmesg seems normal and I can activate all interfaces.. > Right now I can't generate traffic through interface but tomorrow I will. Thanks, I had hoped you'd give this a spin for me ;). Let me know if you see anything strange when pushing some traffic through those interfaces. Cheers, Mark > smc24# vmstat -iz > interrupt total rate > irq144/com0 0 0 > irq145/com1 95 0 > irq48/amdgpio0 0 0 > irq49/acpi0 0 0 > irq50/ppb0 0 0 > irq51/xhci0 0 0 > irq52/ppb1 0 0 > irq53/xhci1 0 0 > irq54/ppb2 0 0 > irq55/ppb4 0 0 > irq56/ahci0 0 0 > irq57/ppb5 0 0 > irq64/bnxt0 1 0 > irq65/bnxt0:0 729 2 > irq66/bnxt0:1 35 0 > irq67/bnxt0:2 29 0 > irq68/bnxt0:3 0 0 > irq69/bnxt0:4 52 0 > irq70/bnxt0:5 61 0 > irq71/bnxt0:6 771 2 > irq72/bnxt0:7 46 0 > irq73/bnxt1 1 0 > irq74/bnxt1:0 0 0 > irq75/bnxt1:1 0 0 > irq76/bnxt1:2 0 0 > irq77/bnxt1:3 0 0 > irq78/bnxt1:4 0 0 > irq79/bnxt1:5 0 0 > irq80/bnxt1:6 0 0 > irq81/bnxt1:7 0 0 > irq58/ppb8 0 0 > irq82/ix0:0 0 0 > irq83/ix0:1 0 0 > irq84/ix0:2 0 0 > irq85/ix0:3 0 0 > irq86/ix0:4 0 0 > irq87/ix0:5 0 0 > irq88/ix0:6 0 0 > irq89/ix0:7 0 0 > irq90/ix0:8 0 0 > irq91/ix0:9 0 0 > irq92/ix0:10 0 0 > irq93/ix0:11 0 0 > irq94/ix0:12 0 0 > irq95/ix0:13 0 0 > irq96/ix0:14 0 0 > irq97/ix0:15 0 0 > irq98/ix0 0 0 > irq99/ix1:0 0 0 > irq100/ix1:1 0 0 > irq101/ix1:2 0 0 > irq102/ix1:3 0 0 > irq103/ix1:4 0 0 > irq104/ix1:5 0 0 > irq105/ix1:6 0 0 > irq106/ix1:7 0 0 > irq107/ix1:8 0 0 > irq108/ix1:9 0 0 > irq109/ix1:10 0 0 > irq110/ix1:11 0 0 > irq111/ix1:12 0 0 > irq114/ix1:13 0 0 > irq115/ix1:14 0 0 > irq116/ix1:15 0 0 > irq117/ix1 0 0 > irq59/ppb9 0 0 > irq60/ppb10 0 0 > irq61/ahci1 45875 130 > irq62/ppb14 0 0 > irq118/mcx0 10 0 > irq119/mcx0:0 0 0 > irq120/mcx0:1 0 0 > irq121/mcx0:2 0 0 > irq122/mcx0:3 0 0 > irq123/mcx0:4 0 0 > irq124/mcx0:5 0 0 > irq125/mcx0:6 0 0 > irq126/mcx0:7 0 0 > irq127/mcx0:8 0 0 > irq128/mcx0:9 0 0 > irq129/mcx0:10 0 0 > irq130/mcx0:11 0 0 > irq131/mcx0:12 0 0 > irq132/mcx0:13 0 0 > irq133/mcx0:14 0 0 > irq134/mcx0:15 0 0 > irq135/mcx1 10 0 > irq136/mcx1:0 0 0 > irq137/mcx1:1 0 0 > irq138/mcx1:2 0 0 > irq139/mcx1:3 0 0 > irq140/mcx1:4 0 0 > irq141/mcx1:5 0 0 > irq142/mcx1:6 0 0 > irq143/mcx1:7 0 0 > irq146/mcx1:8 0 0 > irq147/mcx1:9 0 0 > irq148/mcx1:10 0 0 > irq149/mcx1:11 0 0 > irq150/mcx1:12 0 0 > irq151/mcx1:13 0 0 > irq152/mcx1:14 0 0 > irq153/mcx1:15 0 0 > irq63/xhci2 42 0 > irq154/ppb17 0 0 > irq155/ix2:0 0 0 > irq156/ix2:1 0 0 > irq157/ix2:2 0 0 > irq158/ix2:3 0 0 > irq159/ix2:4 0 0 > irq160/ix2:5 0 0 > irq161/ix2:6 0 0 > irq162/ix2:7 0 0 > irq163/ix2:8 0 0 > irq164/ix2:9 0 0 > irq165/ix2:10 0 0 > irq166/ix2:11 0 0 > irq167/ix2:12 0 0 > irq168/ix2:13 0 0 > irq169/ix2:14 0 0 > irq170/ix2:15 0 0 > irq171/ix2 0 0 > irq172/ix3:0 0 0 > irq173/ix3:1 0 0 > irq174/ix3:2 0 0 > irq175/ix3:3 0 0 > irq176/ix3:4 0 0 > irq177/ix3:5 0 0 > irq178/ix3:6 0 0 > irq179/ix3:7 0 0 > irq180/ix3:8 0 0 > irq181/ix3:9 0 0 > irq182/ix3:10 0 0 > irq183/ix3:11 0 0 > irq184/ix3:12 0 0 > irq185/ix3:13 0 0 > irq186/ix3:14 0 0 > irq187/ix3:15 0 0 > irq188/ix3 2 0 > irq189/xhci3 0 0 > irq190/ahci2 0 0 > irq191/ahci3 0 0 > irq0/clock 1661650 4734 > irq0/ipi 189277 539 > Total 1898686 5409 > > > > dmesg without diff > smc24# dmesg > OpenBSD 7.4-current (GENERIC.MP) #1587: Sat Dec 30 22:44:51 MST 2023 > deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > real mem = 68497072128 (65323MB) > avail mem = 66400612352 (63324MB) > random: good seed from bootblocks > mpath0 at root > scsibus0 at mpath0: 256 targets > mainbus0 at root > bios0 at mainbus0: SMBIOS rev. 3.3 @ 0xa9d1c000 (71 entries) > bios0: vendor American Megatrends Inc. version "2.5" date 09/26/2022 > bios0: Supermicro AS -1114S-WTRT > acpi0 at bios0: ACPI 6.0 > acpi0: sleep states S0 S5 > acpi0: tables DSDT FACP SSDT SPMI SSDT FIDT MCFG SSDT SSDT BERT HPET > IVRS PCCT SSDT CRAT CDIT SSDT WSMT APIC ERST HEST > acpi0: wakeup devices B000(S3) C000(S3) B010(S3) C010(S3) B030(S3) > C030(S3) B020(S3) C020(S3) B100(S3) C100(S3) B110(S3) C110(S3) B130(S3) > C130(S3) B120(S3) C120(S3) > acpitimer0 at acpi0: 3579545 Hz, 32 bits > acpimcfg0 at acpi0 > acpimcfg0: addr 0xe0000000, bus 0-255 > acpihpet0 at acpi0: 14318180 Hz > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > cpu0 at mainbus0: apid 0 (boot processor) > cpu0: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu0: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu0: smt 0, core 0, package 0 > mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges > cpu0: apic clock running at 100MHz > cpu0: mwait min=64, max=64, C-substates=1.1, IBE > cpu1 at mainbus0: apid 1 (application processor) > cpu1: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu1: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu1: smt 0, core 1, package 0 > cpu2 at mainbus0: apid 2 (application processor) > cpu2: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu2: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu2: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu2: smt 0, core 2, package 0 > cpu3 at mainbus0: apid 3 (application processor) > cpu3: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu3: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu3: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu3: smt 0, core 3, package 0 > cpu4 at mainbus0: apid 4 (application processor) > cpu4: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu4: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu4: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu4: smt 0, core 4, package 0 > cpu5 at mainbus0: apid 5 (application processor) > cpu5: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu5: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu5: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu5: smt 0, core 5, package 0 > cpu6 at mainbus0: apid 8 (application processor) > cpu6: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu6: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu6: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu6: smt 0, core 8, package 0 > cpu7 at mainbus0: apid 9 (application processor) > cpu7: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu7: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu7: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu7: smt 0, core 9, package 0 > cpu8 at mainbus0: apid 10 (application processor) > cpu8: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu8: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu8: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu8: smt 0, core 10, package 0 > cpu9 at mainbus0: apid 11 (application processor) > cpu9: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu9: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu9: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu9: smt 0, core 11, package 0 > cpu10 at mainbus0: apid 12 (application processor) > cpu10: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu10: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu10: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu10: smt 0, core 12, package 0 > cpu11 at mainbus0: apid 13 (application processor) > cpu11: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu11: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu11: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu11: smt 0, core 13, package 0 > cpu12 at mainbus0: apid 16 (application processor) > cpu12: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu12: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu12: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu12: smt 0, core 16, package 0 > cpu13 at mainbus0: apid 17 (application processor) > cpu13: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu13: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu13: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu13: smt 0, core 17, package 0 > cpu14 at mainbus0: apid 18 (application processor) > cpu14: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu14: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu14: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu14: smt 0, core 18, package 0 > cpu15 at mainbus0: apid 19 (application processor) > cpu15: AMD EPYC 7413 24-Core Processor, 2650.01 MHz, 19-01-01, patch > 0a0011d1 > cpu15: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu15: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu15: smt 0, core 19, package 0 > cpu16 at mainbus0: apid 20 (application processor) > cpu16: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu16: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu16: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu16: smt 0, core 20, package 0 > cpu17 at mainbus0: apid 21 (application processor) > cpu17: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu17: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu17: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu17: smt 0, core 21, package 0 > cpu18 at mainbus0: apid 24 (application processor) > cpu18: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu18: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu18: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu18: smt 0, core 24, package 0 > cpu19 at mainbus0: apid 25 (application processor) > cpu19: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu19: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu19: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu19: smt 0, core 25, package 0 > cpu20 at mainbus0: apid 26 (application processor) > cpu20: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu20: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu20: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu20: smt 0, core 26, package 0 > cpu21 at mainbus0: apid 27 (application processor) > cpu21: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu21: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu21: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu21: smt 0, core 27, package 0 > cpu22 at mainbus0: apid 28 (application processor) > cpu22: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu22: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu22: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu22: smt 0, core 28, package 0 > cpu23 at mainbus0: apid 29 (application processor) > cpu23: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu23: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu23: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu23: smt 0, core 29, package 0 > ioapic0 at mainbus0: apid 240 pa 0xfec00000, version 21, 24 pins, can't > remap > ioapic1 at mainbus0: apid 241 pa 0xf3a00000, version 21, 32 pins, can't > remap > ioapic2 at mainbus0: apid 242 pa 0xf2780000, version 21, 32 pins, can't > remap > ioapic3 at mainbus0: apid 243 pa 0xb2b80000, version 21, 32 pins, can't > remap > ioapic4 at mainbus0: apid 244 pa 0xfb180000, version 21, 32 pins, can't > remap > acpiprt0 at acpi0: bus 192 (S0D0) > acpiprt1 at acpi0: bus -1 (D0A0) > acpiprt2 at acpi0: bus -1 (D0A1) > acpiprt3 at acpi0: bus 193 (D0A2) > acpiprt4 at acpi0: bus 194 (D0A3) > acpiprt5 at acpi0: bus 195 (D0A4) > acpiprt6 at acpi0: bus -1 (BR14) > acpiprt7 at acpi0: bus 197 (D0A5) > acpiprt8 at acpi0: bus 198 (D0A6) > acpiprt9 at acpi0: bus 199 (B000) > acpiprt10 at acpi0: bus 200 (C000) > acpiprt11 at acpi0: bus -1 (C001) > acpiprt12 at acpi0: bus -1 (C002) > acpiprt13 at acpi0: bus 128 (S0D1) > acpiprt14 at acpi0: bus 129 (D1A0) > acpiprt15 at acpi0: bus -1 (D1A1) > acpiprt16 at acpi0: bus -1 (D1A2) > acpiprt17 at acpi0: bus -1 (D1A3) > acpiprt18 at acpi0: bus 130 (D1B0) > acpiprt19 at acpi0: bus 131 (D1B1) > acpiprt20 at acpi0: bus 132 (B010) > acpiprt21 at acpi0: bus 133 (C010) > acpiprt22 at acpi0: bus 134 (C011) > acpiprt23 at acpi0: bus -1 (C012) > acpiprt24 at acpi0: bus 0 (PCI0) > acpiprt25 at acpi0: bus -1 (D3A0) > acpiprt26 at acpi0: bus -1 (D3A1) > acpiprt27 at acpi0: bus 1 (D3B0) > acpiprt28 at acpi0: bus -1 (D3B1) > acpiprt29 at acpi0: bus -1 (D3B2) > acpiprt30 at acpi0: bus -1 (D3B3) > acpiprt31 at acpi0: bus 2 (B030) > acpiprt32 at acpi0: bus 3 (C030) > acpiprt33 at acpi0: bus -1 (C031) > acpiprt34 at acpi0: bus -1 (C032) > acpiprt35 at acpi0: bus 64 (S0D2) > acpiprt36 at acpi0: bus -1 (D2A0) > acpiprt37 at acpi0: bus -1 (D2A1) > acpiprt38 at acpi0: bus 65 (D2B0) > acpiprt39 at acpi0: bus -1 (D2B1) > acpiprt40 at acpi0: bus -1 (D2B2) > acpiprt41 at acpi0: bus -1 (D2B3) > acpiprt42 at acpi0: bus 66 (B020) > acpiprt43 at acpi0: bus 67 (C020) > acpiprt44 at acpi0: bus 68 (C021) > acpiprt45 at acpi0: bus 69 (C022) > acpipci0 at acpi0 S0D0: 0x00000000 0x00000011 0x00000001 > acpipci1 at acpi0 S0D1: 0x00000000 0x00000011 0x00000001 > acpipci2 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001 > acpicmos0 at acpi0 > com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo > com0: console > com1 at acpi0 UAR2 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo > "IPI0001" at acpi0 not configured > amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins > acpipci3 at acpi0 S0D2: 0x00000000 0x00000011 0x00000001 > acpibtn0 at acpi0: PWRB > acpicpu0 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu1 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu2 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu3 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu4 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu5 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu6 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu7 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu8 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu9 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu10 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu11 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu12 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu13 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu14 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu15 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu16 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu17 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu18 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu19 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu20 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu21 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu22 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu23 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > "PNP0C33" at acpi0 not configured > "PNP0C14" at acpi0 not configured > acpipwrres0 at acpi0: P0SA > acpipwrres1 at acpi0: P3SA > acpipwrres2 at acpi0: P0SA > acpipwrres3 at acpi0: P3SA > acpipwrres4 at acpi0: P0SA > acpipwrres5 at acpi0: P3SA > acpipwrres6 at acpi0: P0SA > acpipwrres7 at acpi0: P3SA > acpipwrres8 at acpi0: P0SA > acpipwrres9 at acpi0: P3SA > acpipwrres10 at acpi0: P0SA > acpipwrres11 at acpi0: P3SA > acpipwrres12 at acpi0: P0SA > acpipwrres13 at acpi0: P3SA > acpipwrres14 at acpi0: P0SA > acpipwrres15 at acpi0: P3SA > acpipwrres16 at acpi0: P0SA > acpipwrres17 at acpi0: P3SA > acpipwrres18 at acpi0: P0SA > acpipwrres19 at acpi0: P3SA > acpipwrres20 at acpi0: P0SA > acpipwrres21 at acpi0: P3SA > acpipwrres22 at acpi0: P0SA > acpipwrres23 at acpi0: P3SA > acpipwrres24 at acpi0: P0SA > acpipwrres25 at acpi0: P3SA > acpipwrres26 at acpi0: P0SA > acpipwrres27 at acpi0: P3SA > acpipwrres28 at acpi0: P0SA > acpipwrres29 at acpi0: P3SA > acpipwrres30 at acpi0: P0SA > acpipwrres31 at acpi0: P3SA > ipmi at mainbus0 not configured > cpu0: 2650 MHz: speeds: 2650 2000 1500 MHz > pci0 at mainbus0 bus 192 > ksmn0 at pci0 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 > vendor "AMD", unknown product 0x164f (class system subclass IOMMU, rev > 0x01) at pci0 dev 0 function 2 not configured > pchb0 at pci0 dev 1 function 0 "AMD 17h Host" rev 0x00 > pchb1 at pci0 dev 2 function 0 "AMD 17h Host" rev 0x00 > pchb2 at pci0 dev 3 function 0 "AMD 17h Host" rev 0x00 > ppb0 at pci0 dev 3 function 3 "AMD 17h PCIE" rev 0x00: msi > pci1 at ppb0 bus 193 > xhci0 at pci1 dev 0 function 0 "ASMedia ASM1042A xHCI" rev 0x00: msix, > xHCI 1.0 > 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 3 function 4 "AMD 17h PCIE" rev 0x00: msi > pci2 at ppb1 bus 194 > xhci1 at pci2 dev 0 function 0 "ASMedia ASM1042A xHCI" rev 0x00: msix, > xHCI 1.0 > usb1 at xhci1: USB revision 3.0 > uhub1 at usb1 configuration 1 interface 0 "ASMedia xHCI root hub" rev > 3.00/1.00 addr 1 > ppb2 at pci0 dev 3 function 5 "AMD 17h PCIE" rev 0x00: msi > pci3 at ppb2 bus 195 > ppb3 at pci3 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x04 > pci4 at ppb3 bus 196 > vga1 at pci4 dev 0 function 0 "ASPEED Technology AST2000" rev 0x41 > wsdisplay at vga1 not configured > ppb4 at pci0 dev 3 function 6 "AMD 17h PCIE" rev 0x00: msi > pci5 at ppb4 bus 197 > ahci0 at pci5 dev 0 function 0 "ASMedia ASM1061 AHCI" rev 0x02: msi, > AHCI 1.2 > scsibus1 at ahci0: 32 targets > ppb5 at pci0 dev 3 function 7 "AMD 17h PCIE" rev 0x00: msi > pci6 at ppb5 bus 198 > bnxt0 at pci6 dev 0 function 0 "Broadcom BCM57416" rev 0x01: fw ver > 214.4.65, msix, 8 queues, address 3c:ec:ef:86:dd:de > bnxt1 at pci6 dev 0 function 1 "Broadcom BCM57416" rev 0x01: fw ver > 214.4.65, msix, 8 queues, address 3c:ec:ef:86:dd:df > pchb3 at pci0 dev 4 function 0 "AMD 17h Host" rev 0x00 > pchb4 at pci0 dev 5 function 0 "AMD 17h Host" rev 0x00 > pchb5 at pci0 dev 7 function 0 "AMD 17h Host" rev 0x00 > ppb6 at pci0 dev 7 function 1 "AMD 17h PCIE" rev 0x00 > pci7 at ppb6 bus 199 > vendor "AMD", unknown product 0x148a (class instrumentation unknown > subclass 0x00, rev 0x00) at pci7 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci7 dev 0 function 2 not configured > pchb6 at pci0 dev 8 function 0 "AMD 17h Host" rev 0x00 > ppb7 at pci0 dev 8 function 1 "AMD 17h PCIE" rev 0x00 > pci8 at ppb7 bus 200 > vendor "AMD", unknown product 0x1485 (class instrumentation unknown > subclass 0x00, rev 0x00) at pci8 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci8 dev 0 function 2 not configured > pci9 at mainbus0 bus 128 > ksmn1 at pci9 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 > vendor "AMD", unknown product 0x164f (class system subclass IOMMU, rev > 0x01) at pci9 dev 0 function 2 not configured > pchb7 at pci9 dev 1 function 0 "AMD 17h Host" rev 0x00 > ppb8 at pci9 dev 1 function 1 "AMD 17h PCIE" rev 0x00: msi > pci10 at ppb8 bus 129 > ix0 at pci10 dev 0 function 0 "Intel 82599" rev 0x01, msix, 16 queues, > address 90:e2:ba:1a:df:84 > ix1 at pci10 dev 0 function 1 "Intel 82599" rev 0x01, msix, 16 queues, > address 90:e2:ba:1a:df:85 > pchb8 at pci9 dev 2 function 0 "AMD 17h Host" rev 0x00 > pchb9 at pci9 dev 3 function 0 "AMD 17h Host" rev 0x00 > ppb9 at pci9 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi > pci11 at ppb9 bus 130 > ppb10 at pci9 dev 3 function 2 "AMD 17h PCIE" rev 0x00: msi > pci12 at ppb10 bus 131 > pchb10 at pci9 dev 4 function 0 "AMD 17h Host" rev 0x00 > pchb11 at pci9 dev 5 function 0 "AMD 17h Host" rev 0x00 > pchb12 at pci9 dev 7 function 0 "AMD 17h Host" rev 0x00 > ppb11 at pci9 dev 7 function 1 "AMD 17h PCIE" rev 0x00 > pci13 at ppb11 bus 132 > vendor "AMD", unknown product 0x148a (class instrumentation unknown > subclass 0x00, rev 0x00) at pci13 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci13 dev 0 function 2 not configured > pchb13 at pci9 dev 8 function 0 "AMD 17h Host" rev 0x00 > ppb12 at pci9 dev 8 function 1 "AMD 17h PCIE" rev 0x00 > pci14 at ppb12 bus 133 > vendor "AMD", unknown product 0x1485 (class instrumentation unknown > subclass 0x00, rev 0x00) at pci14 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci14 dev 0 function 2 not configured > ppb13 at pci9 dev 8 function 2 "AMD 17h PCIE" rev 0x00 > pci15 at ppb13 bus 134 > ahci1 at pci15 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1 > ahci1: port 0: 6.0Gb/s > scsibus2 at ahci1: 32 targets > sd0 at scsibus2 targ 0 lun 0: <ATA, INTEL SSDSCKKW25, LHF> > naa.55cd2e414de3e376 > sd0: 244198MB, 512 bytes/sector, 500118192 sectors, thin > pci16 at mainbus0 bus 0 > ksmn2 at pci16 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 > vendor "AMD", unknown product 0x164f (class system subclass IOMMU, rev > 0x01) at pci16 dev 0 function 2 not configured > pchb14 at pci16 dev 1 function 0 "AMD 17h Host" rev 0x00 > ppb14 at pci16 dev 1 function 1 "AMD 17h PCIE" rev 0x00: msi > pci17 at ppb14 bus 1 > mcx0 at pci17 dev 0 function 0 "Mellanox ConnectX-4 Lx" rev 0x00: FW > 14.32.1010, msix, address 98:03:9b:0e:d7:66 > mcx1 at pci17 dev 0 function 1 "Mellanox ConnectX-4 Lx" rev 0x00: FW > 14.32.1010, msix, address 98:03:9b:0e:d7:67 > pchb15 at pci16 dev 2 function 0 "AMD 17h Host" rev 0x00 > pchb16 at pci16 dev 3 function 0 "AMD 17h Host" rev 0x00 > pchb17 at pci16 dev 4 function 0 "AMD 17h Host" rev 0x00 > pchb18 at pci16 dev 5 function 0 "AMD 17h Host" rev 0x00 > pchb19 at pci16 dev 7 function 0 "AMD 17h Host" rev 0x00 > ppb15 at pci16 dev 7 function 1 "AMD 17h PCIE" rev 0x00 > pci18 at ppb15 bus 2 > vendor "AMD", unknown product 0x148a (class instrumentation unknown > subclass 0x00, rev 0x00) at pci18 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci18 dev 0 function 2 not configured > pchb20 at pci16 dev 8 function 0 "AMD 17h Host" rev 0x00 > ppb16 at pci16 dev 8 function 1 "AMD 17h PCIE" rev 0x00 > pci19 at ppb16 bus 3 > vendor "AMD", unknown product 0x1485 (class instrumentation unknown > subclass 0x00, rev 0x00) at pci19 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci19 dev 0 function 2 not configured > xhci2 at pci19 dev 0 function 3 vendor "AMD", unknown product 0x148c rev > 0x00: msix, xHCI 1.10 > usb2 at xhci2: USB revision 3.0 > uhub2 at usb2 configuration 1 interface 0 "AMD xHCI root hub" rev > 3.00/1.00 addr 1 > piixpm0 at pci16 dev 20 function 0 "AMD FCH SMBus" rev 0x61: polling > iic0 at piixpm0 > iic1 at piixpm0 > pcib0 at pci16 dev 20 function 3 "AMD FCH LPC" rev 0x51 > pchb21 at pci16 dev 24 function 0 vendor "AMD", unknown product 0x1650 > rev 0x00 > pchb22 at pci16 dev 24 function 1 vendor "AMD", unknown product 0x1651 > rev 0x00 > pchb23 at pci16 dev 24 function 2 vendor "AMD", unknown product 0x1652 > rev 0x00 > pchb24 at pci16 dev 24 function 3 vendor "AMD", unknown product 0x1653 > rev 0x00 > pchb25 at pci16 dev 24 function 4 vendor "AMD", unknown product 0x1654 > rev 0x00 > pchb26 at pci16 dev 24 function 5 vendor "AMD", unknown product 0x1655 > rev 0x00 > pchb27 at pci16 dev 24 function 6 vendor "AMD", unknown product 0x1656 > rev 0x00 > pchb28 at pci16 dev 24 function 7 vendor "AMD", unknown product 0x1657 > rev 0x00 > isa0 at pcib0 > isadma0 at isa0 > pcppi0 at isa0 port 0x61 > spkr0 at pcppi0 > pci20 at mainbus0 bus 64 > ksmn3 at pci20 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 > vendor "AMD", unknown product 0x164f (class system subclass IOMMU, rev > 0x01) at pci20 dev 0 function 2 not configured > pchb29 at pci20 dev 1 function 0 "AMD 17h Host" rev 0x00 > pchb30 at pci20 dev 2 function 0 "AMD 17h Host" rev 0x00 > pchb31 at pci20 dev 3 function 0 "AMD 17h Host" rev 0x00 > ppb17 at pci20 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi > pci21 at ppb17 bus 65 > ix2 at pci21 dev 0 function 0 "Intel 82599" rev 0x01, msix, 16 queues, > address a0:36:9f:d0:a1:38 > ix3 at pci21 dev 0 function 1 "Intel 82599" rev 0x01, msix, 16 queues, > address a0:36:9f:d0:a1:3a > pchb32 at pci20 dev 4 function 0 "AMD 17h Host" rev 0x00 > pchb33 at pci20 dev 5 function 0 "AMD 17h Host" rev 0x00 > pchb34 at pci20 dev 7 function 0 "AMD 17h Host" rev 0x00 > ppb18 at pci20 dev 7 function 1 "AMD 17h PCIE" rev 0x00 > pci22 at ppb18 bus 66 > vendor "AMD", unknown product 0x148a (class instrumentation unknown > subclass 0x00, rev 0x00) at pci22 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci22 dev 0 function 2 not configured > pchb35 at pci20 dev 8 function 0 "AMD 17h Host" rev 0x00 > ppb19 at pci20 dev 8 function 1 "AMD 17h PCIE" rev 0x00 > pci23 at ppb19 bus 67 > vendor "AMD", unknown product 0x1485 (class instrumentation unknown > subclass 0x00, rev 0x00) at pci23 dev 0 function 0 not configured > ccp0 at pci23 dev 0 function 1 "AMD 17h Crypto" rev 0x00 > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci23 dev 0 function 2 not configured > xhci3 at pci23 dev 0 function 3 vendor "AMD", unknown product 0x148c rev > 0x00failed to allocate interrupt slot for PIC msix pin -2143091968 > : couldn't establish interrupt at msix > ppb20 at pci20 dev 8 function 2 "AMD 17h PCIE" rev 0x00 > pci24 at ppb20 bus 68 > ahci2 at pci24 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi,failed to > allocate interrupt slot for PIC msi pin -2143027200 > ahci2: unable to map interrupt > ppb21 at pci20 dev 8 function 3 "AMD 17h PCIE" rev 0x00 > pci25 at ppb21 bus 69 > ahci3 at pci25 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi,failed to > allocate interrupt slot for PIC msi pin -2142961664 > ahci3: unable to map interrupt > vmm0 at mainbus0: SVM/RVI > uhub3 at uhub2 port 2 configuration 1 interface 0 "ATEN International > product 0x7000" rev 2.00/0.00 addr 2 > uhidev0 at uhub3 port 1 configuration 1 interface 0 "ATEN International > product 0x2419" rev 1.10/1.00 addr 3 > uhidev0: iclass 3/1 > ukbd0 at uhidev0: 8 variable keys, 6 key codes > wskbd0 at ukbd0 mux 1 > uhidev1 at uhub3 port 1 configuration 1 interface 1 "ATEN International > product 0x2419" rev 1.10/1.00 addr 3 > uhidev1: iclass 3/1 > ums0 at uhidev1: 3 buttons, Z dir > wsmouse0 at ums0 mux 0 > vscsi0 at root > scsibus3 at vscsi0: 256 targets > softraid0 at root > scsibus4 at softraid0: 256 targets > root on sd0a (e79f04843b412785.a) swap on sd0b dump on sd0b > smc24# > > > > > > > > > > > > dmesg with diff > OpenBSD 7.4-current (GENERIC.MP) #0: Mon Jan 1 20:12:44 CET 2024 > hrvoje@smc24.srce.hr:/sys/arch/amd64/compile/GENERIC.MP > real mem = 68497072128 (65323MB) > avail mem = 66400632832 (63324MB) > random: good seed from bootblocks > mpath0 at root > scsibus0 at mpath0: 256 targets > mainbus0 at root > bios0 at mainbus0: SMBIOS rev. 3.3 @ 0xa9d1c000 (71 entries) > bios0: vendor American Megatrends Inc. version "2.5" date 09/26/2022 > bios0: Supermicro AS -1114S-WTRT > acpi0 at bios0: ACPI 6.0 > acpi0: sleep states S0 S5 > acpi0: tables DSDT FACP SSDT SPMI SSDT FIDT MCFG SSDT SSDT BERT HPET > IVRS PCCT SSDT CRAT CDIT SSDT WSMT APIC ERST HEST > acpi0: wakeup devices B000(S3) C000(S3) B010(S3) C010(S3) B030(S3) > C030(S3) B020(S3) C020(S3) B100(S3) C100(S3) B110(S3) C110(S3) B130(S3) > C130(S3) B120(S3) C120(S3) > acpitimer0 at acpi0: 3579545 Hz, 32 bits > acpimcfg0 at acpi0 > acpimcfg0: addr 0xe0000000, bus 0-255 > acpihpet0 at acpi0: 14318180 Hz > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > cpu0 at mainbus0: apid 0 (boot processor) > cpu0: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu0: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu0: smt 0, core 0, package 0 > mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges > cpu0: apic clock running at 100MHz > cpu0: mwait min=64, max=64, C-substates=1.1, IBE > cpu1 at mainbus0: apid 1 (application processor) > cpu1: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu1: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu1: smt 0, core 1, package 0 > cpu2 at mainbus0: apid 2 (application processor) > cpu2: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu2: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu2: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu2: smt 0, core 2, package 0 > cpu3 at mainbus0: apid 3 (application processor) > cpu3: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu3: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu3: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu3: smt 0, core 3, package 0 > cpu4 at mainbus0: apid 4 (application processor) > cpu4: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu4: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu4: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu4: smt 0, core 4, package 0 > cpu5 at mainbus0: apid 5 (application processor) > cpu5: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu5: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu5: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu5: smt 0, core 5, package 0 > cpu6 at mainbus0: apid 8 (application processor) > cpu6: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu6: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu6: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu6: smt 0, core 8, package 0 > cpu7 at mainbus0: apid 9 (application processor) > cpu7: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu7: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu7: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu7: smt 0, core 9, package 0 > cpu8 at mainbus0: apid 10 (application processor) > cpu8: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu8: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu8: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu8: smt 0, core 10, package 0 > cpu9 at mainbus0: apid 11 (application processor) > cpu9: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch 0a0011d1 > cpu9: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu9: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu9: smt 0, core 11, package 0 > cpu10 at mainbus0: apid 12 (application processor) > cpu10: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu10: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu10: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu10: smt 0, core 12, package 0 > cpu11 at mainbus0: apid 13 (application processor) > cpu11: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu11: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu11: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu11: smt 0, core 13, package 0 > cpu12 at mainbus0: apid 16 (application processor) > cpu12: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu12: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu12: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu12: smt 0, core 16, package 0 > cpu13 at mainbus0: apid 17 (application processor) > cpu13: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu13: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu13: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu13: smt 0, core 17, package 0 > cpu14 at mainbus0: apid 18 (application processor) > cpu14: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu14: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu14: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu14: smt 0, core 18, package 0 > cpu15 at mainbus0: apid 19 (application processor) > cpu15: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu15: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu15: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu15: smt 0, core 19, package 0 > cpu16 at mainbus0: apid 20 (application processor) > cpu16: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu16: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu16: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu16: smt 0, core 20, package 0 > cpu17 at mainbus0: apid 21 (application processor) > cpu17: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu17: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu17: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu17: smt 0, core 21, package 0 > cpu18 at mainbus0: apid 24 (application processor) > cpu18: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu18: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu18: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu18: smt 0, core 24, package 0 > cpu19 at mainbus0: apid 25 (application processor) > cpu19: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu19: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu19: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu19: smt 0, core 25, package 0 > cpu20 at mainbus0: apid 26 (application processor) > cpu20: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu20: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu20: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu20: smt 0, core 26, package 0 > cpu21 at mainbus0: apid 27 (application processor) > cpu21: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu21: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu21: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu21: smt 0, core 27, package 0 > cpu22 at mainbus0: apid 28 (application processor) > cpu22: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu22: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu22: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu22: smt 0, core 28, package 0 > cpu23 at mainbus0: apid 29 (application processor) > cpu23: AMD EPYC 7413 24-Core Processor, 2650.00 MHz, 19-01-01, patch > 0a0011d1 > cpu23: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,HWPSTATE,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,INVLPGB,IBPB,IBRS,STIBP,STIBP_ALL,IBRS_PREF,IBRS_SM,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu23: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB > 64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache > cpu23: smt 0, core 29, package 0 > ioapic0 at mainbus0: apid 240 pa 0xfec00000, version 21, 24 pins, can't > remap > ioapic1 at mainbus0: apid 241 pa 0xf3a00000, version 21, 32 pins, can't > remap > ioapic2 at mainbus0: apid 242 pa 0xf2780000, version 21, 32 pins, can't > remap > ioapic3 at mainbus0: apid 243 pa 0xb2b80000, version 21, 32 pins, can't > remap > ioapic4 at mainbus0: apid 244 pa 0xfb180000, version 21, 32 pins, can't > remap > acpiprt0 at acpi0: bus 192 (S0D0) > acpiprt1 at acpi0: bus -1 (D0A0) > acpiprt2 at acpi0: bus -1 (D0A1) > acpiprt3 at acpi0: bus 193 (D0A2) > acpiprt4 at acpi0: bus 194 (D0A3) > acpiprt5 at acpi0: bus 195 (D0A4) > acpiprt6 at acpi0: bus -1 (BR14) > acpiprt7 at acpi0: bus 197 (D0A5) > acpiprt8 at acpi0: bus 198 (D0A6) > acpiprt9 at acpi0: bus 199 (B000) > acpiprt10 at acpi0: bus 200 (C000) > acpiprt11 at acpi0: bus -1 (C001) > acpiprt12 at acpi0: bus -1 (C002) > acpiprt13 at acpi0: bus 128 (S0D1) > acpiprt14 at acpi0: bus 129 (D1A0) > acpiprt15 at acpi0: bus -1 (D1A1) > acpiprt16 at acpi0: bus -1 (D1A2) > acpiprt17 at acpi0: bus -1 (D1A3) > acpiprt18 at acpi0: bus 130 (D1B0) > acpiprt19 at acpi0: bus 131 (D1B1) > acpiprt20 at acpi0: bus 132 (B010) > acpiprt21 at acpi0: bus 133 (C010) > acpiprt22 at acpi0: bus 134 (C011) > acpiprt23 at acpi0: bus -1 (C012) > acpiprt24 at acpi0: bus 0 (PCI0) > acpiprt25 at acpi0: bus -1 (D3A0) > acpiprt26 at acpi0: bus -1 (D3A1) > acpiprt27 at acpi0: bus 1 (D3B0) > acpiprt28 at acpi0: bus -1 (D3B1) > acpiprt29 at acpi0: bus -1 (D3B2) > acpiprt30 at acpi0: bus -1 (D3B3) > acpiprt31 at acpi0: bus 2 (B030) > acpiprt32 at acpi0: bus 3 (C030) > acpiprt33 at acpi0: bus -1 (C031) > acpiprt34 at acpi0: bus -1 (C032) > acpiprt35 at acpi0: bus 64 (S0D2) > acpiprt36 at acpi0: bus -1 (D2A0) > acpiprt37 at acpi0: bus -1 (D2A1) > acpiprt38 at acpi0: bus 65 (D2B0) > acpiprt39 at acpi0: bus -1 (D2B1) > acpiprt40 at acpi0: bus -1 (D2B2) > acpiprt41 at acpi0: bus -1 (D2B3) > acpiprt42 at acpi0: bus 66 (B020) > acpiprt43 at acpi0: bus 67 (C020) > acpiprt44 at acpi0: bus 68 (C021) > acpiprt45 at acpi0: bus 69 (C022) > acpipci0 at acpi0 S0D0: 0x00000000 0x00000011 0x00000001 > acpipci1 at acpi0 S0D1: 0x00000000 0x00000011 0x00000001 > acpipci2 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001 > acpicmos0 at acpi0 > com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo > com1 at acpi0 UAR2 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo > com1: console > "IPI0001" at acpi0 not configured > amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins > acpipci3 at acpi0 S0D2: 0x00000000 0x00000011 0x00000001 > acpibtn0 at acpi0: PWRB > acpicpu0 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu1 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu2 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu3 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu4 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu5 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu6 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu7 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu8 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu9 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu10 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu11 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu12 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu13 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu14 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu15 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu16 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu17 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu18 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu19 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu20 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu21 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu22 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > acpicpu23 at acpi0: C2(0@30 io@0x814), C1(0@1 mwait), PSS > "PNP0C33" at acpi0 not configured > "PNP0C14" at acpi0 not configured > acpipwrres0 at acpi0: P0SA > acpipwrres1 at acpi0: P3SA > acpipwrres2 at acpi0: P0SA > acpipwrres3 at acpi0: P3SA > acpipwrres4 at acpi0: P0SA > acpipwrres5 at acpi0: P3SA > acpipwrres6 at acpi0: P0SA > acpipwrres7 at acpi0: P3SA > acpipwrres8 at acpi0: P0SA > acpipwrres9 at acpi0: P3SA > acpipwrres10 at acpi0: P0SA > acpipwrres11 at acpi0: P3SA > acpipwrres12 at acpi0: P0SA > acpipwrres13 at acpi0: P3SA > acpipwrres14 at acpi0: P0SA > acpipwrres15 at acpi0: P3SA > acpipwrres16 at acpi0: P0SA > acpipwrres17 at acpi0: P3SA > acpipwrres18 at acpi0: P0SA > acpipwrres19 at acpi0: P3SA > acpipwrres20 at acpi0: P0SA > acpipwrres21 at acpi0: P3SA > acpipwrres22 at acpi0: P0SA > acpipwrres23 at acpi0: P3SA > acpipwrres24 at acpi0: P0SA > acpipwrres25 at acpi0: P3SA > acpipwrres26 at acpi0: P0SA > acpipwrres27 at acpi0: P3SA > acpipwrres28 at acpi0: P0SA > acpipwrres29 at acpi0: P3SA > acpipwrres30 at acpi0: P0SA > acpipwrres31 at acpi0: P3SA > ipmi at mainbus0 not configured > cpu0: 2650 MHz: speeds: 2650 2000 1500 MHz > pci0 at mainbus0 bus 192 > ksmn0 at pci0 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 > vendor "AMD", unknown product 0x164f (class system subclass IOMMU, rev > 0x01) at pci0 dev 0 function 2 not configured > pchb0 at pci0 dev 1 function 0 "AMD 17h Host" rev 0x00 > pchb1 at pci0 dev 2 function 0 "AMD 17h Host" rev 0x00 > pchb2 at pci0 dev 3 function 0 "AMD 17h Host" rev 0x00 > ppb0 at pci0 dev 3 function 3 "AMD 17h PCIE" rev 0x00: msi > pci1 at ppb0 bus 193 > xhci0 at pci1 dev 0 function 0 "ASMedia ASM1042A xHCI" rev 0x00: msix, > xHCI 1.0 > 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 3 function 4 "AMD 17h PCIE" rev 0x00: msi > pci2 at ppb1 bus 194 > xhci1 at pci2 dev 0 function 0 "ASMedia ASM1042A xHCI" rev 0x00: msix, > xHCI 1.0 > usb1 at xhci1: USB revision 3.0 > uhub1 at usb1 configuration 1 interface 0 "ASMedia xHCI root hub" rev > 3.00/1.00 addr 1 > ppb2 at pci0 dev 3 function 5 "AMD 17h PCIE" rev 0x00: msi > pci3 at ppb2 bus 195 > ppb3 at pci3 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x04 > pci4 at ppb3 bus 196 > vga1 at pci4 dev 0 function 0 "ASPEED Technology AST2000" rev 0x41 > wsdisplay at vga1 not configured > ppb4 at pci0 dev 3 function 6 "AMD 17h PCIE" rev 0x00: msi > pci5 at ppb4 bus 197 > ahci0 at pci5 dev 0 function 0 "ASMedia ASM1061 AHCI" rev 0x02: msi, > AHCI 1.2 > scsibus1 at ahci0: 32 targets > ppb5 at pci0 dev 3 function 7 "AMD 17h PCIE" rev 0x00: msi > pci6 at ppb5 bus 198 > bnxt0 at pci6 dev 0 function 0 "Broadcom BCM57416" rev 0x01: fw ver > 214.4.65, msix, 8 queues, address 3c:ec:ef:86:dd:de > bnxt1 at pci6 dev 0 function 1 "Broadcom BCM57416" rev 0x01: fw ver > 214.4.65, msix, 8 queues, address 3c:ec:ef:86:dd:df > pchb3 at pci0 dev 4 function 0 "AMD 17h Host" rev 0x00 > pchb4 at pci0 dev 5 function 0 "AMD 17h Host" rev 0x00 > pchb5 at pci0 dev 7 function 0 "AMD 17h Host" rev 0x00 > ppb6 at pci0 dev 7 function 1 "AMD 17h PCIE" rev 0x00 > pci7 at ppb6 bus 199 > vendor "AMD", unknown product 0x148a (class instrumentation unknown > subclass 0x00, rev 0x00) at pci7 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci7 dev 0 function 2 not configured > pchb6 at pci0 dev 8 function 0 "AMD 17h Host" rev 0x00 > ppb7 at pci0 dev 8 function 1 "AMD 17h PCIE" rev 0x00 > pci8 at ppb7 bus 200 > vendor "AMD", unknown product 0x1485 (class instrumentation unknown > subclass 0x00, rev 0x00) at pci8 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci8 dev 0 function 2 not configured > pci9 at mainbus0 bus 128 > ksmn1 at pci9 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 > vendor "AMD", unknown product 0x164f (class system subclass IOMMU, rev > 0x01) at pci9 dev 0 function 2 not configured > pchb7 at pci9 dev 1 function 0 "AMD 17h Host" rev 0x00 > ppb8 at pci9 dev 1 function 1 "AMD 17h PCIE" rev 0x00: msi > pci10 at ppb8 bus 129 > ix0 at pci10 dev 0 function 0 "Intel 82599" rev 0x01, msix, 16 queues, > address 90:e2:ba:1a:df:84 > ix1 at pci10 dev 0 function 1 "Intel 82599" rev 0x01, msix, 16 queues, > address 90:e2:ba:1a:df:85 > pchb8 at pci9 dev 2 function 0 "AMD 17h Host" rev 0x00 > pchb9 at pci9 dev 3 function 0 "AMD 17h Host" rev 0x00 > ppb9 at pci9 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi > pci11 at ppb9 bus 130 > ppb10 at pci9 dev 3 function 2 "AMD 17h PCIE" rev 0x00: msi > pci12 at ppb10 bus 131 > pchb10 at pci9 dev 4 function 0 "AMD 17h Host" rev 0x00 > pchb11 at pci9 dev 5 function 0 "AMD 17h Host" rev 0x00 > pchb12 at pci9 dev 7 function 0 "AMD 17h Host" rev 0x00 > ppb11 at pci9 dev 7 function 1 "AMD 17h PCIE" rev 0x00 > pci13 at ppb11 bus 132 > vendor "AMD", unknown product 0x148a (class instrumentation unknown > subclass 0x00, rev 0x00) at pci13 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci13 dev 0 function 2 not configured > pchb13 at pci9 dev 8 function 0 "AMD 17h Host" rev 0x00 > ppb12 at pci9 dev 8 function 1 "AMD 17h PCIE" rev 0x00 > pci14 at ppb12 bus 133 > vendor "AMD", unknown product 0x1485 (class instrumentation unknown > subclass 0x00, rev 0x00) at pci14 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci14 dev 0 function 2 not configured > ppb13 at pci9 dev 8 function 2 "AMD 17h PCIE" rev 0x00 > pci15 at ppb13 bus 134 > ahci1 at pci15 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1 > ahci1: port 0: 6.0Gb/s > scsibus2 at ahci1: 32 targets > sd0 at scsibus2 targ 0 lun 0: <ATA, INTEL SSDSCKKW25, LHF> > naa.55cd2e414de3e376 > sd0: 244198MB, 512 bytes/sector, 500118192 sectors, thin > pci16 at mainbus0 bus 0 > ksmn2 at pci16 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 > vendor "AMD", unknown product 0x164f (class system subclass IOMMU, rev > 0x01) at pci16 dev 0 function 2 not configured > pchb14 at pci16 dev 1 function 0 "AMD 17h Host" rev 0x00 > ppb14 at pci16 dev 1 function 1 "AMD 17h PCIE" rev 0x00: msi > pci17 at ppb14 bus 1 > mcx0 at pci17 dev 0 function 0 "Mellanox ConnectX-4 Lx" rev 0x00: FW > 14.32.1010, msix, address 98:03:9b:0e:d7:66 > mcx1 at pci17 dev 0 function 1 "Mellanox ConnectX-4 Lx" rev 0x00: FW > 14.32.1010, msix, address 98:03:9b:0e:d7:67 > pchb15 at pci16 dev 2 function 0 "AMD 17h Host" rev 0x00 > pchb16 at pci16 dev 3 function 0 "AMD 17h Host" rev 0x00 > pchb17 at pci16 dev 4 function 0 "AMD 17h Host" rev 0x00 > pchb18 at pci16 dev 5 function 0 "AMD 17h Host" rev 0x00 > pchb19 at pci16 dev 7 function 0 "AMD 17h Host" rev 0x00 > ppb15 at pci16 dev 7 function 1 "AMD 17h PCIE" rev 0x00 > pci18 at ppb15 bus 2 > vendor "AMD", unknown product 0x148a (class instrumentation unknown > subclass 0x00, rev 0x00) at pci18 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci18 dev 0 function 2 not configured > pchb20 at pci16 dev 8 function 0 "AMD 17h Host" rev 0x00 > ppb16 at pci16 dev 8 function 1 "AMD 17h PCIE" rev 0x00 > pci19 at ppb16 bus 3 > vendor "AMD", unknown product 0x1485 (class instrumentation unknown > subclass 0x00, rev 0x00) at pci19 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci19 dev 0 function 2 not configured > xhci2 at pci19 dev 0 function 3 vendor "AMD", unknown product 0x148c rev > 0x00: msix, xHCI 1.10 > usb2 at xhci2: USB revision 3.0 > uhub2 at usb2 configuration 1 interface 0 "AMD xHCI root hub" rev > 3.00/1.00 addr 1 > piixpm0 at pci16 dev 20 function 0 "AMD FCH SMBus" rev 0x61: polling > iic0 at piixpm0 > iic1 at piixpm0 > pcib0 at pci16 dev 20 function 3 "AMD FCH LPC" rev 0x51 > pchb21 at pci16 dev 24 function 0 vendor "AMD", unknown product 0x1650 > rev 0x00 > pchb22 at pci16 dev 24 function 1 vendor "AMD", unknown product 0x1651 > rev 0x00 > pchb23 at pci16 dev 24 function 2 vendor "AMD", unknown product 0x1652 > rev 0x00 > pchb24 at pci16 dev 24 function 3 vendor "AMD", unknown product 0x1653 > rev 0x00 > pchb25 at pci16 dev 24 function 4 vendor "AMD", unknown product 0x1654 > rev 0x00 > pchb26 at pci16 dev 24 function 5 vendor "AMD", unknown product 0x1655 > rev 0x00 > pchb27 at pci16 dev 24 function 6 vendor "AMD", unknown product 0x1656 > rev 0x00 > pchb28 at pci16 dev 24 function 7 vendor "AMD", unknown product 0x1657 > rev 0x00 > isa0 at pcib0 > isadma0 at isa0 > pcppi0 at isa0 port 0x61 > spkr0 at pcppi0 > pci20 at mainbus0 bus 64 > ksmn3 at pci20 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 > vendor "AMD", unknown product 0x164f (class system subclass IOMMU, rev > 0x01) at pci20 dev 0 function 2 not configured > pchb29 at pci20 dev 1 function 0 "AMD 17h Host" rev 0x00 > pchb30 at pci20 dev 2 function 0 "AMD 17h Host" rev 0x00 > pchb31 at pci20 dev 3 function 0 "AMD 17h Host" rev 0x00 > ppb17 at pci20 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi > pci21 at ppb17 bus 65 > ix2 at pci21 dev 0 function 0 "Intel 82599" rev 0x01, msix, 16 queues, > address a0:36:9f:d0:a1:38 > ix3 at pci21 dev 0 function 1 "Intel 82599" rev 0x01, msix, 16 queues, > address a0:36:9f:d0:a1:3a > pchb32 at pci20 dev 4 function 0 "AMD 17h Host" rev 0x00 > pchb33 at pci20 dev 5 function 0 "AMD 17h Host" rev 0x00 > pchb34 at pci20 dev 7 function 0 "AMD 17h Host" rev 0x00 > ppb18 at pci20 dev 7 function 1 "AMD 17h PCIE" rev 0x00 > pci22 at ppb18 bus 66 > vendor "AMD", unknown product 0x148a (class instrumentation unknown > subclass 0x00, rev 0x00) at pci22 dev 0 function 0 not configured > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci22 dev 0 function 2 not configured > pchb35 at pci20 dev 8 function 0 "AMD 17h Host" rev 0x00 > ppb19 at pci20 dev 8 function 1 "AMD 17h PCIE" rev 0x00 > pci23 at ppb19 bus 67 > vendor "AMD", unknown product 0x1485 (class instrumentation unknown > subclass 0x00, rev 0x00) at pci23 dev 0 function 0 not configured > ccp0 at pci23 dev 0 function 1 "AMD 17h Crypto" rev 0x00 > vendor "AMD", unknown product 0x1498 (class crypto subclass > miscellaneous, rev 0x00) at pci23 dev 0 function 2 not configured > xhci3 at pci23 dev 0 function 3 vendor "AMD", unknown product 0x148c rev > 0x00: msix, xHCI 1.10 > usb3 at xhci3: USB revision 3.0 > uhub3 at usb3 configuration 1 interface 0 "AMD xHCI root hub" rev > 3.00/1.00 addr 1 > ppb20 at pci20 dev 8 function 2 "AMD 17h PCIE" rev 0x00 > pci24 at ppb20 bus 68 > ahci2 at pci24 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1 > scsibus3 at ahci2: 32 targets > ppb21 at pci20 dev 8 function 3 "AMD 17h PCIE" rev 0x00 > pci25 at ppb21 bus 69 > ahci3 at pci25 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1 > scsibus4 at ahci3: 32 targets > vmm0 at mainbus0: SVM/RVI > uhub4 at uhub2 port 2 configuration 1 interface 0 "ATEN International > product 0x7000" rev 2.00/0.00 addr 2 > uhidev0 at uhub4 port 1 configuration 1 interface 0 "ATEN International > product 0x2419" rev 1.10/1.00 addr 3 > uhidev0: iclass 3/1 > ukbd0 at uhidev0: 8 variable keys, 6 key codes > wskbd0 at ukbd0 mux 1 > uhidev1 at uhub4 port 1 configuration 1 interface 1 "ATEN International > product 0x2419" rev 1.10/1.00 addr 3 > uhidev1: iclass 3/1 > ums0 at uhidev1: 3 buttons, Z dir > wsmouse0 at ums0 mux 0 > vscsi0 at root > scsibus5 at vscsi0: 256 targets > softraid0 at root > scsibus6 at softraid0: 256 targets > root on sd0a (e79f04843b412785.a) swap on sd0b dump on sd0b > smc24# > > >
Adjust amd64 IPLs