> From: <ja...@tubnor.net> > Date: Sat, 5 Nov 2022 18:47:23 +1100
Hi Jason, Can you send us the acpidump output (all the files in /var/db/acpi) for this machine? > > -----Original Message----- > > From: Mikhail <mp39...@gmail.com> > > Sent: Wednesday, 2 November 2022 6:43 PM > > To: bugs@openbsd.org > > Cc: ja...@tubnor.net > > Subject: Re: ACPI 6.4 Could not convert 1 to 4 panic > > > > > > Wasn't able to test it, since I don't own the hardware and of course there > > could be more issues even if that one is fixed with the patch. > > > > I think it'd be good to have the patch for archives, in case anyone google > the > > error message. > > > > diff /usr/src > > commit - ba77ede935ace61278da5c3474c6951e0a606318 > > path + /usr/src > > blob - 1a5694c9e4b77cd1223f26d81d8e3c11fd341adb > > file + sys/dev/acpi/dsdt.c > > --- sys/dev/acpi/dsdt.c > > +++ sys/dev/acpi/dsdt.c > > @@ -2035,6 +2035,16 @@ aml_convert(struct aml_value *a, int ctype, int > > clen) > > return a; > > } > > switch (ctype) { > > + case AML_OBJTYPE_PACKAGE: > > + dnprintf(10,"convert to package\n"); > > + switch (a->type) { > > + case AML_OBJTYPE_INTEGER: > > + c = aml_allocvalue(AML_OBJTYPE_PACKAGE, 1, > > NULL); > > + _aml_setvalue(c->v_package[0], > > AML_OBJTYPE_INTEGER, > > + a->v_integer, NULL); > > + break; > > + } > > + break; > > case AML_OBJTYPE_BUFFER: > > dnprintf(10,"convert to buffer\n"); > > switch (a->type) { > > Thanks for the patch Mikhail. This fixed the ACPI issue and the system fully > boots now. Complete installation from a release(8) build and the system runs > as expected. > > I have attached the complete dmesg below if there is any other hardware > features that need to be considered. Hopefully this can be committed to > -current. Thanks again! > > OpenBSD 7.2-current (GENERIC.MP) #2: Fri Nov 4 20:46:44 AEDT 2022 > > mrbuil...@o-snap.in.tubnor.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP > real mem = 16862752768 (16081MB) > avail mem = 16334270464 (15577MB) > random: good seed from bootblocks > mpath0 at root > scsibus0 at mpath0: 256 targets > mainbus0 at root > bios0 at mainbus0: SMBIOS rev. 3.4 @ 0x43d17000 (140 entries) > bios0: vendor LENOVO version "M41KT32A" date 09/12/2022 > bios0: LENOVO 11T8S03M00 > efi0 at bios0: UEFI 2.8 > efi0: American Megatrends rev 0x50018 > acpi0 at bios0: ACPI 6.4 > acpi0: sleep states S0 S3 S4 S5 > acpi0: tables DSDT FACP SSDT FIDT SSDT SSDT SSDT SSDT SSDT HPET APIC MCFG > SSDT UEFI NHLT LPIT SSDT SSDT DBGP DBG2 SSDT DMAR SSDT SSDT SSDT SSDT LUFT > TPM2 PHAT FPDT BGRT WSMT > acpi0: wakeup devices PEG1(S4) PEGP(S4) PEGP(S4) PEGP(S4) PEGP(S4) SIO1(S3) > RP09(S4) PXSX(S4) RP10(S4) PXSX(S4) RP11(S4) PXSX(S4) RP12(S4) PXSX(S4) > RP13(S4) PXSX(S4) [...] > acpitimer0 at acpi0: 3579545 Hz, 24 bits > acpihpet0 at acpi0: 19200000 Hz > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > cpu0 at mainbus0: apid 0 (boot processor) > cpu0: 12th Gen Intel(R) Core(TM) i5-12400, 4390.47 MHz, 06-97-02 > cpu0: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu0: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu0: smt 0, core 0, package 0 > mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges > cpu0: apic clock running at 38MHz > cpu0: mwait min=64, max=64, C-substates=0.2.0.1.0.1.0.1, IBE > cpu1 at mainbus0: apid 1 (application processor) > cpu1: 12th Gen Intel(R) Core(TM) i5-12400, 4390.47 MHz, 06-97-02 > cpu1: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu1: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu1: smt 1, core 0, package 0 > cpu2 at mainbus0: apid 2 (application processor) > cpu2: 12th Gen Intel(R) Core(TM) i5-12400, 4388.68 MHz, 06-97-02 > cpu2: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu2: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu2: smt 0, core 1, package 0 > cpu3 at mainbus0: apid 3 (application processor) > cpu3: 12th Gen Intel(R) Core(TM) i5-12400, 4390.41 MHz, 06-97-02 > cpu3: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu3: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu3: smt 1, core 1, package 0 > cpu4 at mainbus0: apid 4 (application processor) > cpu4: 12th Gen Intel(R) Core(TM) i5-12400, 4190.95 MHz, 06-97-02 > cpu4: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu4: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu4: smt 0, core 2, package 0 > cpu5 at mainbus0: apid 5 (application processor) > cpu5: 12th Gen Intel(R) Core(TM) i5-12400, 4190.94 MHz, 06-97-02 > cpu5: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu5: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu5: smt 1, core 2, package 0 > cpu6 at mainbus0: apid 6 (application processor) > cpu6: 12th Gen Intel(R) Core(TM) i5-12400, 4190.87 MHz, 06-97-02 > cpu6: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu6: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu6: smt 0, core 3, package 0 > cpu7 at mainbus0: apid 7 (application processor) > cpu7: 12th Gen Intel(R) Core(TM) i5-12400, 4190.85 MHz, 06-97-02 > cpu7: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu7: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu7: smt 1, core 3, package 0 > cpu8 at mainbus0: apid 8 (application processor) > cpu8: 12th Gen Intel(R) Core(TM) i5-12400, 3991.35 MHz, 06-97-02 > cpu8: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu8: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu8: smt 0, core 4, package 0 > cpu9 at mainbus0: apid 9 (application processor) > cpu9: 12th Gen Intel(R) Core(TM) i5-12400, 3991.34 MHz, 06-97-02 > cpu9: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu9: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu9: smt 1, core 4, package 0 > cpu10 at mainbus0: apid 10 (application processor) > cpu10: 12th Gen Intel(R) Core(TM) i5-12400, 3991.29 MHz, 06-97-02 > cpu10: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu10: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu10: smt 0, core 5, package 0 > cpu11 at mainbus0: apid 11 (application processor) > cpu11: 12th Gen Intel(R) Core(TM) i5-12400, 3991.28 MHz, 06-97-02 > cpu11: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLU > SH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > MX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,PO > PCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DN > OWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,AD > X,SMAP,CLFLUSHOPT,CLWB,PT,SHA,UMIP,PKU,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SE > NSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES > cpu11: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 18MB 64b/line 9-way L3 cache > cpu11: smt 1, core 5, package 0 > ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins > acpimcfg0 at acpi0 > acpimcfg0: addr 0xc0000000, bus 0-255 > acpiprt0 at acpi0: bus 0 (PC00) > acpiprt1 at acpi0: bus 1 (PEG1) > acpiprt2 at acpi0: bus -1 (RP09) > acpiprt3 at acpi0: bus -1 (RP10) > acpiprt4 at acpi0: bus -1 (RP11) > acpiprt5 at acpi0: bus -1 (RP12) > acpiprt6 at acpi0: bus -1 (RP13) > acpiprt7 at acpi0: bus -1 (RP14) > acpiprt8 at acpi0: bus -1 (RP15) > acpiprt9 at acpi0: bus -1 (RP16) > acpiprt10 at acpi0: bus -1 (RP01) > acpiprt11 at acpi0: bus -1 (RP02) > acpiprt12 at acpi0: bus -1 (RP03) > acpiprt13 at acpi0: bus -1 (RP04) > acpiprt14 at acpi0: bus -1 (RP05) > acpiprt15 at acpi0: bus -1 (RP06) > acpiprt16 at acpi0: bus -1 (RP07) > acpiprt17 at acpi0: bus -1 (RP08) > acpiprt18 at acpi0: bus -1 (RP17) > acpiprt19 at acpi0: bus -1 (RP18) > acpiprt20 at acpi0: bus -1 (RP19) > acpiprt21 at acpi0: bus -1 (RP20) > acpiprt22 at acpi0: bus -1 (RP21) > acpiprt23 at acpi0: bus -1 (RP22) > acpiprt24 at acpi0: bus -1 (RP23) > acpiprt25 at acpi0: bus -1 (RP24) > acpiprt26 at acpi0: bus 2 (RP25) > acpiprt27 at acpi0: bus -1 (RP26) > acpiprt28 at acpi0: bus -1 (RP27) > acpiprt29 at acpi0: bus -1 (RP28) > acpiec0 at acpi0: not present > acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001 > com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo > "ACPI000E" at acpi0 not configured > acpibtn0 at acpi0: SLPB > acpicpu0 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu1 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu2 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu3 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu4 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu5 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu6 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu7 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu8 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu9 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu10 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu11 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x20), > C1(1000@1 mwait.1), PSS > acpicpu12 at acpi0: no cpu matching ACPI ID 12 > acpicpu13 at acpi0: no cpu matching ACPI ID 13 > acpicpu14 at acpi0: no cpu matching ACPI ID 14 > acpicpu15 at acpi0: no cpu matching ACPI ID 15 > acpicpu16 at acpi0: no cpu matching ACPI ID 16 > acpicpu17 at acpi0: no cpu matching ACPI ID 17 > acpicpu18 at acpi0: no cpu matching ACPI ID 18 > acpicpu19 at acpi0: no cpu matching ACPI ID 19 > acpicpu20 at acpi0: no cpu matching ACPI ID 20 > acpicpu21 at acpi0: no cpu matching ACPI ID 21 > acpicpu22 at acpi0: no cpu matching ACPI ID 22 > acpicpu23 at acpi0: no cpu matching ACPI ID 23 > acpicpu24 at acpi0: no cpu matching ACPI ID 24 > acpicpu25 at acpi0: no cpu matching ACPI ID 25 > acpicpu26 at acpi0: no cpu matching ACPI ID 26 > acpicpu27 at acpi0: no cpu matching ACPI ID 27 > acpicpu28 at acpi0: no cpu matching ACPI ID 28 > acpicpu29 at acpi0: no cpu matching ACPI ID 29 > acpicpu30 at acpi0: no cpu matching ACPI ID 30 > acpicpu31 at acpi0: no cpu matching ACPI ID 31 > acpicpu32 at acpi0: no cpu matching ACPI ID 32 > acpicpu33 at acpi0: no cpu matching ACPI ID 33 > acpicpu34 at acpi0: no cpu matching ACPI ID 34 > acpicpu35 at acpi0: no cpu matching ACPI ID 35 > acpicpu36 at acpi0: no cpu matching ACPI ID 36 > acpicpu37 at acpi0: no cpu matching ACPI ID 37 > acpicpu38 at acpi0: no cpu matching ACPI ID 38 > acpicpu39 at acpi0: no cpu matching ACPI ID 39 > acpicpu40 at acpi0: no cpu matching ACPI ID 40 > acpicpu41 at acpi0: no cpu matching ACPI ID 41 > acpicpu42 at acpi0: no cpu matching ACPI ID 42 > acpicpu43 at acpi0: no cpu matching ACPI ID 43 > acpicpu44 at acpi0: no cpu matching ACPI ID 44 > acpicpu45 at acpi0: no cpu matching ACPI ID 45 > acpicpu46 at acpi0: no cpu matching ACPI ID 46 > acpicpu47 at acpi0: no cpu matching ACPI ID 47 > acpicpu48 at acpi0: no cpu matching ACPI ID 48 > acpicpu49 at acpi0: no cpu matching ACPI ID 49 > acpicpu50 at acpi0: no cpu matching ACPI ID 50 > acpicpu51 at acpi0: no cpu matching ACPI ID 51 > acpicpu52 at acpi0: no cpu matching ACPI ID 52 > acpicpu53 at acpi0: no cpu matching ACPI ID 53 > acpicpu54 at acpi0: no cpu matching ACPI ID 54 > acpicpu55 at acpi0: no cpu matching ACPI ID 55 > acpicpu56 at acpi0: no cpu matching ACPI ID 56 > acpicpu57 at acpi0: no cpu matching ACPI ID 57 > acpicpu58 at acpi0: no cpu matching ACPI ID 58 > acpicpu59 at acpi0: no cpu matching ACPI ID 59 > acpicpu60 at acpi0: no cpu matching ACPI ID 60 > acpicpu61 at acpi0: no cpu matching ACPI ID 61 > acpicpu62 at acpi0: no cpu matching ACPI ID 62 > acpicpu63 at acpi0: no cpu matching ACPI ID 63 > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "INT33A1" at acpi0 not configured > acpibtn1 at acpi0: PWRB > tpm0 at acpi0 TPM_ 2.0 (TIS) addr 0xfed40000/0x5000, device 0x001d15d1 rev > 0x36 > "INTC1041" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C0B" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > acpipwrres0 at acpi0: BTRT > acpipwrres1 at acpi0: WRST > acpipwrres2 at acpi0: FN00, resource for FAN0 > acpipwrres3 at acpi0: FN01, resource for FAN1 > acpipwrres4 at acpi0: FN02, resource for FAN2 > acpipwrres5 at acpi0: FN03, resource for FAN3 > acpipwrres6 at acpi0: FN04, resource for FAN4 > acpitz0 at acpi0: critical temperature is 105 degC > acpipwrres7 at acpi0: PIN_ > acpivideo0 at acpi0: GFX0 > acpivout0 at acpivideo0: DD1F > acpivout1 at acpivideo0: DD2F > cpu0: Enhanced SpeedStep 4390 MHz: speeds: 2501, 2500, 2400, 2300, 2100, > 2000, 1900, 1800, 1600, 1500, 1400, 1300, 1200, 1000, 900, 800 MHz > pci0 at mainbus0 bus 0 > 0:31:5: mem address conflict 0xfe010000/0x1000 > pchb0 at pci0 dev 0 function 0 "Intel Core 12G Host" rev 0x02 > ppb0 at pci0 dev 1 function 0 "Intel Core 12G PCIE" rev 0x02: msi > pci1 at ppb0 bus 1 > em0 at pci1 dev 0 function 0 "Intel I350" rev 0x01: msi, address > 50:7c:6f:01:95:80 > em1 at pci1 dev 0 function 1 "Intel I350" rev 0x01: msi, address > 50:7c:6f:01:95:81 > em2 at pci1 dev 0 function 2 "Intel I350" rev 0x01: msi, address > 50:7c:6f:01:95:82 > em3 at pci1 dev 0 function 3 "Intel I350" rev 0x01: msi, address > 50:7c:6f:01:95:83 > inteldrm0 at pci0 dev 2 function 0 "Intel UHD Graphics 730" rev 0x0c > drm0 at inteldrm0 > inteldrm0: msi, ALDERLAKE_S, gen 12 > "Intel Core 12G DTT" rev 0x02 at pci0 dev 4 function 0 not configured > xhci0 at pci0 dev 20 function 0 "Intel 600 Series xHCI" rev 0x11: msi, xHCI > 1.20 > usb0 at xhci0: USB revision 3.0 > uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev > 3.00/1.00 addr 1 > "Intel 600 Series Shared SRAM" rev 0x11 at pci0 dev 20 function 2 not > configured > iwx0 at pci0 dev 20 function 3 "Intel Wi-Fi 6 AX211" rev 0x11, msix > dwiic0 at pci0 dev 21 function 0 "Intel 600 Series I2C" rev 0x11: apic 2 int > 27 > iic0 at dwiic0 > "Intel 600 Series HECI" rev 0x11 at pci0 dev 22 function 0 not configured > ahci0 at pci0 dev 23 function 0 "Intel 600 Series AHCI" rev 0x11: msi, AHCI > 1.3.1 > ahci0: PHY offline on port 4 > ahci0: PHY offline on port 5 > ahci0: PHY offline on port 6 > ahci0: PHY offline on port 7 > scsibus1 at ahci0: 32 targets > ppb1 at pci0 dev 26 function 0 "Intel 600 Series PCIE" rev 0x11: msi > pci2 at ppb1 bus 2 > nvme0 at pci2 dev 0 function 0 vendor "Union Memory", unknown product 0x6303 > rev 0x03: msix, NVMe 1.3 > nvme0: UMIS RPETJ512MGE2QDQ, firmware 1.5Q0630, serial SS0L25217X8RC25J425S > scsibus2 at nvme0: 2 targets, initiator 0 > sd0 at scsibus2 targ 1 lun 0: <NVMe, UMIS RPETJ512MGE, 1.5Q> > sd0: 488386MB, 512 bytes/sector, 1000215216 sectors > pcib0 at pci0 dev 31 function 0 vendor "Intel", unknown product 0x7a83 rev > 0x11 > azalia0 at pci0 dev 31 function 3 "Intel 600 Series HD Audio" rev 0x11: msi > azalia0: codecs: Realtek ALC897, Intel/0x2815, using Realtek ALC897 > audio0 at azalia0 > ichiic0 at pci0 dev 31 function 4 "Intel 600 Series SMBus" rev 0x11: apic 2 > int 18 > iic1 at ichiic0 > spdmem0 at iic1 addr 0x51: 8GB DDR4 SDRAM PC4-25600 > spdmem1 at iic1 addr 0x53: 8GB DDR4 SDRAM PC4-25600 > "Intel 600 Series SPI" rev 0x11 at pci0 dev 31 function 5 not configured > em4 at pci0 dev 31 function 6 "Intel I219-LM" rev 0x11: msi, address > 04:7c:16:26:cd:0d > isa0 at pcib0 > isadma0 at isa0 > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > pckbd0 at pckbc0 (kbd slot) > wskbd0 at pckbd0: console keyboard > pcppi0 at isa0 port 0x61 > spkr0 at pcppi0 > vmm0 at mainbus0: VMX/EPT > efifb at mainbus0 not configured > uhidev0 at uhub0 port 1 configuration 1 interface 0 "CHICONY HP Basic USB > Keyboard" rev 1.10/3.00 addr 2 > uhidev0: iclass 3/1 > ukbd0 at uhidev0: 8 variable keys, 6 key codes > wskbd1 at ukbd0 mux 1 > vscsi0 at root > scsibus3 at vscsi0: 256 targets > softraid0 at root > scsibus4 at softraid0: 256 targets > root on sd0a (300786ae18608394.a) swap on sd0b dump on sd0b > inteldrm0: 1680x1050, 32bpp > wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 > wskbd1: connecting to wsdisplay0 > wsdisplay0: screen 1-5 added (std, vt100 emulation) > iwx0: hw rev 0x430, fw 64.97bbee0a.0, address 2c:33:58:4e:cc:dd > >