On Tue, Jul 28, 2020 at 01:09:51PM +0200, Mark Kettenis wrote:
> > Date: Tue, 28 Jul 2020 11:16:56 +0100
> > From: Jason McIntyre <j...@kerhand.co.uk>
> > 
> > On Tue, Jul 28, 2020 at 11:12:21AM +0200, Mark Kettenis wrote:
> > > > Date: Tue, 28 Jul 2020 13:46:34 +1000
> > > > From: Jonathan Matthew <jonat...@d14n.org>
> > > > 
> > > > On Mon, Jul 27, 2020 at 05:16:47PM +0200, Mark Kettenis wrote:
> > > > > > Date: Mon, 27 Jul 2020 17:02:41 +0200 (CEST)
> > > > > > From: Mark Kettenis <mark.kette...@xs4all.nl>
> > > > > > 
> > > > > > Recent ACPI versions have deprecated "Processor()" nodes in favout 
> > > > > > of
> > > > > > "Device()" nodes with a _HID() method that returns "ACPI0007".  This
> > > > > > diff tries to support machines with firmware that implements this.  
> > > > > > If
> > > > > > you see something like:
> > > > > > 
> > > > > >   "ACPI0007" at acpi0 not configured
> > > > > > 
> > > > > > please try the following diff and report back with an updated dmesg.
> > > > > > 
> > > > > > Cheers,
> > > > > > 
> > > > > > Mark
> > > > > 
> > > > > And now with the right diff...
> > > > 
> > > > On a dell r6415, it looks like this:
> > > > 
> > > > acpicpu0 at acpi0copyvalue: 6: C1(@1 halt!)
> > > > all the way up to
> > > > acpicpu127 at acpi0copyvalue: 6: no cpu matching ACPI ID 127
> > > > 
> > > > which I guess means aml_copyvalue() needs to learn how to copy 
> > > > AML_OBJTYPE_DEVICE.
> > > 
> > > Yes.  It is not immediately obvious how this should work.  Do we need
> > > to copy the aml_node pointer or not?  We don't do that for
> > > AML_OBJTYPE_PROCESSOR and AML_OBJTYPE_POWERRSRC types which are
> > > similar to AML_OBJTYPE_DEVICE.  But AML_OBJTYPE_DEVICE object don't
> > > carry any additional information.  So we end up with just an empty
> > > case to avoid the warning.
> > > 
> > > Does this work on the Dell machines?
> > > 
> > > 
> > > Index: dev/acpi/dsdt.c
> > > ===================================================================
> > > RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v
> > > retrieving revision 1.252
> > > diff -u -p -r1.252 dsdt.c
> > > --- dev/acpi/dsdt.c       21 Jul 2020 03:48:06 -0000      1.252
> > > +++ dev/acpi/dsdt.c       28 Jul 2020 09:04:15 -0000
> > > @@ -996,6 +996,8 @@ aml_copyvalue(struct aml_value *lhs, str
> > >           lhs->v_objref = rhs->v_objref;
> > >           aml_addref(lhs->v_objref.ref, "");
> > >           break;
> > > + case AML_OBJTYPE_DEVICE:
> > > +         break;
> > >   default:
> > >           printf("copyvalue: %x", rhs->type);
> > >           break;
> > > 
> > 
> > morning. it displays this here:
> > 
> >     acpicpu0 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> > mwait), PSS
> >     acpicpu1 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> > mwait), PSS
> >     acpicpu2 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> > mwait), PSS
> >     acpicpu3 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> > mwait), PSS
> >     acpicpu4 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> > mwait), PSS
> >     acpicpu5 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> > mwait), PSS
> >     acpicpu6 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> > mwait), PSS
> >     acpicpu7 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 
> > mwait), PSS
> >     acpicpu8 at acpi0: no cpu matching ACPI ID 8
> >     acpicpu9 at acpi0: no cpu matching ACPI ID 9
> >     acpicpu10 at acpi0: no cpu matching ACPI ID 10
> >     acpicpu11 at acpi0: no cpu matching ACPI ID 11
> >     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
> 
> Excellent!
> 
> We may want to do something about those "no cpu matching ACPU ID XX"
> messages at some point.  But that's a diff for another day.
> 
> So ok's for both diffs are welcome.

