On Tue, Mar 12, 2024 at 03:40:03PM +1100, Jonathan Gray wrote: > On Sat, Mar 09, 2024 at 02:42:25PM +1300, Avon Robertson wrote: > > I apologise for making this thread so disjointed. I need to > > find a method to include long mails such as this to a previous > > short post. > > > > This diff should avoid the deref you saw, but I fear it will just move > the problem to another function. > > Index: sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_clockpowergating.c > =================================================================== > RCS file: > /cvs/src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_clockpowergating.c,v > diff -u -p -r1.1 smu7_clockpowergating.c > --- sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_clockpowergating.c 7 Jul > 2021 02:38:30 -0000 1.1 > +++ sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_clockpowergating.c 12 Mar > 2024 04:33:25 -0000 > @@ -115,7 +115,8 @@ void smu7_powergate_uvd(struct pp_hwmgr > { > struct smu7_hwmgr *data = (struct smu7_hwmgr *)(hwmgr->backend); > > - data->uvd_power_gated = bgate; > + if (data) > + data->uvd_power_gated = bgate; > > if (bgate) { > amdgpu_device_ip_set_powergating_state(hwmgr->adev, >
1. Prior to applying Jonathan's 2nd patch (~/patches/jsg_patch.01), have: * moved /etc/firmware/amdgpu/* files back from a backup dir, and invoked: # fw_update * cvs released the cvs checked out files in/below /usr/src, and ensured that there were no dirs or files in/below /usr/src * updated my local cvs -current repository, then $ cd /usr $ cvs -qd /cvs co -P src * applied Jonathan's 2nd patch * built and installed a new kernel as root * captured the new kernel boot output on another machine via the com0 serial port. attempts to cold boot normally failed as the system hung with the last output line being: root on sd0a (a_16_digitnumber.a) swap on sd0b dump on sd0b 2. The captured boot output from the 1st boot failed to display when subsequently examined, all of the output viewed on the client machines xterm. On this boot run, I logged in and captured (so I thought because I saw it dispayed,) the output of an invocation of: $ dmesg. I will persevere tomorrow and try to really capture the dmesg output via the serial port. The captured boot output from the 2nd boot is shown below. booting hd0a:/bsd: 17827669+4273168+413728+0+1232896/[1547026+128+1394616+1090966]=0x1a80ce8 entry point at 0x1001000 [ using 4033768 bytes of bsd ELF symbol table ] Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. Copyright (c) 1995-2024 OpenBSD. All rights reserved. https://www.OpenBSD.org OpenBSD 7.5-current (GENERIC.MP) #1: Wed Mar 13 16:59:56 NZDT 2024 a...@wrcm2.xan.priv:/sys/arch/amd64/compile/GENERIC.MP real mem = 34220441600 (32635MB) avail mem = 33161883648 (31625MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 3.3 @ 0xcb7ec000 (74 entries) bios0: vendor American Megatrends Inc. version "5003" date 10/07/2023 bios0: ASUSTeK COMPUTER INC. TUF GAMING X570-PLUS efi0 at bios0: UEFI 2.7 efi0: American Megatrends rev 0x50011 acpi0 at bios0: ACPI 6.2 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP SSDT SSDT SSDT FIDT FPDT MCFG HPET SSDT IVRS VFCT BGRT WPBT TPM2 PCCT SSDT CRAT CDIT SSDT SSDT SSDT SSDT WSMT APIC acpi0: wakeup devices GPP0(S4) GPP2(S4) GPP3(S4) GPP4(S4) GPP5(S4) GPP6(S4) GPP7(S4) X161(S4) X162(S4) GPPA(S4) GPPB(S4) GPPC(S4) GPPD(S4) GPPE(S4) GPPF(S4) GP10(S4) [...] acpitimer0 at acpi0: 3579545 Hz, 32 bits acpimcfg0 at acpi0 acpimcfg0: addr 0xf0000000, bus 0-127 acpihpet0 at acpi0: 14318180 Hz acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 2 (application processor) cpu1: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 4 (application processor) cpu2: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 6 (application processor) cpu3: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 8 (application processor) cpu4: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 10 (application processor) cpu5: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 16 (application processor) cpu6: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu6: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 18 (application processor) cpu7: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu7: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 20 (application processor) cpu8: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu8: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 22 (application processor) cpu9: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu9: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 24 (application processor) cpu10: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu10: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 26 (application processor) cpu11: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu11: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1 (application processor) cpu12: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu12: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 0, package 0 cpu13 at mainbus0: apid 3 (application processor) cpu13: AMD Ryzen 9 5900X 12-Core Processor, 3700.01 MHz, 19-21-02, patch 0a20120e cpu13: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 1, package 0 cpu14 at mainbus0: apid 5 (application processor) cpu14: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu14: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 2, package 0 cpu15 at mainbus0: apid 7 (application processor) cpu15: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu15: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 3, package 0 cpu16 at mainbus0: apid 9 (application processor) cpu16: AMD Ryzen 9 5900X 12-Core Processor, 3700.01 MHz, 19-21-02, patch 0a20120e cpu16: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 4, package 0 cpu17 at mainbus0: apid 11 (application processor) cpu17: AMD Ryzen 9 5900X 12-Core Processor, 3700.01 MHz, 19-21-02, patch 0a20120e cpu17: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 5, package 0 cpu18 at mainbus0: apid 17 (application processor) cpu18: AMD Ryzen 9 5900X 12-Core Processor, 3700.01 MHz, 19-21-02, patch 0a20120e cpu18: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 8, package 0 cpu19 at mainbus0: apid 19 (application processor) cpu19: AMD Ryzen 9 5900X 12-Core Processor, 3700.01 MHz, 19-21-02, patch 0a20120e cpu19: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 9, package 0 cpu20 at mainbus0: apid 21 (application processor) cpu20: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu20: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 10, package 0 cpu21 at mainbus0: apid 23 (applation processor) cpu21: AMD Ryzen 9 5900X 12-Core Processor, 3700.01 MHz, 19-21-02, patch 0a20120e cpu21: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 11, package 0 cpu22 at mainbus0: apid 25 (application processor) cpu22: AMD Ryzen 9 5900X 12-Core Processor, 3700.01 MHz, 19-21-02, patch 0a20120e cpu22: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 12, package 0 cpu23 at mainbus0: apid 27 (application processor) cpu23: AMD Ryzen 9 5900X 12-Core Processor, 3700.00 MHz, 19-21-02, patch 0a20120e cpu23: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,x2APIC,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,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 1, core 13, package 0 ioapic0 at mainbus0: apid 25 pa 0xfec00000, version 21, 24 pins, can't remap ioapic1 at mainbus0: apid 26 pa 0xfec01000, version 21, 32 pins, can't remap acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus 1 (GPP0) acpiprt2 at acpi0: bus -1 (GPP2) acpiprt3 at acpi0: bus -1 (GPP3) acpiprt4 at acpi0: bus -1 (GPP4) acpiprt5 at acpi0: bus -1 (GPP5) acpiprt6 at acpi0: bus -1 (GPP6) acpiprt7 at acpi0: bus -1 (GPP7) acpiprt8 at acpi0: bus 10 (GPP8) acpiprt9 at acpi0: bus -1 (GPP9) acpiprt10 at acpi0: bus -1 (GPPA) acpiprt11 at acpi0: bus -1 (GPPB) acpiprt12 at acpi0: bus -1 (GPPC) acpiprt13 at acpi0: bus -1 (GPPD) acpiprt14 at acpi0: bus -1 (GPPE) acpiprt15 at acpi0: bus -1 (GPPF) acpiprt16 at acpi0: bus -1 (GP10) acpiprt17 at acpi0: bus 11 (GP12) acpiprt18 at acpi0: bus 12 (GP13) acpiprt19 at acpi0: bus -1 (GP30) acpiprt20 at acpi0: bus -1 (GP31) acpiprt21 at acpi0: bus 2 (BXBR) acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000 acpicmos0 at acpi0 com0 at acpi0 UAR1 addr 0x8/0x8 irq 4: ns16550a, 16 byte fifo com0: console acpibtn0 at acpi0: PWRB amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins tpm0 at acpi0 TPM_: unsupported TPM2 start method 2 "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured acpicpu0 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu1 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu2 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu3 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu4 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu5 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu6 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu7 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu8 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu9 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu10 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu11 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu12 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu13 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu14 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu15 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu16 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu17 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu18 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu19 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu20 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu21 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu22 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS acpicpu23 at acpi0: C2(0@18 io@0x414), C1(0@1 mwait), PSS cpu0: 3700 MHz: speeds: 3700 2800 2200 MHz pci0 at mainbus0 bus 0 ksmn0 at pci0 dev 0 function 0 "AMD 17h Root Complex" rev 0x00 "AMD 17h IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured pchb0 at pci0 dev 1 function 0 "AMD 17h Host" rev 0x00 ppb0 at pci0 dev 1 function 1 "AMD 17h PCIE" rev 0x00: msi pci1 at ppb0 bus 1 nvme0 at pci1 dev 0 function 0 "Samsung PM9A1 NVMe" rev 0x00: msix, NVMe 1.3 nvme0: Samsung SSD 980 PRO 500GB, firmware 5B2QGXA7, serial S5GYNX0TA54920R scsibus1 at nvme0: 2 targets, initiator 0 sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 980, 5B2Q> sd0: 476940MB, 512 bytes/sector, 976773168 sectors ppb1 at pci0 dev 1 function 2 "AMD 17h PCIE" rev 0x00: msi pci2 at ppb1 bus 2 ppb2 at pci2 dev 0 function 0 "AMD 500 Series PCIE" rev 0x00 pci3 at ppb2 bus 3 ppb3 at pci3 dev 1 function 0 "AMD 500 Series PCIE" rev 0x00: msi pci4 at ppb3 bus 4 nvme1 at pci4 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00: msix, NVMe 1.3 nvme1: Samsung SSD 970 EVO Plus 1TB, firmware 4B2QEXM7, serial S6P7NF0T425965H scsibus2 at nvme1: 2 targets, initiator 0 sd1 at scsibus2 targ 1 lun 0: <NVMe, Samsung SSD 970, 4B2Q> sd1: 953869MB, 512 bytes/sector, 1953525168 sectors ppb4 at pci3 dev 2 function 0 "AMD 500 Series PCIE" rev 0x00: msi pci5 at ppb4 bus 5 em0 at pci5 dev 0 function 0 "Intel I350" rev 0x01: msi, address 3c:ec:ef:25:d4:92 em1 at pci5 dev 0 function 1 "Intel I350" rev 0x01: msi, address 3c:ec:ef:25:d4:93 ppb5 at pci3 dev 5 function 0 "AMD 500 Series PCIE" rev 0x00: msi pci6 at ppb5 bus 6 re0 at pci6 dev 0 function 0 "Realtek 8168" rev 0x26: RTL8168H/8111H (0x5400), msi, address 04:42:1a:93:04:88 rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0 ppb6 at pci3 dev 8 function 0 "AMD 500 Series PCIE" rev 0x00 pci7 at ppb6 bus 7 vendor "AMD", unknown product 0x1485 (class instrumentation unknown subclass 0x00, rev 0x00) at pci7 dev 0 function 0 not configured xhci0 at pci7 dev 0 function 1 "AMD 17h xHCI" rev 0x00: msi, xHCI 1.10 usb0 at xhci0: USB revision 3.0 uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 xhci1 at pci7 dev 0 function 3 "AMD 17h xHCI" rev 0x00: msix, xHCI 1.10 usb1 at xhci1: USB revision 3.0 uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 ppb7 at pci3 dev 9 function 0 "AMD 500 Series PCIE" rev 0x00 pci8 at ppb7 bus 8 ahci0 at pci8 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1 scsibus3 at ahci0: 32 targets ppb8 at pci3 dev 10 function 0 "AMD 500 Series PCIE" rev 0x00 pci9 at ppb8 bus 9 ahci1 at pci9 dev 0 function 0 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1 scsibus4 at ahci1: 32 targets pchb1 at pci0 dev 2 function 0 "AMD 17h Host" rev 0x00 pchb2 at pci0 dev 3 function 0 "AMD 17h Host" rev 0x00 ppb9 at pci0 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi pci10 at ppb9 bus 10 amdgpu0 at pci10 dev 0 function 0 "ATI Polaris 10" rev 0xe7 drm0 at amdgpu0 amdgpu0: msi azalia0 at pci10 dev 0 function 1 vendor "ATI", unknown product 0xaaf0 rev 0x00: msi azalia0: no supported codecs pchb3 at pci0 dev 4 function 0 "AMD 17h Host" rev 0x00 pchb4 at pci0 dev 5 function 0 "AMD 17h Host" rev 0x00 pchb5 at pci0 dev 7 function 0 "AMD 17h Host" rev 0x00 ppb10 at pci0 dev 7 function 1 "AMD 17h PCIE" rev 0x00 pci11 at ppb10 bus 11 vendor "AMD", unknown product 0x148a (class instrumentation unknown subclass 0x00, rev 0x00) at pci11 dev 0 function 0 not configured pchb6 at pci0 dev 8 function 0 "AMD 17h Host" rev 0x00 ppb11 at pci0 dev 8 function 1 "AMD 17h PCIE" rev 0x00 pci12 at ppb11 bus 12 vendor "AMD", unknown product 0x1485 (class instrumentation unknown subclass 0x00, rev 0x00) at pci12 dev 0 function 0 not configured ccp0 at pci12 dev 0 function 1 "AMD 17h Crypto" rev 0x00 xhci2 at pci12 dev 0 function 3 "AMD 17h xHCI" 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 azalia1 at pci12 dev 0 function 4 "AMD 17h HD Audio" rev 0x00: msi azalia1: codecs: Realtek ALC1200 audio0 at azalia1 piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x61: SMI iic0 at piixpm0 iic0: addr 0x20 00=04 02=01 04=6a 06=6a 08=6a 09=38 0a=0f 0b=0e 0c=03 0d=20 0e=12 0f=43 10=43 13=58 20=04 21=02 22=04 24=6a 26=6a 28=6a 29=14 2a=0f 2b=0e 2c=02 2d=30 2e=12 2f=44 32=58 40=3c 41=10 42=91 43=ad 45=06 46=01 47=03 48= 50=0f 51=07 52=55 53=ff 61=24 words 00=0400 01=0002 02=0100 03=00d4 04=6a00 05=00d4 06=6a00 07=00d4 spdmem0 at iic0 addr 0x52: 16GB DDR4 SDRAM PC4-21300 spdmem1 at iic0 addr 0x53: 16GB DDR4 SDRAM PC4-21300 iic1 at piixpm0 pcib0 at pci0 dev 20 funtion 3 "AMD FCH LPC" rev 0x51 pchb7 at pci0 dev 24 function 0 "AMD 17h Data Fabric" rev 0x00 pchb8 at pci0 dev 24 function 1 "AMD 17h Data Fabric" rev 0x00 pchb9 at pci0 dev 24 function 2 "AMD 17h Data Fabric" rev 0x00 pchb10 at pci0 dev 24 function 3 "AMD 17h Data Fabric" rev 0x00 pchb11 at pci0 dev 24 function 4 "AMD 17h Data Fabric" rev 0x00 pchb12 at pci0 dev 24 function 5 "AMD 17h Data Fabric" rev 0x00 pchb13 at pci0 dev 24 function 6 "AMD 17h Data Fabric" rev 0x00 pchb14 at pci0 dev 24 function 7 "AMD 17h Data Fabric" rev 0x00 isa0 at pcib0 isadma0 at isa0 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 vmm0 at mainbus0: SVM/RVI efifb at mainbus0 not configured uhidev0 at uhub1 port 6 configuration 1 interface 2 "AsusTek Computer Inc. AURA LED Controller" rev 2.00/1.00 addr 2 uhidev0: iclass 3/0, 236 report ids uhid0 at uhidev0 reportid 236: input=64, output=64, feature=0 ugen0 at uhub1 port 6 configuration 1 "AsusTek Computer Inc. AURA LED Controller" rev 2.00/1.00 addr 2 uhub3 at uhub2 port 2 configuration 1 interface 0 "Generic 4-Port USB 2.0 Hub" rev 2.10/0.04 addr 2 uhidev1 at uhub3 port 5 configuration 1 interface 0 "Realtek USB2.0 HID" rev 2.01/1.01 addr 3 uhidev1: iclass 3/0 uhid1 at uhidev1: input=192, output=192, feature=0 uhidev2 at uhub2 port 3 configuration 1 interface 0 "Dell Dell KB216 Wired Keyboard" rev 1.10/1.08 addr 4 uhidev2: iclass 3/1 ukbd0 at uhidev2: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 uhidev3 at uhub2 port 3 configuration 1 interface 1 "Dell Dell KB216 Wired Keyboard" rev 1.10/1.08 addr 4 uhidev3: iclass 3/0, 2 report ids uhid2 at uhidev3 reportid 1: input=1, output=0, feature=0 ucc0 at uhidev3 reportid 2: 20 usages, 14 keys, enum wskbd2 at ucc0 mux 1 vscsi0 at root scsibus5 at vscsi0: 256 targets softraid0 at root scsibus6 at softraid0: 256 targets root on sd0a (cd6f434607620efd.a) swap on sd0b dump on sd0b [drm] *ERROR* ring uvd_enc0 test failed (-60) [drm] *ERROR* hw_init of IP block <uvd_v6_0> failed -60 drm:pid0:amdgpu_device_init *ERROR* amdgpu_device_ip_init failed drm:pid0:amdgpu_driver_load_kms *ERROR* Fatal error during GPU init WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 amdgpu: Failed to force to switch arbf0! WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 WARNING !amdgpu_irq_enabled(adev, src, type) failed at /sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c:626 efifb0 at mainbus0uhub4 at uhub3 port 1 configuration 1 interface 0 "Generic 4-Port USB 2.0 Hub" rev 2.10/0.04 addr 5 ure0 at uhub4 port 2 configuration 1 interface 0 "Realtek USB 10/100/1000 LAN" rev 2.10/33.00 addr 6 ure0: RTL8153D (0x7420), address c8:4b:d6:b1:74:cd Automatic boot in progress: starting file system checks. /dev/sd0a (cd6f434607620efd.a): file system is clean; not checking /dev/sd0l (cd6f434607620efd.l): file system is clean; not checking /dev/sd1b (1278568ec9b3e999.b): file system is clean; not checking /dev/sd0d (cd6f434607620efd.d): file system is clean; not checking /dev/sd1d (1278568ec9b3e999.d): file system is clean; not checking /dev/sd0f (cd6f434607620efd.f): file system is clean; not checking /dev/sd1e (1278568ec9b3e999.e): file system is clean; not checking /dev/sd0g (cd6f434607620efd.g): file system is clean; not checking /dev/sd1f (1278568ec9b3e999.f): file system is clean; not checking /dev/sd0h (cd6f434607620efd.h): file system is clean; not checking /dev/sd0k (cd6f434607620efd.k): file system is clean; not checking /dev/sd1g (1278568ec9b3e999.g): file system is clean; not checking /dev/sd0j (cd6f434607620efd.j): file system is clean; not checking /dev/sd1h (1278568ec9b3e999.h): file system is clean; not checking /dev/sd0e (cd6f434607620efd.e): file system is clean; not checking /dev/sd1j (1278568ec9b3e999.j): file system is clean; not checking /dev/sd1k (1278568ec9b3e999.k): file system is clean; not checking /dev/sd1l (1278568ec9b3e999.l): file system is clean; not checking /dev/sd1m (1278568ec9b3e999.m): file system is clean; not checking /dev/sd1n (1278568ec9b3e999.n): file system is clean; not checking pf enabled starting network reordering: ld.so libc libcrypto sshd. starting early daemons: syslogd pflogd ntpd. starting RPC daemons:. savecore: no core dump checking quotas: done. clearing /tmp kern.securelevel: 0 -> 1 creating runtime link editor directory cache. preserving editor files. starting network daemons: sshd lpd smtpd sndiod. starting local daemons: apmd cron. Wed Mar 13 20:33:12 NZDT 2024 OpenBSD/amd64 (wrcm2.xa(tty00) login: