I have question about a performance quirk on OpenBSD, but I'm not really sure how to address it, or what the root cause even is; that being how multithreaded applications (libpthread?) behave (notably, games).
I have tested many applications, the behavior is the same in all of them, but I'll talk about OpenMW (an open-source game engine for morrowind) since I have the most useful information about how this program is threaded. By default, OpenMW uses 4 threads (cited here: https://openmw.readthedocs.io/en/stable/reference/modding/settings/cells.html), one for main/generic processing, one for graphics, one for audio, and one for preloading terrain. You can see this if you look at the thread usage under top while running the game; however, this is exactly where my question comes into play. Instead of each thread processing the game independently with their own limits, each thread is "capped" to the total limit of one thread (I.E. instead of openmw's process using 100% of 4 threads, or 400% cpu in top, instead the process uses 25% across 4 threads, or 100% cpu in top). I tested this using GENERIC instead of GENERIC.MP as well, and get identical performance on the one thread; it's almost like pthreads is acting as a placeholder of sorts and not actually improving performance where it should. Is it a lock (spin is at 0)? A placeholder? A limitation of how Ryzen SMP is implemented? I'd be happy to do any additional testing, I have a fresh -current source tree ready dmesg OpenBSD 6.6-current (GENERIC.MP) #75: Tue Mar 24 12:56:37 MDT 2020 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 16603250688 (15834MB) avail mem = 16087437312 (15342MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 3.1 @ 0x986ec000 (62 entries) bios0: vendor LENOVO version "R0UET76W (1.56 )" date 11/05/2019 bios0: LENOVO 20KVCTO1WW acpi0 at bios0: ACPI 5.0 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP SSDT SSDT CRAT CDIT UEFI MSDM BATB HPET APIC MCFG SBST WSMT IVRS FPDT SSDT SSDT SSDT UEFI SSDT acpi0: wakeup devices GPP0(S3) GPP1(S3) GPP2(S3) GPP3(S3) GPP4(S3) GPP5(S3) GPP6(S3) GP17(S3) XHC0(S3) XHC1(S3) GP18(S3) LID_(S3) SLPB(S3) 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 5 2500U with Radeon Vega Mobile Gfx, 1996.61 MHz, 17-11-00 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,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu0: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way 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 24MHz cpu0: mwait min=64, max=64, C-substates=1.1, IBE cpu1 at mainbus0: apid 1 (application processor) cpu1: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx, 1996.23 MHz, 17-11-00 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,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu1: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way 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 1, core 0, package 0 cpu2 at mainbus0: apid 2 (application processor) cpu2: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx, 1996.23 MHz, 17-11-00 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,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu2: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way 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 1, package 0 cpu3 at mainbus0: apid 3 (application processor) cpu3: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx, 1996.23 MHz, 17-11-00 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,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu3: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way 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 1, core 1, package 0 cpu4 at mainbus0: apid 4 (application processor) cpu4: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx, 1996.23 MHz, 17-11-00 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,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu4: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way 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: smt 0, core 2, package 0 cpu5 at mainbus0: apid 5 (application processor) cpu5: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx, 1996.23 MHz, 17-11-00 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,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu5: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way 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: smt 1, core 2, package 0 cpu6 at mainbus0: apid 6 (application processor) cpu6: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx, 1996.23 MHz, 17-11-00 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,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu6: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way 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 3, package 0 cpu7 at mainbus0: apid 7 (application processor) cpu7: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx, 1996.23 MHz, 17-11-00 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,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES cpu7: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way 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: smt 1, core 3, package 0 ioapic0 at mainbus0: apid 32 pa 0xfec00000, version 21, 24 pins, can't remap ioapic1 at mainbus0: apid 33 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 2 (GPP1) acpiprt3 at acpi0: bus 3 (GPP2) acpiprt4 at acpi0: bus -1 (GPP3) acpiprt5 at acpi0: bus -1 (GPP4) acpiprt6 at acpi0: bus 4 (GPP5) acpiprt7 at acpi0: bus -1 (GPP6) acpiprt8 at acpi0: bus 5 (GP17) acpiprt9 at acpi0: bus 6 (GP18) acpiec0 at acpi0 acpicpu0 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS acpicpu1 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS acpicpu2 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS acpicpu3 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS acpicpu4 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS acpicpu5 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS acpicpu6 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS acpicpu7 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS acpipwrres0 at acpi0: P0ST, resource for SATA acpipwrres1 at acpi0: P3ST, resource for SATA acpibtn0 at acpi0: PWRB acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000 acpicmos0 at acpi0 acpibat0 at acpi0: BAT0 model "01AV445" serial 1135 type LiP oem "LGC" acpiac0 at acpi0: AC unit online acpithinkpad0 at acpi0: version 2.0 "SMB0001" at acpi0 not configured acpibtn1 at acpi0: LID_ acpibtn2 at acpi0: SLPB "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured "USBC000" at acpi0 not configured acpivideo0 at acpi0: VGA_ acpivout0 at acpivideo0: LCD_ cpu0: 1996 MHz: speeds: 2000 1700 1600 MHz pci0 at mainbus0 bus 0 ksmn0 at pci0 dev 0 function 0 "AMD 17h/1xh Root Complex" rev 0x00 "AMD 17h/1xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured pchb0 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00 ppb0 at pci0 dev 1 function 1 "AMD 17h/1xh PCIE" rev 0x00: msi pci1 at ppb0 bus 1 nvme0 at pci1 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00: msix, NVMe 1.3 nvme0: Samsung SSD 970 EVO 250GB, firmware 2B2QEXE7, serial S465NB0K585848E scsibus1 at nvme0: 2 targets, initiator 0 sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 970, 2B2Q> sd0: 238475MB, 512 bytes/sector, 488397168 sectors ppb1 at pci0 dev 1 function 2 "AMD 17h/1xh PCIE" rev 0x00: msi pci2 at ppb1 bus 2 re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x10: RTL8168GU/8111GU (0x5080), msi, address e8:6a:64:19:4b:e7 rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0 ppb2 at pci0 dev 1 function 3 "AMD 17h/1xh PCIE" rev 0x00: msi pci3 at ppb2 bus 3 sdhc0 at pci3 dev 0 function 0 "O2 Micro 0Z8621 SD/MMC" rev 0x01: apic 33 int 8 sdhc0: SDHC 4.0, 50 MHz base clock sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma ppb3 at pci0 dev 1 function 6 "AMD 17h/1xh PCIE" rev 0x00: msi pci4 at ppb3 bus 4 vendor "Atheros", unknown product 0x0042 (class network subclass miscellaneous, rev 0x31) at pci4 dev 0 function 0 not configured pchb1 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00 ppb4 at pci0 dev 8 function 1 "AMD 17h/1xh PCIE" rev 0x00 pci5 at ppb4 bus 5 amdgpu0 at pci5 dev 0 function 0 "ATI Radeon Vega" rev 0xc4 drm0 at amdgpu0 amdgpu0: msi azalia0 at pci5 dev 0 function 1 "ATI Radeon Vega HD Audio" rev 0x00: msi azalia0: no supported codecs ccp0 at pci5 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00 xhci0 at pci5 dev 0 function 3 "AMD 17h/1xh 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 pci5 dev 0 function 4 "AMD 17h/1xh 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 azalia1 at pci5 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: apic 33 int 30 azalia1: codecs: Conexant/0x5111 audio0 at azalia1 ppb5 at pci0 dev 8 function 2 "AMD 17h/1xh PCIE" rev 0x00 pci6 at ppb5 bus 6 ahci0 at pci6 dev 0 function 0 "AMD FCH AHCI" rev 0x61: msi, AHCI 1.3.1 ahci0: port 0: 6.0Gb/s scsibus2 at ahci0: 32 targets sd1 at scsibus2 targ 0 lun 0: <ATA, Samsung SSD 850, EMT0> naa.5002538d4062b98e sd1: 238475MB, 512 bytes/sector, 488397168 sectors, thin piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x61: SMI iic0 at piixpm0 spdmem0 at iic0 addr 0x50: 8GB DDR4 SDRAM PC4-19200 SO-DIMM spdmem1 at iic0 addr 0x52: 8GB DDR4 SDRAM PC4-19200 SO-DIMM iic1 at piixpm0 pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51 pchb2 at pci0 dev 24 function 0 "AMD 17h/1xh Data Fabric" rev 0x00 pchb3 at pci0 dev 24 function 1 "AMD 17h/1xh Data Fabric" rev 0x00 pchb4 at pci0 dev 24 function 2 "AMD 17h/1xh Data Fabric" rev 0x00 pchb5 at pci0 dev 24 function 3 "AMD 17h/1xh Data Fabric" rev 0x00 pchb6 at pci0 dev 24 function 4 "AMD 17h/1xh Data Fabric" rev 0x00 pchb7 at pci0 dev 24 function 5 "AMD 17h/1xh Data Fabric" rev 0x00 pchb8 at pci0 dev 24 function 6 "AMD 17h/1xh Data Fabric" rev 0x00 pchb9 at pci0 dev 24 function 7 "AMD 17h/1xh 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) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 pms0: Synaptics clickpad, firmware 8.16, 0x1e2b1 0x940300 0x373740 0xf02aa3 0x12e800 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 vmm0 at mainbus0: SVM/RVI uhidev0 at uhub0 port 2 configuration 1 interface 0 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev0: iclass 3/0 uhid0 at uhidev0: input=32, output=32, feature=255 uhidev1 at uhub0 port 2 configuration 1 interface 1 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev1: iclass 3/1 ums0 at uhidev1: 8 buttons, Z dir wsmouse2 at ums0 mux 0 uhidev2 at uhub0 port 2 configuration 1 interface 2 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev2: iclass 3/1 ukbd0 at uhidev2: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 uhidev3 at uhub0 port 2 configuration 1 interface 3 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev3: iclass 3/0 uhid1 at uhidev3: input=4, output=0, feature=0 uvideo0 at uhub1 port 2 configuration 1 interface 0 "SunplusIT Inc Integrated Camera" rev 2.01/54.22 addr 2 video0 at uvideo0 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 256 targets sd2 at scsibus4 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006> sd2: 238472MB, 512 bytes/sector, 488391473 sectors root on sd2a (7431215aa8a6b1fb.a) swap on sd2b dump on sd2b initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x17AA:0x506F 0xC4). amdgpu0: 1920x1080, 32bpp wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) ugen0 at uhub0 port 3 "motorola Moto G (5) Plus" rev 2.00/3.18 addr 3 ugen0 detached urndis0 at uhub0 port 3 configuration 1 interface 0 "motorola Moto G (5) Plus" rev 2.00/3.18 addr 3 urndis0: using RNDIS, address 06:3e:42:7a:66:76 uhid0 detached uhidev0 detached wsmouse2 detached ums0 detached uhidev1 detached wskbd1: disconnecting from wsdisplay0 wskbd1 detached ukbd0 detached uhidev2 detached uhid1 detached uhidev3 detached urndis0 detached uhub0 detached video0 detached uvideo0 detached uhub1 detached uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 uhidev0 at uhub0 port 2 configuration 1 interface 0 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev0: iclass 3/0 uhid0 at uhidev0: input=32, output=32, feature=255 uhidev1 at uhub0 port 2 configuration 1 interface 1 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev1: iclass 3/1 ums0 at uhidev1: 8 buttons, Z dir wsmouse2 at ums0 mux 0 uhidev2 at uhub0 port 2 configuration 1 interface 2 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev2: iclass 3/1 ukbd0 at uhidev2: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev3 at uhub0 port 2 configuration 1 interface 3 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev3: iclass 3/0 uhid1 at uhidev3: input=4, output=0, feature=0 ugen0 at uhub0 port 3 "motorola Moto G (5) Plus" rev 2.00/3.18 addr 3 uvideo0 at uhub1 port 2 configuration 1 interface 0 "SunplusIT Inc Integrated Camera" rev 2.01/54.22 addr 2 video0 at uvideo0 ugen0 detached urndis0 at uhub0 port 3 configuration 1 interface 0 "motorola Moto G (5) Plus" rev 2.00/3.18 addr 3 urndis0: using RNDIS, address 2a:1c:e9:f5:cc:68 arp info overwritten for 192.168.42.129 by 9a:40:04:98:aa:a6 on trunk0 rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: xonotic-sdl[61213]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: xonotic-sdl[5605]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: xonotic-sdl[5605]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: xonotic-sdl[5605]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: xonotic-sdl[5605]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: xonotic-sdl[5605]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds uhid0 detached uhidev0 detached wsmouse2 detached ums0 detached uhidev1 detached wskbd1: disconnecting from wsdisplay0 wskbd1 detached ukbd0 detached uhidev2 detached uhid1 detached uhidev3 detached urndis0 detached uhub0 detached video0 detached uvideo0 detached uhub1 detached uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 uhidev0 at uhub0 port 2 configuration 1 interface 0 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev0: iclass 3/0 uhid0 at uhidev0: input=32, output=32, feature=255 uhidev1 at uhub0 port 2 configuration 1 interface 1 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev1: iclass 3/1 ums0 at uhidev1: 8 buttons, Z dir wsmouse2 at ums0 mux 0 uhidev2 at uhub0 port 2 configuration 1 interface 2 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev2: iclass 3/1 ukbd0 at uhidev2: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev3 at uhub0 port 2 configuration 1 interface 3 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev3: iclass 3/0 uhid1 at uhidev3: input=4, output=0, feature=0 uvideo0 at uhub1 port 2 configuration 1 interface 0 "SunplusIT Inc Integrated Camera" rev 2.01/54.22 addr 2 video0 at uvideo0 uhub0: device problem, disabling port 3 ugen0 at uhub0 port 3 "motorola Moto G (5) Plus" rev 2.00/3.18 addr 3 ugen0 detached urndis0 at uhub0 port 3 configuration 1 interface 0 "motorola Moto G (5) Plus" rev 2.00/3.18 addr 3 urndis0: using RNDIS, address ce:a8:77:cf:fb:39 arp info overwritten for 192.168.42.129 by 3a:30:53:3a:72:c8 on trunk0 rwsleep_nsec: xonotic-sdl[52920]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: xonotic-sdl[30805]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds uhid0 detached uhidev0 detached wsmouse2 detached ums0 detached uhidev1 detached wskbd1: disconnecting from wsdisplay0 wskbd1 detached ukbd0 detached uhidev2 detached uhid1 detached uhidev3 detached urndis0 detached uhub0 detached video0 detached uvideo0 detached uhub1 detached uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 uhidev0 at uhub0 port 2 configuration 1 interface 0 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev0: iclass 3/0 uhid0 at uhidev0: input=32, output=32, feature=255 uhidev1 at uhub0 port 2 configuration 1 interface 1 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev1: iclass 3/1 ums0 at uhidev1: 8 buttons, Z dir wsmouse2 at ums0 mux 0 uhidev2 at uhub0 port 2 configuration 1 interface 2 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev2: iclass 3/1 ukbd0 at uhidev2: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev3 at uhub0 port 2 configuration 1 interface 3 "SteelSeries Rival Gaming Mouse" rev 1.10/1.08 addr 2 uhidev3: iclass 3/0 uhid1 at uhidev3: input=4, output=0, feature=0 uvideo0 at uhub1 port 2 configuration 1 interface 0 "SunplusIT Inc Integrated Camera" rev 2.01/54.22 addr 2 video0 at uvideo0 uhub0: device problem, disabling port 3 ugen0 at uhub0 port 3 "motorola Moto G (5) Plus" rev 2.00/3.18 addr 3 ugen0 detached urndis0 at uhub0 port 3 configuration 1 interface 0 "motorola Moto G (5) Plus" rev 2.00/3.18 addr 3 urndis0: using RNDIS, address 62:11:38:c4:6d:a0 rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds rwsleep_nsec: Xorg[65544]: fsleep: trying to sleep zero nanoseconds pcidump -v Domain /dev/pci0: 0:0:0: AMD 17h/1xh Root Complex 0x0000: Vendor ID: 1022, Product ID: 15d0 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 1022 Product ID: 15d0 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:0:2: AMD 17h/1xh IOMMU 0x0000: Vendor ID: 1022, Product ID: 15d1 0x0004: Command: 0004, Status: 0010 0x0008: Class: 08 System, Subclass: 06 IOMMU, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 1022 Product ID: 15d1 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 0x0040: Capability 0x0f: Secure 0x0064: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 0x0074: Capability 0x08: AMD LDT/HT 0:1:0: AMD 17h PCIE 0x0000: Vendor ID: 1022, Product ID: 1452 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:1:1: AMD 17h/1xh PCIE 0x0000: Vendor ID: 1022, Product ID: 15d3 0x0004: Command: 0007, Status: 0010 0x0008: Class: 06 Bridge, Subclass: 04 PCI, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: Primary Bus: 0, Secondary Bus: 1, Subordinate Bus: 1, Secondary Latency Timer: 00 0x001c: I/O Base: f1, I/O Limit: f1, Secondary Status: 0000 0x0020: Memory Base: c0b0, Memory Limit: c0b0 0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001 0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000 0x0030: I/O Base Upper 16 Bits: ffff, I/O Limit Upper 16 Bits: 0000 0x0038: Expansion ROM Base Address: 00000000 0x003c: Interrupt Pin: 00, Line: ff, Bridge Control: 0000 0x0050: Capability 0x01: Power Management State: D0 0x0058: Capability 0x10: PCI Express Link Speed: 2.5 / 8.0 GT/s, Link Width: x4 / x8 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x0150: Enhanced Capability 0x01: Advanced Error Reporting 0x0270: Enhanced Capability 0x19: Secondary PCIe Capability 0x02a0: Enhanced Capability 0x0d: Access Control Services 0x0370: Enhanced Capability 0x1e: L1 PM 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x00c0: Capability 0x0d: PCI-PCI 0x00c8: Capability 0x08: AMD LDT/HT 0:1:2: AMD 17h/1xh PCIE 0x0000: Vendor ID: 1022, Product ID: 15d3 0x0004: Command: 0007, Status: 0010 0x0008: Class: 06 Bridge, Subclass: 04 PCI, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: Primary Bus: 0, Secondary Bus: 2, Subordinate Bus: 2, Secondary Latency Timer: 00 0x001c: I/O Base: 21, I/O Limit: 21, Secondary Status: 0000 0x0020: Memory Base: c0a0, Memory Limit: c0a0 0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001 0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000 0x0030: I/O Base Upper 16 Bits: 0000, I/O Limit Upper 16 Bits: 0000 0x0038: Expansion ROM Base Address: 00000000 0x003c: Interrupt Pin: 00, Line: ff, Bridge Control: 0000 0x0050: Capability 0x01: Power Management State: D0 0x0058: Capability 0x10: PCI Express Link Speed: 2.5 / 8.0 GT/s, Link Width: x1 / x1 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x0150: Enhanced Capability 0x01: Advanced Error Reporting 0x0270: Enhanced Capability 0x19: Secondary PCIe Capability 0x02a0: Enhanced Capability 0x0d: Access Control Services 0x0370: Enhanced Capability 0x1e: L1 PM 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x00c0: Capability 0x0d: PCI-PCI 0x00c8: Capability 0x08: AMD LDT/HT 0:1:3: AMD 17h/1xh PCIE 0x0000: Vendor ID: 1022, Product ID: 15d3 0x0004: Command: 0007, Status: 0010 0x0008: Class: 06 Bridge, Subclass: 04 PCI, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: Primary Bus: 0, Secondary Bus: 3, Subordinate Bus: 3, Secondary Latency Timer: 00 0x001c: I/O Base: f1, I/O Limit: f1, Secondary Status: 0000 0x0020: Memory Base: c090, Memory Limit: c090 0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001 0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000 0x0030: I/O Base Upper 16 Bits: ffff, I/O Limit Upper 16 Bits: 0000 0x0038: Expansion ROM Base Address: 00000000 0x003c: Interrupt Pin: 00, Line: ff, Bridge Control: 0000 0x0050: Capability 0x01: Power Management State: D0 0x0058: Capability 0x10: PCI Express Link Speed: 2.5 / 8.0 GT/s, Link Width: x1 / x1 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x0150: Enhanced Capability 0x01: Advanced Error Reporting 0x0270: Enhanced Capability 0x19: Secondary PCIe Capability 0x02a0: Enhanced Capability 0x0d: Access Control Services 0x0370: Enhanced Capability 0x1e: L1 PM 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x00c0: Capability 0x0d: PCI-PCI 0x00c8: Capability 0x08: AMD LDT/HT 0:1:6: AMD 17h/1xh PCIE 0x0000: Vendor ID: 1022, Product ID: 15d3 0x0004: Command: 0007, Status: 0010 0x0008: Class: 06 Bridge, Subclass: 04 PCI, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: Primary Bus: 0, Secondary Bus: 4, Subordinate Bus: 4, Secondary Latency Timer: 00 0x001c: I/O Base: f1, I/O Limit: f1, Secondary Status: 0000 0x0020: Memory Base: c020, Memory Limit: c030 0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001 0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000 0x0030: I/O Base Upper 16 Bits: ffff, I/O Limit Upper 16 Bits: 0000 0x0038: Expansion ROM Base Address: 00000000 0x003c: Interrupt Pin: 00, Line: ff, Bridge Control: 0000 0x0050: Capability 0x01: Power Management State: D0 0x0058: Capability 0x10: PCI Express Link Speed: 2.5 / 8.0 GT/s, Link Width: x1 / x4 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x0150: Enhanced Capability 0x01: Advanced Error Reporting 0x0270: Enhanced Capability 0x19: Secondary PCIe Capability 0x02a0: Enhanced Capability 0x0d: Access Control Services 0x0370: Enhanced Capability 0x1e: L1 PM 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x00c0: Capability 0x0d: PCI-PCI 0x00c8: Capability 0x08: AMD LDT/HT 0:8:0: AMD 17h PCIE 0x0000: Vendor ID: 1022, Product ID: 1452 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:8:1: AMD 17h/1xh PCIE 0x0000: Vendor ID: 1022, Product ID: 15db 0x0004: Command: 0007, Status: 0010 0x0008: Class: 06 Bridge, Subclass: 04 PCI, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: Primary Bus: 0, Secondary Bus: 5, Subordinate Bus: 5, Secondary Latency Timer: 00 0x001c: I/O Base: 11, I/O Limit: 11, Secondary Status: 0000 0x0020: Memory Base: c050, Memory Limit: c080 0x0024: Prefetch Memory Base: b001, Prefetch Memory Limit: c011 0x0028: Prefetch Memory Base Upper 32 Bits: 00000000 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000 0x0030: I/O Base Upper 16 Bits: 0000, I/O Limit Upper 16 Bits: 0000 0x0038: Expansion ROM Base Address: 00000000 0x003c: Interrupt Pin: 01, Line: ff, Bridge Control: 0008 0x0050: Capability 0x01: Power Management State: D0 0x0058: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x0270: Enhanced Capability 0x19: Secondary PCIe Capability 0x02a0: Enhanced Capability 0x0d: Access Control Services 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 0x00c0: Capability 0x0d: PCI-PCI 0:8:2: AMD 17h/1xh PCIE 0x0000: Vendor ID: 1022, Product ID: 15dc 0x0004: Command: 0007, Status: 0010 0x0008: Class: 06 Bridge, Subclass: 04 PCI, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: Primary Bus: 0, Secondary Bus: 6, Subordinate Bus: 6, Secondary Latency Timer: 00 0x001c: I/O Base: f1, I/O Limit: f1, Secondary Status: 0000 0x0020: Memory Base: c040, Memory Limit: c040 0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001 0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000 0x0030: I/O Base Upper 16 Bits: ffff, I/O Limit Upper 16 Bits: 0000 0x0038: Expansion ROM Base Address: 00000000 0x003c: Interrupt Pin: 01, Line: ff, Bridge Control: 0000 0x0050: Capability 0x01: Power Management State: D0 0x0058: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x0270: Enhanced Capability 0x19: Secondary PCIe Capability 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 0x00c0: Capability 0x0d: PCI-PCI 0:20:0: AMD FCH SMBus 0x0000: Vendor ID: 1022, Product ID: 790b 0x0004: Command: 0400, Status: 0220 0x0008: Class: 0c Serial Bus, Subclass: 05 SMBus, Interface: 00, Revision: 61 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:20:3: AMD FCH LPC 0x0000: Vendor ID: 1022, Product ID: 790e 0x0004: Command: 000f, Status: 0220 0x0008: Class: 06 Bridge, Subclass: 01 ISA, Interface: 00, Revision: 51 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:24:0: AMD 17h/1xh Data Fabric 0x0000: Vendor ID: 1022, Product ID: 15e8 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:24:1: AMD 17h/1xh Data Fabric 0x0000: Vendor ID: 1022, Product ID: 15e9 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:24:2: AMD 17h/1xh Data Fabric 0x0000: Vendor ID: 1022, Product ID: 15ea 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:24:3: AMD 17h/1xh Data Fabric 0x0000: Vendor ID: 1022, Product ID: 15eb 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:24:4: AMD 17h/1xh Data Fabric 0x0000: Vendor ID: 1022, Product ID: 15ec 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:24:5: AMD 17h/1xh Data Fabric 0x0000: Vendor ID: 1022, Product ID: 15ed 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:24:6: AMD 17h/1xh Data Fabric 0x0000: Vendor ID: 1022, Product ID: 15ee 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 0:24:7: AMD 17h/1xh Data Fabric 0x0000: Vendor ID: 1022, Product ID: 15ef 0x0004: Command: 0000, Status: 0000 0x0008: Class: 06 Bridge, Subclass: 00 Host, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 00 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 0000 Product ID: 0000 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 1:0:0: Samsung SM981/PM981 NVMe 0x0000: Vendor ID: 144d, Product ID: a808 0x0004: Command: 0006, Status: 0010 0x0008: Class: 01 Mass Storage, Subclass: 08 NVM, Interface: 02, Revision: 00 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR mem 64bit addr: 0x00000000c0b00000/0x00004000 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 144d Product ID: a801 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00 0x0040: Capability 0x01: Power Management State: D0 0x0050: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 0x0070: Capability 0x10: PCI Express Link Speed: 2.5 / 8.0 GT/s, Link Width: x4 / x4 0x0100: Enhanced Capability 0x01: Advanced Error Reporting 0x0148: Enhanced Capability 0x03: Device Serial Number Serial Number: 0000000000000000 0x0158: Enhanced Capability 0x04: Power Budgeting 0x0168: Enhanced Capability 0x19: Secondary PCIe Capability 0x0188: Enhanced Capability 0x18: Latency Tolerance Reporting 0x0190: Enhanced Capability 0x1e: L1 PM 0x00b0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X) Enabled: yes; table size 33 (BAR 0:12288) 2:0:0: Realtek 8168 0x0000: Vendor ID: 10ec, Product ID: 8168 0x0004: Command: 0007, Status: 0010 0x0008: Class: 02 Network, Subclass: 00 Ethernet, Interface: 00, Revision: 10 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR io addr: 0x00002000/0x0100 0x0014: BAR empty (00000000) 0x0018: BAR mem 64bit addr: 0x00000000c0a04000/0x00001000 0x0020: BAR mem 64bit addr: 0x00000000c0a00000/0x00004000 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 01 Line: 05 Min Gnt: 00 Max Lat: 00 0x0040: Capability 0x01: Power Management State: D0 PME# enabled 0x0050: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x0070: Capability 0x10: PCI Express Link Speed: 2.5 / 2.5 GT/s, Link Width: x1 / x1 0x0100: Enhanced Capability 0x01: Advanced Error Reporting 0x0140: Enhanced Capability 0x02: Virtual Channel Capability 0x0160: Enhanced Capability 0x03: Device Serial Number Serial Number: 01000000684ce000 0x0170: Enhanced Capability 0x18: Latency Tolerance Reporting 0x0178: Enhanced Capability 0x1e: L1 PM 0x00b0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X) Enabled: no; table size 4 (BAR 4:0) 0x00d0: Capability 0x03: Vital Product Data (VPD) 3:0:0: O2 Micro 0Z8621 SD/MMC 0x0000: Vendor ID: 1217, Product ID: 8621 0x0004: Command: 0006, Status: 0010 0x0008: Class: 08 System, Subclass: 05 SDHC, Interface: 01, Revision: 01 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR mem 32bit addr: 0xc0901000/0x00001000 0x0014: BAR mem 32bit addr: 0xc0900000/0x00000800 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 01 Line: 05 Min Gnt: 00 Max Lat: 00 0x006c: Capability 0x01: Power Management State: D0 0x0048: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 0x0080: Capability 0x10: PCI Express Link Speed: 2.5 / 2.5 GT/s, Link Width: x1 / x1 0x0100: Enhanced Capability 0x02: Virtual Channel Capability 0x0200: Enhanced Capability 0x01: Advanced Error Reporting 0x0230: Enhanced Capability 0x18: Latency Tolerance Reporting 4:0:0: Atheros unknown 0x0000: Vendor ID: 168c, Product ID: 0042 0x0004: Command: 0002, Status: 0010 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous, Interface: 00, Revision: 31 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR mem 64bit addr: 0x00000000c0200000/0x00200000 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 0901 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 0x0040: Capability 0x01: Power Management State: D0 0x0050: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 0x0070: Capability 0x10: PCI Express Link Speed: 2.5 / 2.5 GT/s, Link Width: x1 / x1 0x0100: Enhanced Capability 0x01: Advanced Error Reporting 0x0148: Enhanced Capability 0x02: Virtual Channel Capability 0x0168: Enhanced Capability 0x03: Device Serial Number Serial Number: 0000000000000000 0x0178: Enhanced Capability 0x18: Latency Tolerance Reporting 0x0180: Enhanced Capability 0x1e: L1 PM 5:0:0: ATI Radeon Vega 0x0000: Vendor ID: 1002, Product ID: 15dd 0x0004: Command: 0007, Status: 0010 0x0008: Class: 03 Display, Subclass: 00 VGA, Interface: 00, Revision: c4 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR mem prefetchable 64bit addr: 0x00000000b0000000/0x10000000 0x0018: BAR mem prefetchable 64bit addr: 0x00000000c0000000/0x00200000 0x0020: BAR io addr: 0x00001000/0x0100 0x0024: BAR mem 32bit addr: 0xc0800000/0x00080000 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00 0x0048: Capability 0x09: Vendor Specific 0x0050: Capability 0x01: Power Management State: D0 0x0064: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x0200: Enhanced Capability 0x15: Resizable BAR 0x0270: Enhanced Capability 0x19: Secondary PCIe Capability 0x02a0: Enhanced Capability 0x0d: Access Control Services 0x02b0: Enhanced Capability 0x0f: Address Translation Services 0x02c0: Enhanced Capability 0x13: Page Request Interface 0x02d0: Enhanced Capability 0x1b: Process Address Space ID 0x0320: Enhanced Capability 0x18: Latency Tolerance Reporting 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x00c0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X) Enabled: no; table size 3 (BAR 5:270336) 5:0:1: ATI Radeon Vega HD Audio 0x0000: Vendor ID: 1002, Product ID: 15de 0x0004: Command: 0006, Status: 0010 0x0008: Class: 04 (unknown), Subclass: 03 (unknown), Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR mem 32bit addr: 0xc0888000/0x00004000 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 02 Line: 05 Min Gnt: 00 Max Lat: 00 0x0048: Capability 0x09: Vendor Specific 0x0050: Capability 0x01: Power Management State: D0 0x0064: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 5:0:2: AMD 17h/1xh Crypto 0x0000: Vendor ID: 1022, Product ID: 15df 0x0004: Command: 0006, Status: 0010 0x0008: Class: 10 Crypto, Subclass: 80 Miscellaneous, Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR mem 32bit addr: 0xc0700000/0x00100000 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR mem 32bit addr: 0xc088c000/0x00002000 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 03 Line: 0a Min Gnt: 00 Max Lat: 00 0x0048: Capability 0x09: Vendor Specific 0x0050: Capability 0x01: Power Management State: D0 0x0064: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 0x00c0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X) Enabled: no; table size 2 (BAR 5:0) 5:0:3: AMD 17h/1xh xHCI 0x0000: Vendor ID: 1022, Product ID: 15e0 0x0004: Command: 0007, Status: 0010 0x0008: Class: 0c Serial Bus, Subclass: 03 USB, Interface: 30, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR mem 64bit addr: 0x00000000c0500000/0x00100000 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 04 Line: 0a Min Gnt: 00 Max Lat: 00 0x0048: Capability 0x09: Vendor Specific 0x0050: Capability 0x01: Power Management State: D0 0x0064: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x00c0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X) Enabled: no; table size 8 (BAR 0:1040384) 5:0:4: AMD 17h/1xh xHCI 0x0000: Vendor ID: 1022, Product ID: 15e1 0x0004: Command: 0007, Status: 0010 0x0008: Class: 0c Serial Bus, Subclass: 03 USB, Interface: 30, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR mem 64bit addr: 0x00000000c0600000/0x00100000 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00 0x0048: Capability 0x09: Vendor Specific 0x0050: Capability 0x01: Power Management State: D0 0x0064: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x00c0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X) Enabled: no; table size 8 (BAR 0:1040384) 5:0:6: AMD 17h/1xh HD Audio 0x0000: Vendor ID: 1022, Product ID: 15e3 0x0004: Command: 0006, Status: 0010 0x0008: Class: 04 (unknown), Subclass: 03 (unknown), Interface: 00, Revision: 00 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR mem 32bit addr: 0xc0880000/0x00008000 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR empty (00000000) 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 5070 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 03 Line: 0a Min Gnt: 00 Max Lat: 00 0x0048: Capability 0x09: Vendor Specific 0x0050: Capability 0x01: Power Management State: D0 0x0064: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: no 6:0:0: AMD FCH AHCI 0x0000: Vendor ID: 1022, Product ID: 7901 0x0004: Command: 0007, Status: 0010 0x0008: Class: 01 Mass Storage, Subclass: 06 SATA, Interface: 01, Revision: 61 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, Cache Line Size: 08 0x0010: BAR empty (00000000) 0x0014: BAR empty (00000000) 0x0018: BAR empty (00000000) 0x001c: BAR empty (00000000) 0x0020: BAR empty (00000000) 0x0024: BAR mem 32bit addr: 0xc0400000/0x00000800 0x0028: Cardbus CIS: 00000000 0x002c: Subsystem Vendor ID: 17aa Product ID: 506f 0x0030: Expansion ROM Base Address: 00000000 0x0038: 00000000 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00 0x0048: Capability 0x09: Vendor Specific 0x0050: Capability 0x01: Power Management State: D0 0x0064: Capability 0x10: PCI Express Link Speed: 5.0 / 8.0 GT/s, Link Width: x16 / x16 0x0100: Enhanced Capability 0x0b: Vendor-Specific 0x0270: Enhanced Capability 0x19: Secondary PCIe Capability 0x00a0: Capability 0x05: Message Signalled Interrupts (MSI) Enabled: yes 0x00d0: Capability 0x12: SATA