From: Chris Cunningham Subject: amd64: zero direct map page tables in pmap_bootstrap To: "tech@openbsd.org" Date: Sat, 04 Apr 2026 03:14:07 +0000 Hello! It took me a while but I think I've tracked down what was causing one of my computers to fail to boot on 7.8. I was hitting an early amd64 boot failure in pmap_randomize() on a WRX90 / Ryzen Threadripper PRO 9995WX system with 512 GB of RAM. I was able to reproduce it with both 7.8 and 7.9-beta install kernels. The first explicit failure I captured was: panic: pmap_randomize_level: invalid L2[1fc.001.1e0] entry 0xe38b0beaefcb0bee After instrumenting the walk, the failure narrowed to the direct map under L4[1fc]. The direct-map lower-level page-table pages allocated from first_avail in pmap_bootstrap() were being partially populated without first being zeroed. On this machine, unused entries in those pages retained stale present/frame bits, and pmap_randomize() later walked them as if they were real lower-level page tables. The attached patch zeros those bootstrap direct-map page-table pages before they are populated: - the initial ndmpdp * PAGE_SIZE block - each extra-slot L3 page - each extra-slot L2 page I validated the fix on the same machine with: - a rebuilt 7.8 RAMDISK_CD kernel, which reached the installer prompt - a rebuilt 7.8 release-identity GENERIC.MP kernel, which booted to multi-user - the full current 7.8 syspatch set installed on top, after which the fixed kernel still booted cleanly The machine is: - ASUS Pro WS WRX90E-SAGE SE - AMD Ryzen Threadripper PRO 9995WX - 512GB RAM I have attached the patch and a full dmesg from the final 7.8 system. Thanks, Chris $ dmesg OpenBSD 7.8 (GENERIC.MP) #0: Fri Apr 3 18:35:34 PDT 2026 redacted@redacted:/redacted real mem = 548997529600 (523564MB) avail mem = 532331773952 (507671MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 3.7 @ 0x5d862000 (124 entries) bios0: vendor American Megatrends Inc. version "1203" date 07/18/2025 bios0: Puget Systems Pro WS WRX90E-SAGE SE efi0 at bios0: UEFI 2.10 efi0: American Megatrends rev 0x50025 acpi0 at bios0: ACPI 6.5 acpi0: sleep states S0 S4 S5 acpi0: tables DSDT FACP SSDT SPMI SSDT FIDT MCFG SSDT HPET SSDT BERT HEST PHAT ABLT FPDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT BGRT WPBT SSDT HMAT IVRS SSDT SSDT SSDT WSMT APIC SSDT SSDT SSDT SSDT SSDT ERST acpi0: wakeup devices GPP0(S4) GPP1(S4) GPP2(S4) GPP3(S4) GPP4(S4) GPP5(S4) GPP6(S4) GPP7(S4) GPP8(S4) GPP9(S4) GPPA(S4) GPPB(S4) GPPC(S4) GPPD(S4) GPPE(S4) GPPF(S4) [...] acpitimer0 at acpi0: 3579545 Hz, 32 bits acpimcfg0 at acpi0 acpimcfg0: addr 0xe0000000, bus 0-255 acpihpet0 at acpi0: 14318180 Hz acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.28 MHz, 1a-08-01, patch 0b008112 cpu0: cpuid 1 edx=178bfbff ecx=76fa320b cpu0: cpuid 6 eax=4 ecx=1 cpu0: cpuid 7.0 ebx=f1bf97ab ecx=19415fce edx=10000110 cpu0: cpuid d.1 eax=f cpu0: cpuid 80000001 edx=2fd3fbff ecx=75c237ff cpu0: cpuid 80000007 edx=6799 cpu0: cpuid 80000008 ebx=79bef25f cpu0: cpuid 8000001F eax=cffffffb ecx=3ee edx=cf680a81 cpu0: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB 64b/line 16-way L2 cache, 32MB 64b/line 16-way L3 cache cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges cpu0: apic clock running at 99MHz cpu0: mwait min=64, max=64, C-substates=1.2, IBE cpu1 at mainbus0: apid 2 (application processor) cpu1: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.30 MHz, 1a-08-01, patch 0b008112 cpu1: cpuid 8000001F edx=-4d400801+146552 cpu1: smt 0, core 1, package 0 cpu2 at mainbus0: apid 4 (application processor) cpu2: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.26 MHz, 1a-08-01, patch 0b008112 cpu2: cpuid 8000001F edx=-2380542+1c820004 cpu2: smt 0, core 2, package 0 cpu3 at mainbus0: apid 6 (application processor) cpu3: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.30 MHz, 1a-08-01, patch 0b008112 cpu3: cpuid 8000001F edx=-c046010+41500d43 cpu3: smt 0, core 3, package 0 cpu4 at mainbus0: apid 8 (application processor) cpu4: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.29 MHz, 1a-08-01, patch 0b008112 cpu4: cpuid 8000001F edx=-d08207c6+c089030 cpu4: smt 0, core 4, package 0 cpu5 at mainbus0: apid 10 (application processor) cpu5: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.32 MHz, 1a-08-01, patch 0b008112 cpu5: cpuid 8000001F edx=-d500811+40046542 cpu5: smt 0, core 5, package 0 cpu6 at mainbus0: apid 12 (application processor) cpu6: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.35 MHz, 1a-08-01, patch 0b008112 cpu6: cpuid 8000001F edx=-80542+1eb20004 cpu6: smt 0, core 6, package 0 cpu7 at mainbus0: apid 14 (application processor) cpu7: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.32 MHz, 1a-08-01, patch 0b008112 cpu7: cpuid 8000001F edx=-4c146000+1400d53 cpu7: smt 0, core 7, package 0 cpu8 at mainbus0: apid 16 (application processor) cpu8: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.32 MHz, 1a-08-01, patch 0b008112 cpu8: cpuid 8000001F edx=-12608560+40156200 cpu8: smt 0, core 8, package 0 cpu9 at mainbus0: apid 18 (application processor) cpu9: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.39 MHz, 1a-08-01, patch 0b008112 cpu9: cpuid 8000001F edx=-41146813+c400540 cpu9: smt 0, core 9, package 0 cpu10 at mainbus0: apid 20 (application processor) cpu10: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.41 MHz, 1a-08-01, patch 0b008112 cpu10: cpuid 8000001F edx=-c820544+12380002 cpu10: smt 0, core 10, package 0 cpu11 at mainbus0: apid 22 (application processor) cpu11: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.40 MHz, 1a-08-01, patch 0b008112 cpu11: cpuid 8000001F edx=-500002+4d046d51 cpu11: smt 0, core 11, package 0 cpu12 at mainbus0: apid 24 (application processor) cpu12: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.39 MHz, 1a-08-01, patch 0b008112 cpu12: cpuid 8000001F edx=-5c081750+808280a6 cpu12: smt 0, core 12, package 0 cpu13 at mainbus0: apid 26 (application processor) cpu13: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.36 MHz, 1a-08-01, patch 0b008112 cpu13: cpuid 8000001F edx=-1046803+4c500550 cpu13: smt 0, core 13, package 0 cpu14 at mainbus0: apid 28 (application processor) cpu14: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.45 MHz, 1a-08-01, patch 0b008112 cpu14: cpuid 8000001F edx=-eb20544+10080002 cpu14: smt 0, core 14, package 0 cpu15 at mainbus0: apid 30 (application processor) cpu15: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.43 MHz, 1a-08-01, patch 0b008112 cpu15: cpuid 8000001F edx=-40400012+d146d41 cpu15: smt 0, core 15, package 0 cpu16 at mainbus0: apid 32 (application processor) cpu16: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.48 MHz, 1a-08-01, patch 0b008112 cpu16: cpuid 8000001F edx=-8505ec40+2e01016 cpu16: smt 0, core 16, package 0 cpu17 at mainbus0: apid 34 (application processor) cpu17: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.39 MHz, 1a-08-01, patch 0b008112 cpu17: cpuid 8000001F edx=-8500113+45046c40 cpu17: smt 0, core 17, package 0 cpu18 at mainbus0: apid 36 (application processor) cpu18: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.52 MHz, 1a-08-01, patch 0b008112 cpu18: cpuid 8000001F edx=-16a80444+8120102 cpu18: smt 0, core 18, package 0 cpu19 at mainbus0: apid 38 (application processor) cpu19: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.42 MHz, 1a-08-01, patch 0b008112 cpu19: cpuid 8000001F edx=-49146902+4400451 cpu19: smt 0, core 19, package 0 cpu20 at mainbus0: apid 40 (application processor) cpu20: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.56 MHz, 1a-08-01, patch 0b008112 cpu20: cpuid 8000001F edx=-40214f0+d8888306 cpu20: smt 0, core 20, package 0 cpu21 at mainbus0: apid 42 (application processor) cpu21: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.54 MHz, 1a-08-01, patch 0b008112 cpu21: cpuid 8000001F edx=-48400103+5146c50 cpu21: smt 0, core 21, package 0 cpu22 at mainbus0: apid 44 (application processor) cpu22: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.50 MHz, 1a-08-01, patch 0b008112 cpu22: cpuid 8000001F edx=-14980444+a220102 cpu22: smt 0, core 22, package 0 cpu23 at mainbus0: apid 46 (application processor) cpu23: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.63 MHz, 1a-08-01, patch 0b008112 cpu23: cpuid 8000001F edx=-9046912+44500441 cpu23: smt 0, core 23, package 0 cpu24 at mainbus0: apid 48 (application processor) cpu24: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.47 MHz, 1a-08-01, patch 0b008112 cpu24: cpuid 8000001F edx=-42708640+10056120 cpu24: smt 0, core 24, package 0 cpu25 at mainbus0: apid 50 (application processor) cpu25: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.58 MHz, 1a-08-01, patch 0b008112 cpu25: cpuid 8000001F edx=-4046101+49500c52 cpu25: smt 0, core 25, package 0 cpu26 at mainbus0: apid 52 (application processor) cpu26: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.50 MHz, 1a-08-01, patch 0b008112 cpu26: cpuid 8000001F edx=-18120442+6a80104 cpu26: smt 0, core 26, package 0 cpu27 at mainbus0: apid 54 (application processor) cpu27: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.64 MHz, 1a-08-01, patch 0b008112 cpu27: cpuid 8000001F edx=-45400910+8146443 cpu27: smt 0, core 27, package 0 cpu28 at mainbus0: apid 56 (application processor) cpu28: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.58 MHz, 1a-08-01, patch 0b008112 cpu28: cpuid 8000001F edx=-88880466+54029390 cpu28: smt 0, core 28, package 0 cpu29 at mainbus0: apid 58 (application processor) cpu29: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.54 MHz, 1a-08-01, patch 0b008112 cpu29: cpuid 8000001F edx=-44146111+9400c42 cpu29: smt 0, core 29, package 0 cpu30 at mainbus0: apid 60 (application processor) cpu30: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.51 MHz, 1a-08-01, patch 0b008112 cpu30: cpuid 8000001F edx=-1a220442+4980104 cpu30: smt 0, core 30, package 0 cpu31 at mainbus0: apid 62 (application processor) cpu31: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.60 MHz, 1a-08-01, patch 0b008112 cpu31: cpuid 8000001F edx=-5500900+48046453 cpu31: smt 0, core 31, package 0 cpu32 at mainbus0: apid 64 (application processor) cpu32: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.63 MHz, 1a-08-01, patch 0b008112 cpu32: cpuid 8000001F edx=-5f452+b1220800 cpu32: smt 0, core 32, package 0 cpu33 at mainbus0: apid 66 (application processor) cpu33: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.75 MHz, 1a-08-01, patch 0b008112 cpu33: cpuid 8000001F edx=-49000801+4546552 cpu33: smt 0, core 33, package 0 cpu34 at mainbus0: apid 68 (application processor) cpu34: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.75 MHz, 1a-08-01, patch 0b008112 cpu34: cpuid 8000001F edx=-14ba0546+a000000 cpu34: smt 0, core 34, package 0 cpu35 at mainbus0: apid 70 (application processor) cpu35: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.74 MHz, 1a-08-01, patch 0b008112 cpu35: cpuid 8000001F edx=-8446010+45100d43 cpu35: smt 0, core 35, package 0 cpu36 at mainbus0: apid 72 (application processor) cpu36: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.65 MHz, 1a-08-01, patch 0b008112 cpu36: cpuid 8000001F edx=-c40007c2+188a9034 cpu36: smt 0, core 36, package 0 cpu37 at mainbus0: apid 74 (application processor) cpu37: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.73 MHz, 1a-08-01, patch 0b008112 cpu37: cpuid 8000001F edx=-9100811+44446542 cpu37: smt 0, core 37, package 0 cpu38 at mainbus0: apid 76 (application processor) cpu38: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.68 MHz, 1a-08-01, patch 0b008112 cpu38: cpuid 8000001F edx=-168a0546+8300000 cpu38: smt 0, core 38, package 0 cpu39 at mainbus0: apid 78 (application processor) cpu39: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.70 MHz, 1a-08-01, patch 0b008112 cpu39: cpuid 8000001F edx=-48546000+5000d53 cpu39: smt 0, core 39, package 0 cpu40 at mainbus0: apid 80 (application processor) cpu40: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.72 MHz, 1a-08-01, patch 0b008112 cpu40: cpuid 8000001F edx=-208560+52556200 cpu40: smt 0, core 40, package 0 cpu41 at mainbus0: apid 82 (application processor) cpu41: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.64 MHz, 1a-08-01, patch 0b008112 cpu41: cpuid 8000001F edx=-45546813+8000540 cpu41: smt 0, core 41, package 0 cpu42 at mainbus0: apid 84 (application processor) cpu42: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.69 MHz, 1a-08-01, patch 0b008112 cpu42: cpuid 8000001F edx=-1a000540+4ba0006 cpu42: smt 0, core 42, package 0 cpu43 at mainbus0: apid 86 (application processor) cpu43: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.77 MHz, 1a-08-01, patch 0b008112 cpu43: cpuid 8000001F edx=-4100002+49446d51 cpu43: smt 0, core 43, package 0 cpu44 at mainbus0: apid 88 (application processor) cpu44: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.89 MHz, 1a-08-01, patch 0b008112 cpu44: cpuid 8000001F edx=-488a1754+940080a2 cpu44: smt 0, core 44, package 0 cpu45 at mainbus0: apid 90 (application processor) cpu45: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.63 MHz, 1a-08-01, patch 0b008112 cpu45: cpuid 8000001F edx=-5446803+48100550 cpu45: smt 0, core 45, package 0 cpu46 at mainbus0: apid 92 (application processor) cpu46: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.93 MHz, 1a-08-01, patch 0b008112 cpu46: cpuid 8000001F edx=-18300540+68a0006 cpu46: smt 0, core 46, package 0 cpu47 at mainbus0: apid 94 (application processor) cpu47: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2497.01 MHz, 1a-08-01, patch 0b008112 cpu47: cpuid 8000001F edx=-44000012+9546d41 cpu47: smt 0, core 47, package 0 cpu48 at mainbus0: apid 96 (application processor) cpu48: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.63 MHz, 1a-08-01, patch 0b008112 cpu48: cpuid 8000001F edx=-83c5ec44+4201012 cpu48: smt 0, core 48, package 0 cpu49 at mainbus0: apid 98 (application processor) cpu49: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.74 MHz, 1a-08-01, patch 0b008112 cpu49: cpuid 8000001F edx=-c100113+41446c40 cpu49: smt 0, core 49, package 0 cpu50 at mainbus0: apid 100 (application processor) cpu50: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2497.07 MHz, 1a-08-01, patch 0b008112 cpu50: cpuid 8000001F edx=-2a0440+1e900106 cpu50: smt 0, core 50, package 0 cpu51 at mainbus0: apid 102 (application processor) cpu51: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2497.04 MHz, 1a-08-01, patch 0b008112 cpu51: cpuid 8000001F edx=-4d546902+451 cpu51: smt 0, core 51, package 0 cpu52 at mainbus0: apid 104 (application processor) cpu52: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.80 MHz, 1a-08-01, patch 0b008112 cpu52: cpuid 8000001F edx=-108014f4+cc0a8302 cpu52: smt 0, core 52, package 0 cpu53 at mainbus0: apid 106 (application processor) cpu53: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2497.02 MHz, 1a-08-01, patch 0b008112 cpu53: cpuid 8000001F edx=-4c000103+1546c50 cpu53: smt 0, core 53, package 0 cpu54 at mainbus0: apid 108 (application processor) cpu54: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.91 MHz, 1a-08-01, patch 0b008112 cpu54: cpuid 8000001F edx=-21a0440+1ca00106 cpu54: smt 0, core 54, package 0 cpu55 at mainbus0: apid 110 (application processor) cpu55: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.90 MHz, 1a-08-01, patch 0b008112 cpu55: cpuid 8000001F edx=-d446912+40100441 cpu55: smt 0, core 55, package 0 cpu56 at mainbus0: apid 112 (application processor) cpu56: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.84 MHz, 1a-08-01, patch 0b008112 cpu56: cpuid 8000001F edx=-50308640+2456120 cpu56: smt 0, core 56, package 0 cpu57 at mainbus0: apid 114 (application processor) cpu57: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.98 MHz, 1a-08-01, patch 0b008112 cpu57: cpuid 8000001F edx=-446101+4d100c52 cpu57: smt 0, core 57, package 0 cpu58 at mainbus0: apid 116 (application processor) cpu58: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.98 MHz, 1a-08-01, patch 0b008112 cpu58: cpuid 8000001F edx=-e900446+102a0100 cpu58: smt 0, core 58, package 0 cpu59 at mainbus0: apid 118 (application processor) cpu59: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2496.86 MHz, 1a-08-01, patch 0b008112 cpu59: cpuid 8000001F edx=-41000910+c546443 cpu59: smt 0, core 59, package 0 cpu60 at mainbus0: apid 120 (application processor) cpu60: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2497.30 MHz, 1a-08-01, patch 0b008112 cpu60: cpuid 8000001F edx=-9c0a0462+40809394 cpu60: smt 0, core 60, package 0 cpu61 at mainbus0: apid 122 (application processor) cpu61: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2497.12 MHz, 1a-08-01, patch 0b008112 cpu61: cpuid 8000001F edx=-40546111+d000c42 cpu61: smt 0, core 61, package 0 cpu62 at mainbus0: apid 124 (application processor) cpu62: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2497.12 MHz, 1a-08-01, patch 0b008112 cpu62: cpuid 8000001F edx=-ca00446+121a0100 cpu62: smt 0, core 62, package 0 cpu63 at mainbus0: apid 126 (application processor) cpu63: AMD Ryzen Threadripper PRO 9995WX 96-Cores, 2497.12 MHz, 1a-08-01, patch 0b008112 cpu63: cpuid 8000001F edx=-1100900+4c446453 cpu63: smt 0, core 63, package 0 cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured cpu at mainbus0: not configured ioapic0 at mainbus0: apid 128 pa 0xfec00000, version 21, 24 pins, can't remap ioapic1 at mainbus0: apid 129 pa 0xb1e80000, version 21, 32 pins, can't remap ioapic2 at mainbus0: apid 130 pa 0xf3680000, version 21, 32 pins, can't remap ioapic3 at mainbus0: apid 131 pa 0xf5c80000, version 21, 32 pins, can't remap ioapic4 at mainbus0: apid 132 pa 0xf0280000, version 21, 32 pins, can't remap ioapic5 at mainbus0: apid 133 pa 0xf2600000, version 21, 32 pins, can't remap ioapic6 at mainbus0: apid 134 pa 0xf4c00000, version 21, 32 pins, can't remap ioapic7 at mainbus0: apid 135 pa 0xb0d00000, version 21, 32 pins, can't remap ioapic8 at mainbus0: apid 136 pa 0xf1300000, version 21, 32 pins, can't remap acpiprt0 at acpi0: bus 240 (PCI7) acpiprt1 at acpi0: bus 241 (GPP0) acpiprt2 at acpi0: bus -1 (GPP1) acpiprt3 at acpi0: bus -1 (GPP2) acpiprt4 at acpi0: bus -1 (GPP3) acpiprt5 at acpi0: bus -1 (GPP4) acpiprt6 at acpi0: bus -1 (GPP5) acpiprt7 at acpi0: bus -1 (GPP6) acpiprt8 at acpi0: bus -1 (GPP7) acpiprt9 at acpi0: bus -1 (GPP8) acpiprt10 at acpi0: bus -1 (GPP9) acpiprt11 at acpi0: bus -1 (GPPA) acpiprt12 at acpi0: bus -1 (GPPB) acpiprt13 at acpi0: bus -1 (GPPC) acpiprt14 at acpi0: bus -1 (GPPD) acpiprt15 at acpi0: bus -1 (GPPE) acpiprt16 at acpi0: bus -1 (GPPF) acpiprt17 at acpi0: bus -1 (GPPG) acpiprt18 at acpi0: bus -1 (GP15) acpiprt19 at acpi0: bus -1 (GP25) acpiprt20 at acpi0: bus -1 (GP35) acpiprt21 at acpi0: bus 242 (GP17) acpiprt22 at acpi0: bus -1 (GP27) acpiprt23 at acpi0: bus 208 (PCI5) acpiprt24 at acpi0: bus -1 (GPP0) acpiprt25 at acpi0: bus -1 (GPP1) acpiprt26 at acpi0: bus -1 (GPP2) acpiprt27 at acpi0: bus -1 (GPP3) acpiprt28 at acpi0: bus -1 (GPP4) acpiprt29 at acpi0: bus -1 (GPP5) acpiprt30 at acpi0: bus -1 (GPP6) acpiprt31 at acpi0: bus -1 (GPP7) acpiprt32 at acpi0: bus -1 (GPP8) acpiprt33 at acpi0: bus 209 (GPP9) acpiprt34 at acpi0: bus -1 (GPPA) acpiprt35 at acpi0: bus 211 (GPPB) acpiprt36 at acpi0: bus 212 (BR40) acpiprt37 at acpi0: bus -1 (GPPC) acpiprt38 at acpi0: bus -1 (GPPD) acpiprt39 at acpi0: bus -1 (GPPE) acpiprt40 at acpi0: bus -1 (GPPF) acpiprt41 at acpi0: bus -1 (GPPG) acpiprt42 at acpi0: bus -1 (GP15) acpiprt43 at acpi0: bus -1 (GP25) acpiprt44 at acpi0: bus -1 (GP35) acpiprt45 at acpi0: bus 213 (GP17) acpiprt46 at acpi0: bus 0 (PCI0) acpiprt47 at acpi0: bus -1 (GPP0) acpiprt48 at acpi0: bus -1 (GPP1) acpiprt49 at acpi0: bus -1 (GPP2) acpiprt50 at acpi0: bus -1 (GPP3) acpiprt51 at acpi0: bus -1 (GPP4) acpiprt52 at acpi0: bus -1 (GPP5) acpiprt53 at acpi0: bus -1 (GPP6) acpiprt54 at acpi0: bus -1 (GPP7) acpiprt55 at acpi0: bus -1 (GPP8) acpiprt56 at acpi0: bus -1 (GPP9) acpiprt57 at acpi0: bus -1 (GPPA) acpiprt58 at acpi0: bus -1 (GPPB) acpiprt59 at acpi0: bus -1 (GPPC) acpiprt60 at acpi0: bus -1 (GPPD) acpiprt61 at acpi0: bus -1 (GPPE) acpiprt62 at acpi0: bus -1 (GPPF) acpiprt63 at acpi0: bus -1 (GPPG) acpiprt64 at acpi0: bus -1 (GP15) acpiprt65 at acpi0: bus -1 (GP25) acpiprt66 at acpi0: bus -1 (GP35) acpiprt67 at acpi0: bus 1 (GP17) acpiprt68 at acpi0: bus 32 (PCI2) acpiprt69 at acpi0: bus -1 (GPP0) acpiprt70 at acpi0: bus -1 (GPP1) acpiprt71 at acpi0: bus -1 (GPP2) acpiprt72 at acpi0: bus -1 (GPP3) acpiprt73 at acpi0: bus -1 (GPP4) acpiprt74 at acpi0: bus -1 (GPP5) acpiprt75 at acpi0: bus -1 (GPP6) acpiprt76 at acpi0: bus -1 (GPP7) acpiprt77 at acpi0: bus -1 (GPP8) acpiprt78 at acpi0: bus -1 (GPP9) acpiprt79 at acpi0: bus -1 (GPPA) acpiprt80 at acpi0: bus -1 (GPPB) acpiprt81 at acpi0: bus -1 (GPPC) acpiprt82 at acpi0: bus -1 (GPPD) acpiprt83 at acpi0: bus -1 (GPPE) acpiprt84 at acpi0: bus -1 (GPPF) acpiprt85 at acpi0: bus -1 (GPPG) acpiprt86 at acpi0: bus -1 (GP15) acpiprt87 at acpi0: bus -1 (GP25) acpiprt88 at acpi0: bus -1 (GP35) acpiprt89 at acpi0: bus 33 (GP17) acpiprt90 at acpi0: bus -1 (GP27) acpiprt91 at acpi0: bus 192 (PCI4) acpiprt92 at acpi0: bus 193 (GPP0) acpiprt93 at acpi0: bus -1 (GPP1) acpiprt94 at acpi0: bus -1 (GPP2) acpiprt95 at acpi0: bus -1 (GPP3) acpiprt96 at acpi0: bus -1 (GPP4) acpiprt97 at acpi0: bus -1 (GPP5) acpiprt98 at acpi0: bus -1 (GPP6) acpiprt99 at acpi0: bus -1 (GPP7) acpiprt100 at acpi0: bus -1 (GPP8) acpiprt101 at acpi0: bus 224 (PCI6) acpiprt102 at acpi0: bus -1 (GPP0) acpiprt103 at acpi0: bus -1 (GPP1) acpiprt104 at acpi0: bus -1 (GPP2) acpiprt105 at acpi0: bus -1 (GPP3) acpiprt106 at acpi0: bus -1 (GPP4) acpiprt107 at acpi0: bus -1 (GPP5) acpiprt108 at acpi0: bus -1 (GPP6) acpiprt109 at acpi0: bus -1 (GPP7) acpiprt110 at acpi0: bus -1 (GPP8) acpiprt111 at acpi0: bus 64 (PCI3) acpiprt112 at acpi0: bus 65 (GPP0) acpiprt113 at acpi0: bus 169 (GPP1) acpiprt114 at acpi0: bus -1 (GPP2) acpiprt115 at acpi0: bus 170 (GPP3) acpiprt116 at acpi0: bus 171 (UP00) acpiprt117 at acpi0: bus 173 (DP60) acpiprt118 at acpi0: bus -1 (GPP4) acpiprt119 at acpi0: bus -1 (GPP5) acpiprt120 at acpi0: bus -1 (GPP6) acpiprt121 at acpi0: bus -1 (GPP7) acpiprt122 at acpi0: bus -1 (GPP8) acpiprt123 at acpi0: bus 16 (PCI1) acpiprt124 at acpi0: bus -1 (GPP0) acpiprt125 at acpi0: bus -1 (GPP1) acpiprt126 at acpi0: bus -1 (GPP2) acpiprt127 at acpi0: bus -1 (GPP3) acpiprt128 at acpi0: bus -1 (GPP4) acpiprt129 at acpi0: bus -1 (GPP5) acpiprt130 at acpi0: bus -1 (GPP6) acpiprt131 at acpi0: bus -1 (GPP7) acpiprt132 at acpi0: bus -1 (GPP8) acpiec0 at acpi0 acpipci0 at acpi0 PCI7: 0x00000010 0x00000011 0x00000000 acpipci1 at acpi0 PCI5: 0x00000010 0x00000011 0x00000000 acpipci2 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000 acpicmos0 at acpi0 com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo com1 at acpi0 UAR2 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo com1: console "IPI0001" at acpi0 not configured acpipci3 at acpi0 PCI2: 0x00000010 0x00000011 0x00000000 acpipci4 at acpi0 PCI4: 0x00000010 0x00000011 0x00000000 acpipci5 at acpi0 PCI6: 0x00000010 0x00000011 0x00000000 acpipci6 at acpi0 PCI3: 0x00000010 0x00000011 0x00000000 acpipci7 at acpi0 PCI1: 0x00000010 0x00000011 0x00000000 acpibtn0 at acpi0: PWRB amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins "AMDI0052" at acpi0 not configured dwiic0 at acpi0 I2CA addr 0xfedc2000/0x1000 irq 10 iic0 at dwiic0 dwiic1 at acpi0 I2CB addr 0xfedc3000/0x1000 irq 11 iic1 at dwiic1 dwiic2 at acpi0 I2CC addr 0xfedc4000/0x1000 irq 16 iic2 at dwiic2 dwiic3 at acpi0 I2CE addr 0xfedc6000/0x1000 irq 22 iic3 at dwiic3 "MSFT8000" at iic3 addr 0x42 not configured "ITE8853" at iic3 addr 0x4e not configured dwiic4 at acpi0 I2CF addr 0xfedcb000/0x1000 irq 23 iic4 at dwiic4 "ACPI0010" at acpi0 not configured acpicpu0 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu1 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu2 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu3 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu4 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu5 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu6 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu7 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu8 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu9 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu10 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu11 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu12 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu13 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu14 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu15 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu16 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu17 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu18 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu19 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu20 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu21 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu22 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu23 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu24 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu25 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu26 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu27 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu28 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu29 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu30 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu31 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu32 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu33 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu34 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu35 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu36 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu37 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu38 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu39 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu40 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu41 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu42 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu43 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu44 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu45 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu46 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu47 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu48 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu49 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu50 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu51 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu52 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu53 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu54 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu55 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu56 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu57 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu58 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu59 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu60 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu61 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu62 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS acpicpu63 at acpi0: C2(0@100 io@0x814), C1(0@1 mwait), PSS "PNP0C33" at acpi0 not configured "AMDIF031" at acpi0 not configured "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured acpipwrres0 at acpi0: PWRS, resource for GPP0 acpipwrres1 at acpi0: PWRS, resource for U4UP acpipwrres2 at acpi0: PWRS, resource for U4P0 acpipwrres3 at acpi0: PWRS, resource for UP0D acpipwrres4 at acpi0: PWRS, resource for U4P1 acpipwrres5 at acpi0: PWRS, resource for UP1D acpipwrres6 at acpi0: PWRS, resource for U4P2 acpipwrres7 at acpi0: PWRS, resource for UXHC acpipwrres8 at acpi0: PWRS, resource for U4P3 acpipwrres9 at acpi0: PWRS, resource for UHI0 acpipwrres10 at acpi0: PRWL acpipwrres11 at acpi0: PRWB ipmi at mainbus0 not configured cpu0: 2496 MHz: speeds: 2500 2000 1500 MHz pci0 at mainbus0 bus 240 pchb0 at pci0 dev 0 function 0 vendor "AMD", unknown product 0x153a rev 0x00 vendor "AMD", unknown product 0x153b (class system subclass IOMMU, rev 0x01) at pci0 dev 0 function 2 not configured pchb1 at pci0 dev 1 function 0 vendor "AMD", unknown product 0x153d rev 0x00 ppb0 at pci0 dev 1 function 1 vendor "AMD", unknown product 0x153e rev 0x00: msi pci1 at ppb0 bus 241 vendor "NVIDIA", unknown product 0x2d04 (class display subclass VGA, rev 0xa1) at pci1 dev 0 function 0 not configured azalia0 at pci1 dev 0 function 1 vendor "NVIDIA", unknown product 0x22eb rev 0xa1: msi azalia0: no supported codecs pchb2 at pci0 dev 2 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb3 at pci0 dev 3 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb4 at pci0 dev 4 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb5 at pci0 dev 5 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb6 at pci0 dev 7 function 0 vendor "AMD", unknown product 0x153d rev 0x00 ppb1 at pci0 dev 7 function 1 vendor "AMD", unknown product 0x1555 rev 0x00 pci2 at ppb1 bus 242 vendor "AMD", unknown product 0x1556 (class instrumentation unknown subclass 0x00, rev 0x00) at pci2 dev 0 function 0 not configured xhci0 at pci2 dev 0 function 4 vendor "AMD", unknown product 0x1557 rev 0xda: msix, xHCI 1.20 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 pci3 at mainbus0 bus 208 pchb7 at pci3 dev 0 function 0 vendor "AMD", unknown product 0x153a rev 0x00 vendor "AMD", unknown product 0x153b (class system subclass IOMMU, rev 0x01) at pci3 dev 0 function 2 not configured pchb8 at pci3 dev 1 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb9 at pci3 dev 2 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb10 at pci3 dev 3 function 0 vendor "AMD", unknown product 0x153d rev 0x00 ppb2 at pci3 dev 3 function 1 vendor "AMD", unknown product 0x1554 rev 0x00: msi pci4 at ppb2 bus 209 ixl0 at pci4 dev 0 function 0 "Intel X710 10GBaseT" rev 0x02: port 0, FW 9.140.76856 API 1.15, msix, 8 queues, address ixl1 at pci4 dev 0 function 1 "Intel X710 10GBaseT" rev 0x02: port 2, FW 9.140.76856 API 1.15, msix, 8 queues, address ppb3 at pci3 dev 3 function 3 vendor "AMD", unknown product 0x1554 rev 0x00: msi pci5 at ppb3 bus 211 ppb4 at pci5 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x06 pci6 at ppb4 bus 212 pchb11 at pci3 dev 4 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb12 at pci3 dev 5 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb13 at pci3 dev 7 function 0 vendor "AMD", unknown product 0x153d rev 0x00 ppb5 at pci3 dev 7 function 1 vendor "AMD", unknown product 0x1555 rev 0x00 pci7 at ppb5 bus 213 vendor "AMD", unknown product 0x1556 (class instrumentation unknown subclass 0x00, rev 0x00) at pci7 dev 0 function 0 not configured vendor "AMD", unknown product 0x156e (class crypto subclass miscellaneous, rev 0x00) at pci7 dev 0 function 5 not configured pci8 at mainbus0 bus 0 pchb14 at pci8 dev 0 function 0 vendor "AMD", unknown product 0x153a rev 0x00 vendor "AMD", unknown product 0x153b (class system subclass IOMMU, rev 0x01) at pci8 dev 0 function 2 not configured pchb15 at pci8 dev 1 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb16 at pci8 dev 2 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb17 at pci8 dev 3 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb18 at pci8 dev 4 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb19 at pci8 dev 5 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb20 at pci8 dev 7 function 0 vendor "AMD", unknown product 0x153d rev 0x00 ppb6 at pci8 dev 7 function 1 vendor "AMD", unknown product 0x1555 rev 0x00 pci9 at ppb6 bus 1 vendor "AMD", unknown product 0x1556 (class instrumentation unknown subclass 0x00, rev 0x00) at pci9 dev 0 function 0 not configured piixpm0 at pci8 dev 20 function 0 "AMD FCH SMBus" rev 0x71: polling iic5 at piixpm0 iic6 at piixpm0 pcib0 at pci8 dev 20 function 3 "AMD FCH LPC" rev 0x51 pchb21 at pci8 dev 24 function 0 vendor "AMD", unknown product 0x12c0 rev 0x00 pchb22 at pci8 dev 24 function 1 vendor "AMD", unknown product 0x12c1 rev 0x00 pchb23 at pci8 dev 24 function 2 vendor "AMD", unknown product 0x12c2 rev 0x00 pchb24 at pci8 dev 24 function 3 vendor "AMD", unknown product 0x12c3 rev 0x00 pchb25 at pci8 dev 24 function 4 vendor "AMD", unknown product 0x12c4 rev 0x00 pchb26 at pci8 dev 24 function 5 vendor "AMD", unknown product 0x12c5 rev 0x00 pchb27 at pci8 dev 24 function 6 vendor "AMD", unknown product 0x12c6 rev 0x00 pchb28 at pci8 dev 24 function 7 vendor "AMD", unknown product 0x12c7 rev 0x00 isa0 at pcib0 isadma0 at isa0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 lm0 at isa0 port 0x290/8: W83627DHG pci10 at mainbus0 bus 32 pchb29 at pci10 dev 0 function 0 vendor "AMD", unknown product 0x153a rev 0x00 vendor "AMD", unknown product 0x153b (class system subclass IOMMU, rev 0x01) at pci10 dev 0 function 2 not configured pchb30 at pci10 dev 1 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb31 at pci10 dev 2 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb32 at pci10 dev 3 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb33 at pci10 dev 4 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb34 at pci10 dev 5 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb35 at pci10 dev 7 function 0 vendor "AMD", unknown product 0x153d rev 0x00 ppb7 at pci10 dev 7 function 1 vendor "AMD", unknown product 0x1555 rev 0x00 pci11 at ppb7 bus 33 vendor "AMD", unknown product 0x1556 (class instrumentation unknown subclass 0x00, rev 0x00) at pci11 dev 0 function 0 not configured xhci1 at pci11 dev 0 function 4 vendor "AMD", unknown product 0x1557 rev 0xda: msix, xHCI 1.20 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 pci11 dev 0 function 7 vendor "AMD", unknown product 0x14cc rev 0x00: msi azalia1: codecs: Realtek ALC1220 audio0 at azalia1 pci12 at mainbus0 bus 192 pchb36 at pci12 dev 0 function 0 vendor "AMD", unknown product 0x153a rev 0x00 pchb37 at pci12 dev 1 function 0 vendor "AMD", unknown product 0x153d rev 0x00 ppb8 at pci12 dev 1 function 1 vendor "AMD", unknown product 0x153e rev 0x00: msi pci13 at ppb8 bus 193 ice0 at pci13 dev 0 function 0 "Intel E810-C QSFP" rev 0x02: msix ice1 at pci13 dev 0 function 1 "Intel E810-C QSFP" rev 0x02: msix pchb38 at pci12 dev 2 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pci14 at mainbus0 bus 224 pchb39 at pci14 dev 0 function 0 vendor "AMD", unknown product 0x153a rev 0x00 pchb40 at pci14 dev 1 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb41 at pci14 dev 2 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pci15 at mainbus0 bus 64 pchb42 at pci15 dev 0 function 0 vendor "AMD", unknown product 0x153a rev 0x00 pchb43 at pci15 dev 1 function 0 vendor "AMD", unknown product 0x153d rev 0x00 ppb9 at pci15 dev 1 function 1 vendor "AMD", unknown product 0x153e rev 0x00: msi pci16 at ppb9 bus 65 ppb10 at pci16 dev 0 function 0 vendor "ASMedia", unknown product 0x2421 rev 0x01 pci17 at ppb10 bus 66 ppb11 at pci17 dev 0 function 0 vendor "ASMedia", unknown product 0x2423 rev 0x01: msi pci18 at ppb11 bus 71 ppb12 at pci17 dev 1 function 0 vendor "ASMedia", unknown product 0x2423 rev 0x01: msi pci19 at ppb12 bus 119 ppb13 at pci17 dev 2 function 0 vendor "ASMedia", unknown product 0x2423 rev 0x01 pci20 at ppb13 bus 167 xhci2 at pci20 dev 0 function 0 vendor "ASMedia", unknown product 0x2426 rev 0x01: msix, xHCI 1.20 usb2 at xhci2: USB revision 3.0 uhub2 at usb2 configuration 1 interface 0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1 ppb14 at pci17 dev 3 function 0 vendor "ASMedia", unknown product 0x2423 rev 0x01 pci21 at ppb14 bus 168 vendor "ASMedia", unknown product 0x2425 (class serial subclass USB, rev 0x01) at pci21 dev 0 function 0 not configured ppb15 at pci15 dev 1 function 2 vendor "AMD", unknown product 0x153e rev 0x00: msi pci22 at ppb15 bus 169 nvme0 at pci22 dev 0 function 0 "Samsung PM9C1" rev 0x00: msix, NVMe 2.0 nvme0: Samsung SSD 990 PRO 1TB, firmware 8B2QJXD7, serial scsibus1 at nvme0: 2 targets, initiator 0 sd0 at scsibus1 targ 1 lun 0: sd0: 953869MB, 512 bytes/sector, 1953525168 sectors ppb16 at pci15 dev 1 function 4 vendor "AMD", unknown product 0x153e rev 0x00: msi pci23 at ppb16 bus 170 ppb17 at pci23 dev 0 function 0 "AMD 600 Series PCIE" rev 0x01 pci24 at ppb17 bus 171 ppb18 at pci24 dev 0 function 0 "AMD 600 Series PCIE" rev 0x01: msi pci25 at ppb18 bus 172 nvme1 at pci25 dev 0 function 0 vendor "Phison", unknown product 0x5020 rev 0x01: msix, NVMe 1.4 nvme1: PASCARI XX106H0115T3P2116T300, firmware EKE234AF, serial scsibus2 at nvme1: 65 targets, initiator 0 sd1 at scsibus2 targ 1 lun 0: sd1: 14651290MB, 512 bytes/sector, 30005842608 sectors ppb19 at pci24 dev 12 function 0 "AMD 600 Series PCIE" rev 0x01 pci26 at ppb19 bus 173 xhci3 at pci26 dev 0 function 0 vendor "AMD", unknown product 0x43f8 rev 0x01: msix, xHCI 1.10 usb3 at xhci3: USB revision 3.0 uhub3 at usb3 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1 ppb20 at pci24 dev 13 function 0 "AMD 600 Series PCIE" rev 0x01 pci27 at ppb20 bus 174 ahci0 at pci27 dev 0 function 0 "AMD 600 Series AHCI" rev 0x01: msi, AHCI 1.3.1 scsibus3 at ahci0: 32 targets pchb44 at pci15 dev 2 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pci28 at mainbus0 bus 16 pchb45 at pci28 dev 0 function 0 vendor "AMD", unknown product 0x153a rev 0x00 pchb46 at pci28 dev 1 function 0 vendor "AMD", unknown product 0x153d rev 0x00 pchb47 at pci28 dev 2 function 0 vendor "AMD", unknown product 0x153d rev 0x00 vmm0 at mainbus0: SVM/RVI efifb0 at mainbus0: 2560x1440, 32bpp wsdisplay0 at efifb0 mux 1 wsdisplay0: screen 0-5 added (std, vt100 emulation) uhub4 at uhub1 port 2 configuration 1 interface 0 "Mitsumi Electric Hub in Apple Extended USB Keyboard" rev 1.10/1.22 addr 2 uhidev0 at uhub4 port 1 configuration 1 interface 0 "Mitsumi Electric Apple Extended USB Keyboard" rev 1.10/1.22 addr 3 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes wskbd0 at ukbd0 mux 1 wskbd0: connecting to wsdisplay0 uhidev1 at uhub4 port 1 configuration 1 interface 1 "Mitsumi Electric Apple Extended USB Keyboard" rev 1.10/1.22 addr 3 uhidev1: iclass 3/0, 3 report ids uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0 ucc0 at uhidev1 reportid 3: 12 usages, 10 keys, enum wskbd1 at ucc0 mux 1 wskbd1: connecting to wsdisplay0 uhub5 at uhub3 port 11 configuration 1 interface 0 "American Megatrends Inc. Virtual Hub" rev 2.00/1.00 addr 2 umass0 at uhub5 port 1 configuration 1 interface 0 "American Megatreds Inc. Virtual Cdrom Device" rev 2.00/5.04 addr 3 umass0: using SCSI over Bulk-Only scsibus4 at umass0: 2 targets, initiator 0 cd0 at scsibus4 targ 1 lun 0: removable serial. umass1 at uhub5 port 2 configuration 1 interface 0 "American Megatreds Inc. Virtual HDisk Device" rev 2.00/5.04 addr 4 umass1: using SCSI over Bulk-Only scsibus5 at umass1: 2 targets, initiator 0 sd2 at scsibus5 targ 1 lun 0: removable serial. urndis0 at uhub5 port 3 configuration 1 interface 0 "American Megatrends Inc. Virtual Ethernet." rev 2.00/1.00 addr 5 urndis0: using Vendor, address uhidev2 at uhub5 port 4 configuration 1 interface 0 "American Megatreds Inc. Virtual Keyboard and Mouse Gadget" rev 2.00/5.04 addr 6 uhidev2: iclass 3/1 ums0 at uhidev2: 3 buttons, Z dir wsmouse0 at ums0 mux 0 uhidev3 at uhub5 port 4 configuration 1 interface 1 "American Megatreds Inc. Virtual Keyboard and Mouse Gadget" rev 2.00/5.04 addr 6 uhidev3: iclass 3/1 ukbd1 at uhidev3: 8 variable keys, 6 key codes wskbd2 at ukbd1 mux 1 wskbd2: connecting to wsdisplay0 vscsi0 at root scsibus6 at vscsi0: 256 targets softraid0 at root scsibus7 at softraid0: 256 targets root on sd0a (.a) swap on sd0b dump on sd0b ice0: fw 7.3.4 api 1.7 nvm 4.30 etid 8001bcf8 netlist 4.2.2000-3.22.0.81d8b0b2 oem 1.3429.0 ddp 1.3.41.0, address ice1: fw 7.3.4 api 1.7 nvm 4.30 etid 8001bcf8 netlist 4.2.2000-3.22.0.81d8b0b2 oem 1.3429.0 ddp 1.3.41.0, address