reads fine and clearly improves things for limited function ACPI
systems.

ok brynet@

> Cheers,
> 
> Mark
> 
> P.S. I've also established that that the EC-related messages are
> indeed harmless and a result of sloppy BIOS writers.
> 
> > OpenBSD 6.7-current (GENERIC.MP) #3: Tue Jul 28 10:59:50 BST 2020
> >     jmc@kansas:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> > real mem = 7895654400 (7529MB)
> > avail mem = 7641284608 (7287MB)
> > random: good seed from bootblocks
> > mpath0 at root
> > scsibus0 at mpath0: 256 targets
> > mainbus0 at root
> > bios0 at mainbus0: SMBIOS rev. 3.2 @ 0xca707000 (77 entries)
> > bios0: vendor Dell Inc. version "1.1.0" date 05/27/2020
> > bios0: Dell Inc. Inspiron 5505
> > acpi0 at bios0: ACPI 5.0Undefined scope: \\_SB_.PCI0.LPC0.EC0_
> > 
> > acpi0: sleep states S0 S4 S5
> > acpi0: tables DSDT FACP UEFI SSDT IVRS SSDT TPM2 MSDM ASF! BOOT HPET APIC 
> > MCFG SLIC SSDT WSMT VFCT SSDT SSDT CRAT CDIT SSDT SSDT SSDT SSDT FPDT SSDT 
> > SSDT SSDT SSDT SSDT SSDT SSDT BGRT
> > acpi0: wakeup devices GP17(S4)
> > acpitimer0 at acpi0: 3579545 Hz, 32 bits
> > acpihpet0 at acpi0: 14318180 Hz
> > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> > cpu0 at mainbus0: apid 0 (boot processor)
> > cpu0: AMD Ryzen 7 4700U with Radeon Graphics, 1996.48 MHz, 17-60-01
> > 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,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,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu0: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> > cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu0: smt 0, core 0, package 0
> > mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> > cpu0: apic clock running at 99MHz
> > cpu0: mwait min=64, max=64, C-substates=1.1, IBE
> > cpu1 at mainbus0: apid 1 (application processor)
> > cpu1: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> > 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,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,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu1: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> > cpu1: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu1: smt 0, core 1, package 0
> > cpu2 at mainbus0: apid 2 (application processor)
> > cpu2: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> > 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,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,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu2: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> > cpu2: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu2: smt 0, core 2, package 0
> > cpu3 at mainbus0: apid 3 (application processor)
> > cpu3: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> > 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,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,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu3: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> > cpu3: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu3: smt 0, core 3, package 0
> > cpu4 at mainbus0: apid 4 (application processor)
> > cpu4: AMD Ryzen 7 4700U with Radeon Graphics, 1996.26 MHz, 17-60-01
> > 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,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,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu4: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> > cpu4: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu4: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu4: disabling user TSC (skew=260)
> > cpu4: smt 0, core 4, package 0
> > cpu5 at mainbus0: apid 5 (application processor)
> > cpu5: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> > 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,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,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu5: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> > cpu5: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu5: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu5: disabling user TSC (skew=110)
> > cpu5: smt 0, core 5, package 0
> > cpu6 at mainbus0: apid 6 (application processor)
> > cpu6: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> > 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,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,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu6: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> > cpu6: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu6: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu6: smt 0, core 6, package 0
> > cpu7 at mainbus0: apid 7 (application processor)
> > cpu7: AMD Ryzen 7 4700U with Radeon Graphics, 1996.25 MHz, 17-60-01
> > 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,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,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,IBPB,IBRS,STIBP,SSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> > cpu7: 32KB 64b/line 8-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 
> > 64b/line 8-way L2 cache, 8MB 64b/line disabled L3 cache
> > cpu7: ITLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu7: DTLB 64 4KB entries fully associative, 64 4MB entries fully 
> > associative
> > cpu7: disabling user TSC (skew=-170)
> > cpu7: smt 0, core 7, package 0
> > ioapic0 at mainbus0: apid 33 pa 0xfec00000, version 21, 24 pins, can't remap
> > ioapic1 at mainbus0: apid 34 pa 0xfec01000, version 21, 32 pins, can't remap
> > acpimcfg0 at acpi0
> > acpimcfg0: addr 0xf8000000, bus 0-63
> > acpiprt0 at acpi0: bus 0 (PCI0)
> > acpiprt1 at acpi0: bus -1 (GPP0)
> > acpiprt2 at acpi0: bus 1 (GPP1)
> > acpiprt3 at acpi0: bus -1 (GPP2)
> > acpiprt4 at acpi0: bus -1 (GPP3)
> > acpiprt5 at acpi0: bus 2 (GPP4)
> > acpiprt6 at acpi0: bus -1 (GPP5)
> > acpiprt7 at acpi0: bus -1 (GPP6)
> > acpiprt8 at acpi0: bus 3 (GP17)
> > acpiprt9 at acpi0: bus 4 (GP18)
> > acpiprt10 at acpi0: bus -1 (GP19)
> > acpiec0 at acpi0
> > acpiec0: Not running on HW-Reduced ACPI type 134
> > acpipwrres0 at acpi0: WRST
> > acpipwrres1 at acpi0: P0U0, resource for XHC0
> > acpipwrres2 at acpi0: P3U0, resource for XHC0
> > acpipwrres3 at acpi0: P0U1, resource for XHC1
> > acpipwrres4 at acpi0: P3U1, resource for XHC1
> > acpipwrres5 at acpi0: P0S0, resource for SATA
> > acpipwrres6 at acpi0: P3S0, resource for SATA
> > acpipwrres7 at acpi0: P0S1, resource for SAT1
> > acpipwrres8 at acpi0: P3S1, resource for SAT1
> > acpitz0 at acpi0: critical temperature is 115 degC
> > "ACPI0010" at acpi0 not configured
> > acpicpu0 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 mwait), 
> > PSS
> > acpicpu1 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 mwait), 
> > PSS
> > acpicpu2 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 mwait), 
> > PSS
> > acpicpu3 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 mwait), 
> > PSS
> > acpicpu4 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 mwait), 
> > PSS
> > acpicpu5 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 mwait), 
> > PSS
> > acpicpu6 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 mwait), 
> > PSS
> > acpicpu7 at acpi0: C3(0@350 io@0x415), C2(0@400 io@0x414), C1(0@1 mwait), 
> > PSS
> > acpicpu8 at acpi0: no cpu matching ACPI ID 8
> > acpicpu9 at acpi0: no cpu matching ACPI ID 9
> > acpicpu10 at acpi0: no cpu matching ACPI ID 10
> > acpicpu11 at acpi0: no cpu matching ACPI ID 11
> > 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
> > acpibtn0 at acpi0: PWRB
> > acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
> > extent `acpipci0 pcibus' (0x0 - 0xff), flags=0
> > extent `acpipci0 pciio' (0x0 - 0xffffffff), flags=0
> >      0xcf8 - 0xcff
> >      0x10000 - 0xffffffff
> > extent `acpipci0 pcimem' (0x0 - 0xffffffffffffffff), flags=0
> >      0x0 - 0x9ffff
> >      0xf0000 - 0xcfffffff
> >      0xf8000000 - 0xfbffffff
> >      0xfed40000 - 0x2501fffff
> >      0xfd00000000 - 0xffffffffffffffff
> > acpicmos0 at acpi0
> > acpiac0 at acpi0: AC unit offline
> > acpibat0 at acpi0: BAT0 model "DELL 9077G06" serial   714 type LIP oem 
> > "SMP-ATL3.56"
> > acpibtn1 at acpi0: LID_
> > acpibtn2 at acpi0: SBTN
> > "PNP0C14" at acpi0 not configured
> > "DELLABCE" at acpi0 not configured
> > amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins
> > dwiic0 at acpi0 I2CD addr 0xfedc5000/0x1000 irq 6
> > iic0 at dwiic0
> > ihidev0 at iic0 addr 0x2c gpio 9, vendor 0x4f3 product 0x3147, DELL0A1E
> > ihidev0: 14 report ids
> > imt0 at ihidev0: clickpad, 5 contacts
> > wsmouse0 at imt0 mux 0
> > ims0 at ihidev0 reportid 1: 2 buttons
> > wsmouse1 at ims0 mux 0
> > hid at ihidev0 reportid 5 not configured
> > hid at ihidev0 reportid 6 not configured
> > hid at ihidev0 reportid 7 not configured
> > hid at ihidev0 reportid 11 not configured
> > hid at ihidev0 reportid 12 not configured
> > hid at ihidev0 reportid 13 not configured
> > ims1 at ihidev0 reportid 14
> > ims1: mouse has no X report
> > "MSFT0101" at acpi0 not configured
> > "ACPI000E" at acpi0 not configured
> > "AMD0005" at acpi0 not configured
> > "USBC000" at acpi0 not configured
> > acpivideo0 at acpi0: VGA_
> > acpivout0 at acpivideo0: LCD_
> > cpu0: 1996 MHz: speeds: 2000 1700 1400 MHz
> > pci0 at mainbus0 bus 0
> > pchb0 at pci0 dev 0 function 0 "AMD 17h/6xh Root Complex" rev 0x00
> > "AMD 17h/6xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
> > pchb1 at pci0 dev 1 function 0 "AMD 17h/6xh Host" rev 0x00
> > ppb0 at pci0 dev 1 function 2 "AMD 17h/6xh PCIE" rev 0x00: msi
> > pci1 at ppb0 bus 1
> > nvme0 at pci1 dev 0 function 0 "SSSTC CL1" rev 0x03: msix, NVMe 1.3
> > nvme0: CL1-3D256-Q11 NVMe SSSTC 256GB, firmware 22301114, serial 
> > TW0TN2CC9DH0006409IV
> > scsibus1 at nvme0: 2 targets, initiator 0
> > sd0 at scsibus1 targ 1 lun 0: <NVMe, CL1-3D256-Q11 NV, 2230>
> > sd0: 244198MB, 512 bytes/sector, 500118192 sectors
> > pchb2 at pci0 dev 2 function 0 "AMD 17h/6xh Host" rev 0x00
> > ppb1 at pci0 dev 2 function 2 "AMD 17h/6xh PCIE" rev 0x00: msi
> > pci2 at ppb1 bus 2
> > iwx0 at pci2 dev 0 function 0 "Intel Wi-Fi 6 AX200" rev 0x1a, msix
> > pchb3 at pci0 dev 8 function 0 "AMD 17h/6xh Host" rev 0x00
> > ppb2 at pci0 dev 8 function 1 "AMD 17h/6xh PCIE" rev 0x00
> > pci3 at ppb2 bus 3
> > amdgpu0 at pci3 dev 0 function 0 "ATI Renoir" rev 0xc2
> > drm0 at amdgpu0
> > amdgpu0: msi
> > azalia0 at pci3 dev 0 function 1 "ATI Renoir HD Audio" rev 0x00: msi
> > azalia0: no supported codecs
> > ccp0 at pci3 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00
> > xhci0 at pci3 dev 0 function 3 "AMD 17h/6xh 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 pci3 dev 0 function 4 "AMD 17h/6xh xHCI" rev 0x00: msi, 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
> > "AMD 17h/1xh I2S Audio" rev 0x01 at pci3 dev 0 function 5 not configured
> > azalia1 at pci3 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: apic 34 
> > int 12
> > azalia1: codecs: Realtek/0x0236
> > audio0 at azalia1
> > ppb3 at pci0 dev 8 function 2 "AMD 17h/6xh PCIE" rev 0x00
> > pci4 at ppb3 bus 4
> > ahci0 at pci4 dev 0 function 0 "AMD FCH AHCI" rev 0x81: msi, AHCI 1.3.1
> > scsibus2 at ahci0: 32 targets
> > ahci1 at pci4 dev 0 function 1 "AMD FCH AHCI" rev 0x81: msi, AHCI 1.3.1
> > scsibus3 at ahci1: 32 targets
> > piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x51: SMI
> > iic1 at piixpm0
> > spdmem0 at iic1 addr 0x50: 8GB DDR4 SDRAM PC4-25600 SO-DIMM
> > iic2 at piixpm0
> > pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
> > pchb4 at pci0 dev 24 function 0 "AMD 17h/6xh Data Fabric" rev 0x00
> > pchb5 at pci0 dev 24 function 1 "AMD 17h/6xh Data Fabric" rev 0x00
> > pchb6 at pci0 dev 24 function 2 "AMD 17h/6xh Data Fabric" rev 0x00
> > pchb7 at pci0 dev 24 function 3 "AMD 17h/6xh Data Fabric" rev 0x00
> > pchb8 at pci0 dev 24 function 4 "AMD 17h/6xh Data Fabric" rev 0x00
> > pchb9 at pci0 dev 24 function 5 "AMD 17h/6xh Data Fabric" rev 0x00
> > pchb10 at pci0 dev 24 function 6 "AMD 17h/6xh Data Fabric" rev 0x00
> > pchb11 at pci0 dev 24 function 7 "AMD 17h/6xh 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: console keyboard
> > pms0 at pckbc0 (aux slot)
> > wsmouse2 at pms0 mux 0
> > pms0: Elantech Clickpad, version 4, firmware 0x5f1001
> > pcppi0 at isa0 port 0x61
> > spkr0 at pcppi0
> > vmm0 at mainbus0: SVM/RVI
> > efifb at mainbus0 not configured
> > uvideo0 at uhub1 port 2 configuration 1 interface 0 
> > "CN0HK46K8LG00057HD89A02 Integrated_Webcam_HD" rev 2.01/81.76 addr 2
> > video0 at uvideo0
> > ugen0 at uhub1 port 3 "Intel Bluetooth" rev 2.01/0.01 addr 3
> > umass0 at uhub1 port 5 configuration 1 interface 0 "Kingston DataTraveler 
> > 3.0" rev 3.00/1.10 addr 4
> > umass0: using SCSI over Bulk-Only
> > scsibus4 at umass0: 2 targets, initiator 0
> > sd1 at scsibus4 targ 1 lun 0: <Kingston, DataTraveler 3.0, PMAP> removable 
> > serial.09511666BF9158174B91
> > sd1: 14784MB, 512 bytes/sector, 30277632 sectors
> > vscsi0 at root
> > scsibus5 at vscsi0: 256 targets
> > softraid0 at root
> > scsibus6 at softraid0: 256 targets
> > root on sd1a (6d9e38184cd52e60.a) swap on sd1b dump on sd1b
> > iwx0: hw rev 0x340, fw ver 48.1335886879.0, address 8c:c6:81:42:ff:4a
> > initializing kernel modesetting (RENOIR 0x1002:0x1636 0x1028:0x0A1E 0xC2).
> > sos fw version = 0x110049.
> > SMU driver if version not matched
> > amdgpu0: 1920x1080, 32bpp
> > wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
> > wsdisplay0: screen 1-5 added (std, vt100 emulation)
> > 
> 
> 

Reply via email to