NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/57452: Radeon 5700XT fails to initialize
The following reply was made to PR kern/57452; it has been noted by GNATS.
From: Andrius V <vezhlys%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: Taylor R Campbell <riastradh%netbsd.org@localhost>
Subject: Re: kern/57452: Radeon 5700XT fails to initialize
Date: Tue, 25 Jul 2023 11:43:48 +0300
Hi,
I have tested changes committed for PR kern/57059, PR kern/57325, PR
kern/57452 and it really helps with my Radeon 5700XT. amdgpufb
attaches properly and the NetBSD head kernel boots without issues. I
can start Xorg server, no artifacts are visible, except if switching
between Xorg and virtual console (then some parts of the screen are
not re-rendered and remain black, requiring Xorg server to be
restarted). However, applying all DRM changes to netbsd-10 code still
leads to the crash on boot, though the different one (thus, requires
new PR). I did some investigation, including comparison for dmesg
between current and netbsd-10, I can see that amdgpufb still attaches
properly on netbsd-10, which was not the case before the changes, but
DML code fails (attached backtrace, failure happens on
sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/amdgpu_dcn20_resource.c=
#1957)
. Considering all this, it is fine to close this PR as soon as pull
ups will be created and applied for NetBSD 10. I will create new PR
after if the cause for new issue won't be determined till then.
[drm] Initialized amdgpu 3.36.0 20150101 for amdgpu0 on minor 0
amdgpufb0: framebuffer at 0xd04c9000, size 2560x1440, depth 32, stride 1024=
0
{drm:netbsd:dm_update_crtc_state+0x284} amdgpu_crtc id:0
crtc_state_flags: enable:1, active:1, planes_changed:0,
mode_changed:1,active_changed:1,connectors_changed:1
{drm:netbsd:create_stream_for_sink+0x224} Destination Rectangle x:0
y:0 width:2560 height:1440
{drm:netbsd:dm_update_crtc_state+0x529} amdgpu_crtc id:0
crtc_state_flags: enable:1, active:1, planes_changed:0,
mode_changed:1,active_changed:1,connectors_changed:1
{drm:netbsd:dm_update_crtc_state+0x5cb} Enabling DRM crtc: 62
{drm:netbsd:dm_update_plane_state+0x29e} Enabling DRM plane: 55 on DRM crtc=
62
[SCALER]:resource_build_scaling_params: Viewport:
height:1440 width:2560 x:0 y:0
dst_rect:
height:1440 width:2560 x:0 y:0
[SCALER]:resource_build_scaling_params: Viewport:
height:1440 width:2560 x:0 y:0
dst_rect:
height:1440 width:2560 x:0 y:0
panic: fpu trap from kernel at
netbsd:dcn20_populate_dml_pipes_from_context+0x230, trapframe
0xffff8a086a1c07a0
cpu0: Begin traceback...
vpanic() at netbsd:vpanic+0x183
panic() at netbsd:panic+0x3c
fputrap() at netbsd:fputrap+0x17e
Xtrap16() at netbsd:Xtrap16+0xbe
dcn20_fast_validate_bw() at netbsd:dcn20_fast_validate_bw+0x5f
dcn20_validate_bandwidth_internal() at
netbsd:dcn20_validate_bandwidth_internal+0xaf
dcn20_validate_bandwidth() at netbsd:dcn20_validate_bandwidth+0x52
dc_validate_global_state() at netbsd:dc_validate_global_state+0x2a5
amdgpu_dm_atomic_check() at netbsd:amdgpu_dm_atomic_check+0x11a1
drm_atomic_check_only() at netbsd:drm_atomic_check_only+0x51d
drm_atomic_commit() at netbsd:drm_atomic_commit+0x13
drm_client_modeset_commit_atomic() at
netbsd:drm_client_modeset_commit_atomic+0x19a
drm_client_modeset_commit_force() at netbsd:drm_client_modeset_commit_force=
+0x4c
drm_fb_helper_restore_fbdev_mode_unlocked() at
netbsd:drm_fb_helper_restore_fbdev_mode_unlocked+0x55
drmfb_genfb_setmode() at netbsd:drmfb_genfb_setmode+0x17
genfb_attach() at netbsd:genfb_attach+0x1af
drmfb_attach() at netbsd:drmfb_attach+0x23c
amdgpufb_attach_task() at netbsd:amdgpufb_attach_task+0x4a
amdgpu_attach_real() at netbsd:amdgpu_attach_real+0xf3
config_mountroot_thread() at netbsd:config_mountroot_thread+0x60
cpu0: End traceback...
fatal breakpoint trap in supervisor mode
trap type 1 code 0 rip 0xffffffff80235425 cs 0x8 rflags 0x2 cr2
0xffff8a085a49c000 ilevel 0x6 rsp 0xffff8a086a1c05d0
curlwp 0xffffca6815c57540 pid 0.301 lowest kstack 0xffff8a086a1bc2c0
Stopped in pid 0.301 (system) at netbsd:breakpoint+0x5: leave
On Mon, Jun 5, 2023 at 11:28=E2=80=AFAM <vezhlys%netscape.net@localhost> wrote:
>
> >Number: 57452
> >Category: kern
> >Synopsis: Radeon 5700XT fails to initialize
> >Confidential: no
> >Severity: serious
> >Priority: medium
> >Responsible: kern-bug-people
> >State: open
> >Class: sw-bug
> >Submitter-Id: net
> >Arrival-Date: Mon Jun 05 08:25:00 +0000 2023
> >Originator: Andrius V
> >Release: 10.99.4
> >Organization:
> >Environment:
> NetBSD 10.99.4 (GENERIC) #0: Thu Jun 1 07:44:10 UTC 2023 mkrepro@mkrepr=
o.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64
> >Description:
> I have tried to test Radeon 5700 XT based graphics card (Sapphire PULSE R=
X 5700 XT 8G GDDR6), however it failed to properly initialize on the boot. =
amdgpu driver initializes with some errors (provided below), however, the m=
ain issue that amdgpufb is not being attached at any point, causing the cra=
sh that no console device is found (if no other console device is available=
(serial/other gpu)). Are those ring test errors causing that or not, I am =
not sure yet.
>
> Errors and warnings from dmesg:
> amdgpu0: WARNING: power management not supported
> ...
> amdgpu0: warn: RAS: ras ta ucode is not available
> ...
> [drm] Initialized amdgpu 3.36.0 20150101 for amdgpu0 on minor 1
> {drm:amdgpu:gfx_v10_0_ring_test_ib+0x179} *ERROR* amdgpu: IB test timed o=
ut.
> amdgpu0 {drm:amdgpu:amdgpu_ib_ring_tests+0xdc} *ERROR* IB test failed on =
kiq_2.1.0 (-60).
> {drm:netbsd:linux_workqueue_thread+0x15e} *ERROR* ib ring test failed (-6=
0).
>
> pcictl dump:
> http://www.netbsd.org/~andvar/amdgpupcictl-dump.txt
>
>
> Full dmesg (boot with serial console and additional nvidia card attached)=
:
> 2 Hz quality 100
> efi: missing or invalid systbl
> SMBIOS rev. 3.3 @ 0xe6c70 (35 entries)
> mainbus0 (root)
> ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
> ACPI: XSDT 0x00000000BD482728 0000BC (v01 ALASKA A M I 01072009 AMI 0=
1000013)
> ACPI: FACP 0x00000000BCDAF000 000114 (v06 ALASKA A M I 01072009 AMI 0=
0010013)
> ACPI: DSDT 0x00000000BCDA9000 0056FB (v02 ALASKA A M I 01072009 INTL 2=
0120913)
> ACPI: FACS 0x00000000BD47D000 000040
> ACPI: BHMB 0x00000000BCDBE000 000474 (v01 ALASKA A M I 00000001 AMI 0=
0000001)
> ACPI: SSDT 0x00000000BCDB5000 008CE9 (v02 AMD AmdTable 00000002 MSFT 0=
4000000)
> ACPI: SSDT 0x00000000BCDB1000 003BDD (v01 AMD AMD AOD 00000001 INTL 2=
0120913)
> ACPI: SSDT 0x00000000BCDB0000 0000C8 (v02 ALASKA CPUSSDT 01072009 AMI 0=
1072009)
> ACPI: FIDT 0x00000000BCDA8000 00009C (v01 ALASKA A M I 01072009 AMI 0=
0010013)
> ACPI: MCFG 0x00000000BCDA7000 00003C (v01 ALASKA A M I 01072009 MSFT 0=
0010013)
> ACPI: HPET 0x00000000BCDA6000 000038 (v01 ALASKA A M I 01072009 AMI 0=
0000005)
> ACPI: IVRS 0x00000000BCDA5000 0000D0 (v02 AMD AmdTable 00000001 AMD 0=
0000001)
> ACPI: FPDT 0x00000000BCDA4000 000044 (v01 ALASKA A M I 01072009 AMI 0=
1000013)
> ACPI: TPM2 0x00000000BCDA3000 00004C (v04 ALASKA A M I 00000001 AMI 0=
0000000)
> ACPI: PCCT 0x00000000BCDA2000 00006E (v02 AMD AmdTable 00000001 AMD 0=
0000001)
> ACPI: SSDT 0x00000000BCD9E000 003047 (v02 AMD AmdTable 00000001 AMD 0=
0000001)
> ACPI: CRAT 0x00000000BCD9D000 000B90 (v01 AMD AmdTable 00000001 AMD 0=
0000001)
> ACPI: CDIT 0x00000000BCD9C000 000029 (v01 AMD AmdTable 00000001 AMD 0=
0000001)
> ACPI: SSDT 0x00000000BCD98000 0037B0 (v01 AMD MYRTLE 00000001 INTL 2=
0120913)
> ACPI: SSDT 0x00000000BCD97000 0000BF (v01 AMD AmdTable 00001000 INTL 2=
0120913)
> ACPI: WSMT 0x00000000BCD96000 000028 (v01 ALASKA A M I 01072009 AMI 0=
0010013)
> ACPI: APIC 0x00000000BCD95000 00015E (v03 ALASKA A M I 01072009 AMI 0=
0010013)
> ACPI: 7 ACPI AML tables successfully acquired and loaded
> ioapic0 at mainbus0 apid 13: pa 0xfec00000, version 0x21, 24 pins
> ioapic1 at mainbus0 apid 14: pa 0xfec01000, version 0x21, 32 pins
> cpu0 at mainbus0 apid 0
> cpu0: 16 page colors
> cpu0: Use mfence to serialize rdtsc
> cpu0: TSC freq from delay 3576220300 Hz
> cpu0: [re]calibrating local timer
> cpu0: apic clock running at 99 MHz
> cpu0: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu0: node 0, package 0, core 0, smt 0
> cpu1 at mainbus0 apid 2
> cpu1: 2 page colors
> cpu1: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu1: node 0, package 0, core 1, smt 0
> cpu2 at mainbus0 apid 4
> cpu2: 2 page colors
> cpu2: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu2: node 0, package 0, core 2, smt 0
> cpu3 at mainbus0 apid 6
> cpu3: 2 page colors
> cpu3: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu3: node 0, package 0, core 3, smt 0
> cpu4 at mainbus0 apid 8
> cpu4: 2 page colors
> cpu4: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu4: node 0, package 0, core 4, smt 0
> cpu5 at mainbus0 apid 10
> cpu5: 2 page colors
> cpu5: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu5: node 0, package 0, core 5, smt 0
> cpu6 at mainbus0 apid 1
> cpu6: 2 page colors
> cpu6: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu6: node 0, package 0, core 0, smt 1
> cpu7 at mainbus0 apid 3
> cpu7: 2 page colors
> cpu7: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu7: node 0, package 0, core 1, smt 1
> cpu8 at mainbus0 apid 5
> cpu8: 2 page colors
> cpu8: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu8: node 0, package 0, core 2, smt 1
> cpu9 at mainbus0 apid 7
> cpu9: 2 page colors
> cpu9: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu9: node 0, package 0, core 3, smt 1
> cpu10 at mainbus0 apid 9
> cpu10: 2 page colors
> cpu10: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu10: node 0, package 0, core 4, smt 1
> cpu11 at mainbus0 apid 11
> cpu11: 2 page colors
> cpu11: AMD Ryzen 5 5600 6-Core Processor , id 0xa20f12
> cpu11: node 0, package 0, core 5, smt 1
> acpi0 at mainbus0: Intel ACPICA 20221020
> acpi0: X/RSDT: OemId <ALASKA, A M I ,01072009>, AslId <AMI ,01000013>
> allocated pic ioapic0 type level pin 9 level 6 to cpu0 slot 0 idt entry 9=
6
> acpi0: autoconfiguration error: invalid PCI address for D020
> acpi0: autoconfiguration error: invalid PCI address for D025
> acpi0: MCFG: segment 0, bus 0-127, address 0x00000000f0000000
> MCFG: MEMMAP: 0x0000000000000000-0x000000000009d7ff, size=3D0x00000000000=
9d800, type=3D1(Memory)
> MCFG: MEMMAP: 0x000000000009d800-0x000000000009ffff, size=3D0x00000000000=
02800, type=3D2(Reserved)
> MCFG: MEMMAP: 0x00000000000e0000-0x00000000000fffff, size=3D0x00000000000=
20000, type=3D2(Reserved)
> MCFG: MEMMAP: 0x0000000000100000-0x0000000009afefff, size=3D0x00000000099=
ff000, type=3D1(Memory)
> MCFG: MEMMAP: 0x0000000009aff000-0x0000000009ffffff, size=3D0x00000000005=
01000, type=3D2(Reserved)
> MCFG: MEMMAP: 0x000000000a000000-0x000000000a1fffff, size=3D0x00000000002=
00000, type=3D1(Memory)
> MCFG: MEMMAP: 0x000000000a200000-0x000000000a20dfff, size=3D0x00000000000=
0e000, type=3D4(NVS)
> MCFG: MEMMAP: 0x000000000a20e000-0x000000000affffff, size=3D0x0000000000d=
f2000, type=3D1(Memory)
> MCFG: MEMMAP: 0x000000000b000000-0x000000000b01ffff, size=3D0x00000000000=
20000, type=3D2(Reserved)
> MCFG: MEMMAP: 0x000000000b020000-0x00000000bca3cfff, size=3D0x00000000b1a=
1d000, type=3D1(Memory)
> MCFG: MEMMAP: 0x00000000bca3d000-0x00000000bcd76fff, size=3D0x00000000003=
3a000, type=3D2(Reserved)
> MCFG: MEMMAP: 0x00000000bcd77000-0x00000000bcdbefff, size=3D0x00000000000=
48000, type=3D3(ACPI)
> MCFG: MEMMAP: 0x00000000bcdbf000-0x00000000bd499fff, size=3D0x00000000006=
db000, type=3D4(NVS)
> MCFG: MEMMAP: 0x00000000bd49a000-0x00000000bdffefff, size=3D0x0000000000b=
65000, type=3D2(Reserved)
> MCFG: MEMMAP: 0x00000000bdfff000-0x00000000beffffff, size=3D0x00000000010=
01000, type=3D1(Memory)
> MCFG: MEMMAP: 0x0000000100000000-0x000000083f37ffff, size=3D0x000000073f3=
80000, type=3D1(Memory)
> MCFG: MEMMAP: 0x00000000bf000000-0x00000000bfffffff, size=3D0x00000000010=
00000, type=3D2(Reserved)
> MCFG: MEMMAP: 0x00000000f0000000-0x00000000f7ffffff, size=3D0x00000000080=
00000, type=3D2(Reserved)
> acpi0: MCFG: segment 0, bus 0-127, address 0x00000000f0000000
> acpi0: SCI interrupting at int 9
> acpi0: fixed power button present
> timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
> acpi0: ACPI-Safe 32-bit timer
> hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
> timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
> AMDN (PNP0C01) at acpi0 not configured
> attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
> pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
> spkr0 at pcppi1: PC Speaker
> wsbell at spkr0 not configured
> midi0 at pcppi1: PC speaker
> sysbeep0 at pcppi1
> pckbc1 at acpi0 (PS2K, PNP0303-0) (kbd port): io 0x60,0x64 irq 1
> com0 at acpi0 (UAR1, PNP0501-0): io 0x3f8-0x3ff irq 4
> com0: ns16550a, 16-byte FIFO
> com0: console
> allocated pic ioapic0 type edge pin 4 level 8 to cpu0 slot 1 idt entry 12=
9
> acpibut0 at acpi0 (PWRB, PNP0C0C-170): ACPI Power Button
> GPIO (AMDI0030) at acpi0 not configured
> TPM (MSFT0101) at acpi0 not configured
> PTIO (AMDIF030) at acpi0 not configured
> acpitz0 at acpi0 (THRM)
> acpitz0: polling interval 30.0 seconds
> acpitz0: levels: critical 90.0 C, passive cooling
> acpiwmi0 at acpi0 (AOD, PNP0C14-AOD): ACPI WMI Interface
> acpiwmi0: {ABBC0F6A-8EA1-11D1-00A0-C90629100000} oid 4141 count 01 flags =
02
> acpiwmi0: {05901221-D566-11D1-B2F0-00A0C9062910} oid 4142 count 01 flags =
00
> acpiwmibus at acpiwmi0 not configured
> ACPI: Enabled 2 GPEs in block 00 to 1F
> attimer1: attached to pcppi1
> pckbdprobe: reset error 5
> pmsprobe: reset error 5
> pci0 at mainbus0 bus 0: configuration mode 1
> acpi0: MCFG: 000:00:0: Ok (cfg[0x100]=3D0x14801022 extconf=3DY)
> acpi0: MCFG: 000:00:2: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:00:2: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:01:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:01:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:01:1: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 000:01:2: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 000:02:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:02:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:03:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:03:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:03:1: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 000:04:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:04:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:05:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:05:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:07:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:07:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:07:1: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 000:08:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:08:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:08:1: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 000:20:0: invalid config space (cfg[0x100]=3D0x790b1022, ali=
as=3Dtrue)
> acpi0: MCFG: 000:20:0: Ok (cfg[0x100]=3D0x790b1022 extconf=3DN)
> acpi0: MCFG: 000:20:3: invalid config space (cfg[0x100]=3D0x790e1022, ali=
as=3Dtrue)
> acpi0: MCFG: 000:20:3: Ok (cfg[0x100]=3D0x790e1022 extconf=3DN)
> acpi0: MCFG: 000:24:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:24:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:24:1: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:24:1: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:24:2: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:24:2: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:24:3: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:24:3: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:24:4: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:24:4: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:24:5: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:24:5: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:24:6: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:24:6: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: 000:24:7: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 000:24:7: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: bus 0: valid devices
> acpi0: MCFG: 000:00:0
> acpi0: MCFG: 000:00:2
> acpi0: MCFG: 000:01:0
> acpi0: MCFG: 000:01:1
> acpi0: MCFG: 000:01:2
> acpi0: MCFG: 000:02:0
> acpi0: MCFG: 000:03:0
> acpi0: MCFG: 000:03:1
> acpi0: MCFG: 000:04:0
> acpi0: MCFG: 000:05:0
> acpi0: MCFG: 000:07:0
> acpi0: MCFG: 000:07:1
> acpi0: MCFG: 000:08:0
> acpi0: MCFG: 000:08:1
> acpi0: MCFG: 000:20:0
> acpi0: MCFG: 000:20:3
> acpi0: MCFG: 000:24:0
> acpi0: MCFG: 000:24:1
> acpi0: MCFG: 000:24:2
> acpi0: MCFG: 000:24:3
> acpi0: MCFG: 000:24:4
> acpi0: MCFG: 000:24:5
> acpi0: MCFG: 000:24:6
> acpi0: MCFG: 000:24:7
> acpi0: acpimcfg_map_bus done
> pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
> amdsmn0 at pci0 dev 0 function 0: AMD System Management Network
> amdzentemp0 at amdsmn0: AMD CPU Temperature Sensors (Family19h)
> AMD Family17h/7xh IOMMU (IOMMU system) at pci0 dev 0 function 2 not confi=
gured
> pchb0 at pci0 dev 1 function 0: AMD 17h/7xh Host Bridge (rev. 0x00)
> ppb0 at pci0 dev 1 function 1: AMD 17h/7xh PCIe (rev. 0x00)
> ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> =
x8 @ 8.0GT/s
> ppb0: link is x4 @ 8.0GT/s
> pci1 at ppb0 bus 1
> acpi0: MCFG: 001:00:0: Ok (cfg[0x100]=3D0x20010001 extconf=3DY)
> acpi0: MCFG: 001:00:1: Ok (cfg[0x100]=3D0x00010001 extconf=3DY)
> acpi0: MCFG: 001:00:2: Ok (cfg[0x100]=3D0x00010001 extconf=3DY)
> acpi0: MCFG: bus 1: valid devices
> acpi0: MCFG: 001:00:0
> acpi0: MCFG: 001:00:1
> acpi0: MCFG: 001:00:2
> acpi0: acpimcfg_map_bus done
> pci1: i/o space, memory space enabled, rd/line, wr/inv ok
> xhci0 at pci1 dev 0 function 0: AMD product 43b9 (rev. 0x02)
> xhci0: 64-bit DMA
> allocated pic msix0 type edge pin 0 level 6 to cpu0 slot 16 idt entry 97
> xhci0: interrupting at msix0 vec 0
> xhci0: xHCI version 1.10
> xhci0: hcs1=3D1600087f hcs2=3Dfc0000fa hcs3=3D200000a
> xhci0: hcc=3D0x200ef81<XECP=3D0x200,MAXPSA=3D0xe,CFC,SEC,SPC,PAE,NSS,AC64=
>
> xhci0: xECP 800
> xhci0: hcc2=3D0x3f<CIC,LEC,CTC,FSC,CMC,U3C>
> xhci0: ECR: 0x00000801
> xhci0: ECR: 0x03100802
> xhci0: SP: 0x03100802 0x20425355 0x00000201 0x00000000
> xhci0: ss ports 1 - 2
> xhci0: ECR: 0x03000802
> xhci0: SP: 0x03000802 0x20425355 0x00000603 0x00000000
> xhci0: ss ports 3 - 8
> xhci0: ECR: 0x02000802
> xhci0: SP: 0x02000802 0x20425355 0x00190e09 0x00000000
> xhci0: hs ports 9 - 22
> xhci0: ECR: 0x0000000a
> xhci0: PAGESIZE 0x00000001
> xhci0: sc_pgsz 0x00001000
> xhci0: sc_maxslots 0x0000007f
> xhci0: sc_maxports 22
> xhci0: sc_maxspbuf 31
> xhci0: eventst: 0x000000013e898fc0 0xffffa6085abbbfc0 1000
> xhci0: dcbaa: 0x000000013e899000 0xffffa6085abbc000 1000
> xhci0: current IMOD 0
> xhci0: USBCMD 0x00000005
> usb0 at xhci0: USB revision 3.1
> usb1 at xhci0: USB revision 2.0
> ahcisata0 at pci1 dev 0 function 1: AMD product 43b5 (rev. 0x02)
> ahcisata0: 64-bit DMA
> ahcisata0: AHCI revision 1.31, 8 ports, 32 slots, CAP 0xef36ff27<SXS,PSC,=
SSC,PMD,SPM,SAM,ISS=3D0x3=3DGen3,SCLO,SAL,SALP,SSS,SSNTF,SNCQ,S64A>
> allocated pic msi1 type edge pin 0 level 6 to cpu0 slot 17 idt entry 98
> ahcisata0: interrupting at msi1 vec 0
> atabus0 at ahcisata0 channel 0
> atabus1 at ahcisata0 channel 1
> atabus2 at ahcisata0 channel 2
> atabus3 at ahcisata0 channel 3
> atabus4 at ahcisata0 channel 4
> atabus5 at ahcisata0 channel 5
> atabus6 at ahcisata0 channel 6
> atabus7 at ahcisata0 channel 7
> ppb1 at pci1 dev 0 function 2: AMD product 43b0 (rev. 0x02)
> ppb1: PCI Express capability version 2 <Upstream Port of PCI-E Switch>
> pci2 at ppb1 bus 2
> acpi0: MCFG: 002:00:0: Ok (cfg[0x100]=3D0x20010001 extconf=3DY)
> acpi0: MCFG: 002:01:0: Ok (cfg[0x100]=3D0x20010001 extconf=3DY)
> acpi0: MCFG: 002:02:0: Ok (cfg[0x100]=3D0x20010001 extconf=3DY)
> acpi0: MCFG: 002:03:0: Ok (cfg[0x100]=3D0x20010001 extconf=3DY)
> acpi0: MCFG: 002:04:0: Ok (cfg[0x100]=3D0x20010001 extconf=3DY)
> acpi0: MCFG: 002:06:0: Ok (cfg[0x100]=3D0x20010001 extconf=3DY)
> acpi0: MCFG: 002:07:0: Ok (cfg[0x100]=3D0x20010001 extconf=3DY)
> acpi0: MCFG: bus 2: valid devices
> acpi0: MCFG: 002:00:0
> acpi0: MCFG: 002:01:0
> acpi0: MCFG: 002:02:0
> acpi0: MCFG: 002:03:0
> acpi0: MCFG: 002:04:0
> acpi0: MCFG: 002:06:0
> acpi0: MCFG: 002:07:0
> acpi0: acpimcfg_map_bus done
> pci2: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb2 at pci2 dev 0 function 0: AMD 300 Series PCIe (rev. 0x02)
> ppb2: PCI Express capability version 2 <Downstream Port of PCI-E Switch> =
x1 @ 5.0GT/s
> pci3 at ppb2 bus 3
> acpi0: MCFG: bus 3: no valid devices.
> acpi0: acpimcfg_map_bus done
> pci3: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb3 at pci2 dev 1 function 0: AMD 300 Series PCIe (rev. 0x02)
> ppb3: PCI Express capability version 2 <Downstream Port of PCI-E Switch> =
x1 @ 5.0GT/s
> ppb3: link is x1 @ 2.5GT/s
> pci4 at ppb3 bus 4
> acpi0: MCFG: 004:00:0: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 004:00:0: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: bus 4: valid devices
> acpi0: MCFG: 004:00:0
> acpi0: acpimcfg_map_bus done
> pci4: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb4 at pci4 dev 0 function 0: ASMedia ASM1083/1085 PCIe-PCI Bridge (rev.=
0x03)
> pci5 at ppb4 bus 5
> acpi0: MCFG: bus 5: no valid devices.
> acpi0: acpimcfg_map_bus done
> pci5: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb5 at pci2 dev 2 function 0: AMD 300 Series PCIe (rev. 0x02)
> ppb5: PCI Express capability version 2 <Downstream Port of PCI-E Switch> =
x1 @ 5.0GT/s
> pci6 at ppb5 bus 6
> acpi0: MCFG: bus 6: no valid devices.
> acpi0: acpimcfg_map_bus done
> pci6: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb6 at pci2 dev 3 function 0: AMD 300 Series PCIe (rev. 0x02)
> ppb6: PCI Express capability version 2 <Downstream Port of PCI-E Switch> =
x1 @ 5.0GT/s
> pci7 at ppb6 bus 7
> acpi0: MCFG: bus 7: no valid devices.
> acpi0: acpimcfg_map_bus done
> pci7: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb7 at pci2 dev 4 function 0: AMD 300 Series PCIe (rev. 0x02)
> ppb7: PCI Express capability version 2 <Downstream Port of PCI-E Switch> =
x2 @ 5.0GT/s
> pci8 at ppb7 bus 8
> acpi0: MCFG: 008:00:0: Ok (cfg[0x100]=3D0x15020001 extconf=3DY)
> acpi0: MCFG: bus 8: valid devices
> acpi0: MCFG: 008:00:0
> acpi0: acpimcfg_map_bus done
> pci8: i/o space, memory space enabled, rd/line, wr/inv ok
> aq0 at pci8 dev 0 function 0: Aquantia AQC100 10 Gigabit Network Adapter =
(rev. 0x02)
> aq0: FLB> MAC kickstart done, 311 ms
> aq0: FLB> F/W restart: 10 ms
> aq0: FLB> F/W successfully loaded from flash.
> aq0: Atlantic revision B1, F/W version 3.1.58
> aq0: ncpu=3D12, pci_msix_count=3D32. allocate 16 interrupts for 8*2 queue=
s
> allocated pic msix2 type edge pin 0 level 6 to cpu0 slot 18 idt entry 99
> allocated pic msix2 type edge pin 1 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 2 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 3 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 4 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 5 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 6 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 7 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 8 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 9 level 6 to cpu0 slot 19 idt entry 100
> allocated pic msix2 type edge pin 10 level 6 to cpu0 slot 19 idt entry 10=
0
> allocated pic msix2 type edge pin 11 level 6 to cpu0 slot 19 idt entry 10=
0
> allocated pic msix2 type edge pin 12 level 6 to cpu0 slot 19 idt entry 10=
0
> allocated pic msix2 type edge pin 13 level 6 to cpu0 slot 20 idt entry 10=
1
> allocated pic msix2 type edge pin 14 level 6 to cpu0 slot 20 idt entry 10=
1
> allocated pic msix2 type edge pin 15 level 6 to cpu0 slot 20 idt entry 10=
1
> aq0: fw2x> F/W capabilities=3D0x63c0001900007f00<PAUSE,ASYMMETRIC-PAUSE,L=
INK-DROP,SLEEP-PROXY,WOL,MAC-STOP,WOL-TIMER,STATISTICS>
> aq0: Etheraddr: xx:xx:xx:xx:xx:xx
> ppb8 at pci2 dev 6 function 0: AMD 300 Series PCIe (rev. 0x02)
> ppb8: PCI Express capability version 2 <Downstream Port of PCI-E Switch> =
x1 @ 5.0GT/s
> pci9 at ppb8 bus 9
> acpi0: MCFG: bus 9: no valid devices.
> acpi0: acpimcfg_map_bus done
> pci9: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb9 at pci2 dev 7 function 0: AMD 300 Series PCIe (rev. 0x02)
> ppb9: PCI Express capability version 2 <Downstream Port of PCI-E Switch> =
x1 @ 5.0GT/s
> ppb9: link is x1 @ 2.5GT/s
> pci10 at ppb9 bus 10
> acpi0: MCFG: 010:00:0: Ok (cfg[0x100]=3D0x12810002 extconf=3DY)
> acpi0: MCFG: 010:00:1: invalid config space (cfg[0x100]=3D0x00000000, ali=
as=3Dfalse)
> acpi0: MCFG: 010:00:1: Ok (cfg[0x100]=3D0x00000000 extconf=3DN)
> acpi0: MCFG: bus 10: valid devices
> acpi0: MCFG: 010:00:0
> acpi0: MCFG: 010:00:1
> acpi0: acpimcfg_map_bus done
> pci10: i/o space, memory space enabled, rd/line, wr/inv ok
> nouveau0 at pci10 dev 0 function 0: NVIDIA GeForce GT 730 (rev. 0xa1)
> nouveau0: WARNING: power management not supported
> hdaudio0 at pci10 dev 0 function 1: HD Audio Controller
> allocated pic msi3 type edge pin 0 level 7 to cpu0 slot 20 idt entry 112
> hdaudio0: interrupting at msi3 vec 0
> hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 4, 64-bit
> hdafg0 at hdaudio0 vendor 0x10DE product 0x0051 nid 0x01: NVIDIA product =
0051
> hdafg0: DP00 8ch: Digital Out [Jack]
> nid=3D04 [pin: Digital Out (Jack)]
> nid=3D08 [audio output] [source: dac]
> hdafg0: DP01 8ch: Digital Out [Jack]
> nid=3D05 [pin: Digital Out (Jack)]
> nid=3D09 [audio output] [source: dac]
> hdafg0: DP02 8ch: Digital Out [Jack]
> nid=3D06 [pin: Digital Out (Jack)]
> nid=3D0A [audio output] [source: dac]
> hdafg0: DP03 8ch: Digital Out [Jack]
> nid=3D07 [pin: Digital Out (Jack)]
> nid=3D0B [audio output] [source: dac]
> hdafg0: 8ch/0ch 48000Hz PCM16*
> audio0 at hdafg0: playback, capture, full duplex, independent
> audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
> audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
> spkr1 at audio0: PC Speaker (synthesized)
> wsbell at spkr1 not configured
> ppb10 at pci0 dev 1 function 2: AMD 17h/7xh PCIe (rev. 0x00)
> ppb10: PCI Express capability version 2 <Root Port of PCI-E Root Complex>=
x4 @ 8.0GT/s
> pci11 at ppb10 bus 11
> acpi0: MCFG: 011:00:0: Ok (cfg[0x100]=3D0x15020001 extconf=3DY)
> acpi0: MCFG: bus 11: valid devices
> acpi0: MCFG: 011:00:0
> acpi0: acpimcfg_map_bus done
> pci11: i/o space, memory space enabled, rd/line, wr/inv ok
> nvme0 at pci11 dev 0 function 0: Western Digital (SanDisk) product 5019 (=
rev. 0x01)
> nvme0: NVMe 1.4
> allocated pic msix4 type edge pin 0 level 6 to cpu0 slot 21 idt entry 101
> nvme0: for admin queue interrupting at msix4 vec 0
> nvme0: WDC WDS100T2B0C-00PXH0, firmware 233010WD, serial 21281W452002
> allocated pic msix4 type edge pin 1 level 6 to cpu0 slot 22 idt entry 102
> nvme0: for io queue 1 interrupting at msix4 vec 1 affinity to cpu0
> allocated pic msix4 type edge pin 2 level 6 to cpu0 slot 23 idt entry 103
> nvme0: for io queue 2 interrupting at msix4 vec 2 affinity to cpu1
> allocated pic msix4 type edge pin 3 level 6 to cpu0 slot 23 idt entry 103
> nvme0: for io queue 3 interrupting at msix4 vec 3 affinity to cpu2
> allocated pic msix4 type edge pin 4 level 6 to cpu0 slot 23 idt entry 103
> nvme0: for io queue 4 interrupting at msix4 vec 4 affinity to cpu3
> allocated pic msix4 type edge pin 5 level 6 to cpu0 slot 23 idt entry 103
> nvme0: for io queue 5 interrupting at msix4 vec 5 affinity to cpu4
> allocated pic msix4 type edge pin 6 level 6 to cpu0 slot 23 idt entry 103
> nvme0: for io queue 6 interrupting at msix4 vec 6 affinity to cpu5
> allocated pic msix4 type edge pin 7 level 6 to cpu0 slot 23 idt entry 103
> nvme0: for io queue 7 interrupting at msix4 vec 7 affinity to cpu6
> allocated pic msix4 type edge pin 8 level 6 to cpu0 slot 23 idt entry 103
> nvme0: for io queue 8 interrupting at msix4 vec 8 affinity to cpu7
> allocated pic msix4 type edge pin 9 level 6 to cpu0 slot 23 idt entry 103
> nvme0: for io queue 9 interrupting at msix4 vec 9 affinity to cpu8
> allocated pic msix4 type edge pin 10 level 6 to cpu0 slot 23 idt entry 10=
3
> nvme0: for io queue 10 interrupting at msix4 vec 10 affinity to cpu9
> allocated pic msix4 type edge pin 11 level 6 to cpu0 slot 23 idt entry 10=
3
> nvme0: for io queue 11 interrupting at msix4 vec 11 affinity to cpu10
> allocated pic msix4 type edge pin 12 level 6 to cpu0 slot 23 idt entry 10=
3
> nvme0: for io queue 12 interrupting at msix4 vec 12 affinity to cpu11
> ld0 at nvme0 nsid 1
> ld0: 931 GB, 121601 cyl, 255 head, 63 sec, 512 bytes/sect x 1953525168 se=
ctors
> pchb1 at pci0 dev 2 function 0: AMD 17h/7xh Host Bridge (rev. 0x00)
> pchb2 at pci0 dev 3 function 0: AMD 17h/7xh Host Bridge (rev. 0x00)
> ppb11 at pci0 dev 3 function 1: AMD 17h/7xh PCIe (rev. 0x00)
> ppb11: PCI Express capability version 2 <Root Port of PCI-E Root Complex>=
x4 @ 8.0GT/s
> pci12 at ppb11 bus 12
> acpi0: MCFG: 012:00:0: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: bus 12: valid devices
> acpi0: MCFG: 012:00:0
> acpi0: acpimcfg_map_bus done
> pci12: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb12 at pci12 dev 0 function 0: ATI Technologies product 1478 (rev. 0xc1=
)
> ppb12: PCI Express capability version 2 <Upstream Port of PCI-E Switch>
> pci13 at ppb12 bus 13
> acpi0: MCFG: 013:00:0: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: bus 13: valid devices
> acpi0: MCFG: 013:00:0
> acpi0: acpimcfg_map_bus done
> pci13: i/o space, memory space enabled, rd/line, wr/inv ok
> ppb13 at pci13 dev 0 function 0: ATI Technologies product 1479 (rev. 0x00=
)
> ppb13: PCI Express capability version 2 <Downstream Port of PCI-E Switch>=
x16 @ 16.0GT/s
> pci14 at ppb13 bus 14
> acpi0: MCFG: 014:00:0: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 014:00:1: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: bus 14: valid devices
> acpi0: MCFG: 014:00:0
> acpi0: MCFG: 014:00:1
> acpi0: acpimcfg_map_bus done
> pci14: i/o space, memory space enabled, rd/line, wr/inv ok
> amdgpu0 at pci14 dev 0 function 0: ATI Technologies Radeon RX 5600 OEM/56=
00 XT / 5700/5700 XT (rev. 0xc1)
> amdgpu0: WARNING: power management not supported
> hdaudio1 at pci14 dev 0 function 1: HD Audio Controller
> allocated pic msi5 type edge pin 0 level 7 to cpu0 slot 23 idt entry 113
> hdaudio1: interrupting at msi5 vec 0
> hdaudio1: HDA ver. 1.0, OSS 6, ISS 0, BSS 0, SDO 1, 64-bit
> hdafg1 at hdaudio1 vendor 0x1002 product 0xAA01 nid 0x01: ATI R6xx HDMI
> hdafg1: HDMI00 2ch: Digital Out [Jack]
> nid=3D03 [pin: Digital Out (Jack)]
> nid=3D02 [audio output] [source: dac]
> hdafg1: HDMI01 2ch: Digital Out [Jack]
> nid=3D05 [pin: Digital Out (Jack)]
> nid=3D04 [audio output] [source: dac]
> hdafg1: HDMI02 2ch: Digital Out [Jack]
> nid=3D07 [pin: Digital Out (Jack)]
> nid=3D06 [audio output] [source: dac]
> hdafg1: HDMI03 2ch: Digital Out [Jack]
> nid=3D09 [pin: Digital Out (Jack)]
> nid=3D08 [audio output] [source: dac]
> hdafg1: HDMI04 2ch: Digital Out [Jack]
> nid=3D0B [pin: Digital Out (Jack)]
> nid=3D0A [audio output] [source: dac]
> hdafg1: HDMI05 2ch: Digital Out [Jack]
> nid=3D0D [pin: Digital Out (Jack)]
> nid=3D0C [audio output] [source: dac]
> hdafg1: 2ch/0ch 32000Hz 44100Hz 48000Hz PCM16 AC3
> audio1 at hdafg1: playback
> audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
> spkr2 at audio1: PC Speaker (synthesized)
> wsbell at spkr2 not configured
> pchb3 at pci0 dev 4 function 0: AMD 17h/7xh Host Bridge (rev. 0x00)
> pchb4 at pci0 dev 5 function 0: AMD 17h/7xh Host Bridge (rev. 0x00)
> pchb5 at pci0 dev 7 function 0: AMD 17h/7xh Host Bridge (rev. 0x00)
> ppb14 at pci0 dev 7 function 1: AMD 17h/7xh PCIe (rev. 0x00)
> ppb14: PCI Express capability version 2 <Root Port of PCI-E Root Complex>=
x16 @ 16.0GT/s
> pci15 at ppb14 bus 15
> acpi0: MCFG: 015:00:0: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: bus 15: valid devices
> acpi0: MCFG: 015:00:0
> acpi0: acpimcfg_map_bus done
> pci15: i/o space, memory space enabled, rd/line, wr/inv ok
> AMD product 148a (non-essential instrumentation, subclass 0x00) at pci15 =
dev 0 function 0 not configured
> pchb6 at pci0 dev 8 function 0: AMD 17h/7xh Host Bridge (rev. 0x00)
> ppb15 at pci0 dev 8 function 1: AMD 17h/7xh PCIe (rev. 0x00)
> ppb15: PCI Express capability version 2 <Root Port of PCI-E Root Complex>=
x16 @ 16.0GT/s
> pci16 at ppb15 bus 16
> acpi0: MCFG: 016:00:0: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 016:00:1: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 016:00:3: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: 016:00:4: Ok (cfg[0x100]=3D0x1501000b extconf=3DY)
> acpi0: MCFG: bus 16: valid devices
> acpi0: MCFG: 016:00:0
> acpi0: MCFG: 016:00:1
> acpi0: MCFG: 016:00:3
> acpi0: MCFG: 016:00:4
> acpi0: acpimcfg_map_bus done
> pci16: i/o space, memory space enabled, rd/line, wr/inv ok
> AMD Family17h/7xh Reserved SPP (non-essential instrumentation, subclass 0=
x00) at pci16 dev 0 function 0 not configured
> amdccp0 at pci16 dev 0 function 1: AMD Cryptographic Coprocessor
> xhci1 at pci16 dev 0 function 3: AMD Family17h/7xh USB 3.0 Host Controlle=
r (rev. 0x00)
> xhci1: 64-bit DMA
> allocated pic msix6 type edge pin 0 level 6 to cpu0 slot 24 idt entry 103
> xhci1: interrupting at msix6 vec 0
> xhci1: xHCI version 1.10
> xhci1: hcs1=3D8000840 hcs2=3D140000f1 hcs3=3D200000a
> xhci1: hcc=3D0x278ffe5<XECP=3D0x278,MAXPSA=3D0xf,CFC,SEC,SPC,PAE,NSS,LTC,=
LHRC,CSZ,AC64>
> xhci1: xECP 9e0
> xhci1: hcc2=3D0x3f<CIC,LEC,CTC,FSC,CMC,U3C>
> xhci1: ECR: 0x00000401
> xhci1: ECR: 0x02000402
> xhci1: SP: 0x02000402 0x20425355 0x00180401 0x00000000
> xhci1: hs ports 1 - 4
> xhci1: ECR: 0x03100802
> xhci1: SP: 0x03100802 0x20425355 0x10000105 0x00000000
> xhci1: ss ports 5 - 5
> xhci1: ECR: 0x03100802
> xhci1: SP: 0x03100802 0x20425355 0x10000106 0x00000000
> xhci1: ss ports 6 - 6
> xhci1: ECR: 0x03100802
> xhci1: SP: 0x03100802 0x20425355 0x10000107 0x00000000
> xhci1: ss ports 7 - 7
> xhci1: ECR: 0x03100802
> xhci1: SP: 0x03100802 0x20425355 0x10000108 0x00000000
> xhci1: ss ports 8 - 8
> xhci1: ECR: 0x000f000a
> xhci1: PAGESIZE 0x00000001
> xhci1: sc_pgsz 0x00001000
> xhci1: sc_maxslots 0x00000040
> xhci1: sc_maxports 8
> xhci1: sc_maxspbuf 2
> xhci1: eventst: 0x0000000140998fc0 0xffffa6085b290fc0 1000
> xhci1: dcbaa: 0x000000014099a000 0xffffa6085b291000 1000
> xhci1: current IMOD 0
> xhci1: USBCMD 0x00000005
> usb2 at xhci1: USB revision 3.1
> usb3 at xhci1: USB revision 2.0
> hdaudio2 at pci16 dev 0 function 4: HD Audio Controller
> allocated pic msi7 type edge pin 0 level 7 to cpu0 slot 30 idt entry 114
> hdaudio2: interrupting at msi7 vec 0
> hdaudio2: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
> hdafg2 at hdaudio2 vendor 0x10EC product 0x0892 nid 0x01: Realtek ALC892
> hdafg2: DAC00 8ch: Speaker [Jack]
> nid=3D14 [pin: Speaker (Green Jack)]
> nid=3D0C [audio mixer] [source: dac, record]
> nid=3D02 [audio output] [source: dac]
> nid=3D0B [audio mixer] [source: record]
> nid=3D16 [pin: Speaker (Orange Jack)]
> nid=3D0E [audio mixer] [source: dac, record]
> nid=3D04 [audio output] [source: dac]
> nid=3D0B [audio mixer] [source: record]
> nid=3D15 [pin: Speaker (Black Jack)]
> nid=3D0D [audio mixer] [source: dac, record]
> nid=3D03 [audio output] [source: dac]
> nid=3D0B [audio mixer] [source: record]
> nid=3D17 [pin: Speaker (Grey Jack)]
> nid=3D0F [audio mixer] [source: dac, record]
> nid=3D05 [audio output] [source: dac]
> nid=3D0B [audio mixer] [source: record]
> hdafg2: DAC01 2ch: HP Out [Jack]
> nid=3D1B [pin: HP Out (Green Jack)]
> nid=3D26 [audio mixer] [source: dac, record]
> nid=3D25 [audio output] [source: dac]
> nid=3D0B [audio mixer] [source: record]
> hdafg2: DIG02 2ch: SPDIF Out [Jack]
> nid=3D1E [pin: SPDIF Out (Black Jack)]
> nid=3D06 [audio output] [source: dac]
> hdafg2: ADC03 2ch: Line In [Jack], Mic In [Jack]
> nid=3D18 [pin: Mic In (Pink Jack)]
> nid=3D1A [pin: Line In (Blue Jack)]
> hdafg2: ADC04 2ch: Mic In [Jack]
> nid=3D19 [pin: Mic In (Pink Jack)]
> hdafg2: 8ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PC=
M20 PCM24 AC3
> audio2 at hdafg2: playback, capture, full duplex, independent
> audio2: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
> audio2: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
> spkr3 at audio2: PC Speaker (synthesized)
> wsbell at spkr3 not configured
> piixpm0 at pci0 dev 20 function 0: AMD X370/X399 SMBus Controller (rev. 0=
x61)
> piixpm0: SMBus memory access @ 0x0b00
> piixpm0: interrupting at SMI,
> iic0 at piixpm0 port 0: I2C bus
> iic1 at piixpm0 port 1: I2C bus
> pcib0 at pci0 dev 20 function 3: AMD FCH LPC (rev. 0x51)
> pchb7 at pci0 dev 24 function 0: AMD 17h/7xh Data Fabric (rev. 0x00)
> pchb8 at pci0 dev 24 function 1: AMD 17h/7xh Data Fabric (rev. 0x00)
> pchb9 at pci0 dev 24 function 2: AMD 17h/7xh Data Fabric (rev. 0x00)
> pchb10 at pci0 dev 24 function 3: AMD 17h/7xh Data Fabric (rev. 0x00)
> pchb11 at pci0 dev 24 function 4: AMD 17h/7xh Data Fabric (rev. 0x00)
> pchb12 at pci0 dev 24 function 5: AMD 17h/7xh Data Fabric (rev. 0x00)
> pchb13 at pci0 dev 24 function 6: AMD 17h/7xh Data Fabric (rev. 0x00)
> pchb14 at pci0 dev 24 function 7: AMD 17h/7xh Data Fabric (rev. 0x00)
> isa0 at pcib0
> acpicpu0 at cpu0: ACPI CPU
> acpicpu0: C1: FFH, lat 1 us, pow 0 mW
> acpicpu0: C2: I/O, lat 18 us, pow 0 mW
> acpicpu0: P0: FFH, lat 1 us, pow 3850 mW, 3500 MHz
> acpicpu0: P1: FFH, lat 1 us, pow 2800 mW, 2800 MHz
> acpicpu0: P2: FFH, lat 1 us, pow 1980 mW, 2200 MHz
> acpicpu0: T0: I/O, lat 1 us, pow 0 mW, 100 %
> acpicpu0: T1: I/O, lat 1 us, pow 0 mW, 88 %
> acpicpu0: T2: I/O, lat 1 us, pow 0 mW, 76 %
> acpicpu0: T3: I/O, lat 1 us, pow 0 mW, 64 %
> acpicpu0: T4: I/O, lat 1 us, pow 0 mW, 52 %
> acpicpu0: T5: I/O, lat 1 us, pow 0 mW, 40 %
> acpicpu0: T6: I/O, lat 1 us, pow 0 mW, 28 %
> acpicpu0: T7: I/O, lat 1 us, pow 0 mW, 16 %
> acpicpu0: id 0, lapic id 0, cap 0x0000, flags 0x00114a57
> acpicpu0: C-state coordination: 2 CPUs, domain 0, type HW_ALL
> acpicpu0: P-state coordination: 2 CPUs, domain 0, type HW_ALL
> acpicpu1 at cpu1: ACPI CPU
> acpicpu1: id 2, lapic id 2, cap 0x0000, flags 0x00114a57
> acpicpu1: C-state coordination: 2 CPUs, domain 1, type HW_ALL
> acpicpu1: P-state coordination: 2 CPUs, domain 1, type HW_ALL
> acpicpu2 at cpu2: ACPI CPU
> acpicpu2: id 4, lapic id 4, cap 0x0000, flags 0x00114a57
> acpicpu2: C-state coordination: 2 CPUs, domain 2, type HW_ALL
> acpicpu2: P-state coordination: 2 CPUs, domain 2, type HW_ALL
> acpicpu3 at cpu3: ACPI CPU
> acpicpu3: id 6, lapic id 6, cap 0x0000, flags 0x00114a57
> acpicpu3: C-state coordination: 2 CPUs, domain 3, type HW_ALL
> acpicpu3: P-state coordination: 2 CPUs, domain 3, type HW_ALL
> acpicpu4 at cpu4: ACPI CPU
> acpicpu4: id 8, lapic id 8, cap 0x0000, flags 0x00114a57
> acpicpu4: C-state coordination: 2 CPUs, domain 4, type HW_ALL
> acpicpu4: P-state coordination: 2 CPUs, domain 4, type HW_ALL
> acpicpu5 at cpu5: ACPI CPU
> acpicpu5: id 10, lapic id 10, cap 0x0000, flags 0x00114a57
> acpicpu5: C-state coordination: 2 CPUs, domain 5, type HW_ALL
> acpicpu5: P-state coordination: 2 CPUs, domain 5, type HW_ALL
> acpicpu6 at cpu6: ACPI CPU
> acpicpu6: id 1, lapic id 1, cap 0x0000, flags 0x00114a57
> acpicpu6: C-state coordination: 2 CPUs, domain 0, type HW_ALL
> acpicpu6: P-state coordination: 2 CPUs, domain 0, type HW_ALL
> acpicpu7 at cpu7: ACPI CPU
> acpicpu7: id 3, lapic id 3, cap 0x0000, flags 0x00114a57
> acpicpu7: C-state coordination: 2 CPUs, domain 1, type HW_ALL
> acpicpu7: P-state coordination: 2 CPUs, domain 1, type HW_ALL
> acpicpu8 at cpu8: ACPI CPU
> acpicpu8: id 5, lapic id 5, cap 0x0000, flags 0x00114a57
> acpicpu8: C-state coordination: 2 CPUs, domain 2, type HW_ALL
> acpicpu8: P-state coordination: 2 CPUs, domain 2, type HW_ALL
> acpicpu9 at cpu9: ACPI CPU
> acpicpu9: id 7, lapic id 7, cap 0x0000, flags 0x00114a57
> acpicpu9: C-state coordination: 2 CPUs, domain 3, type HW_ALL
> acpicpu9: P-state coordination: 2 CPUs, domain 3, type HW_ALL
> acpicpu10 at cpu10: ACPI CPU
> acpicpu10: id 9, lapic id 9, cap 0x0000, flags 0x00114a57
> acpicpu10: C-state coordination: 2 CPUs, domain 4, type HW_ALL
> acpicpu10: P-state coordination: 2 CPUs, domain 4, type HW_ALL
> acpicpu11 at cpu11: ACPI CPU
> acpicpu11: id 11, lapic id 11, cap 0x0000, flags 0x00114a57
> acpicpu11: C-state coordination: 2 CPUs, domain 5, type HW_ALL
> acpicpu11: P-state coordination: 2 CPUs, domain 5, type HW_ALL
> SRAT: 0 NUMA nodes
> Initializing SSP: ba2a0f745f4dd321 197ed7c6cb7303eb 622f9d69750b90d0 ea03=
b8e74d70e281 1eeb6e9af50ba8a7 5dda1d85bd5e0026 e9760c8f3b68b164 33a2cec822d=
133c2
> cpu0: TSC freq from HPET 3493437000 Hz
> cpu0: [re]calibrating local timer
> cpu0: apic clock running at 99 MHz
> timecounter: Timecounter "lapic" frequency 99813000 Hz quality -100
> timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
> UVM: using package allocation scheme, 1 package(s) per bucket
> cpu1: TSC skew=3D35 drift=3D-35
> cpu1: running
> cpu2: TSC skew=3D0 drift=3D0
> cpu2: running
> cpu3: TSC skew=3D0 drift=3D0
> cpu3: running
> cpu4: running
> cpu4: TSC skew=3D0 drift=3D0
> cpu5: TSC skew=3D0 drift=3D0
> cpu5: running
> cpu6: running
> cpu6: TSC skew=3D0 drift=3D0
> cpu7: TSC skew=3D0 drift=3D35
> cpu7: running
> cpu8: running
> cpu8: TSC skew=3D0 drift=3D0
> cpu9: TSC skew=3D0 drift=3D35
> cpu9: running
> cpu10: running
> cpu10: TSC skew=3D35 drift=3D0
> cpu11: TSC skew=3D0 drift=3D0
> cpu11: running
> timecounter: Timecounter "TSC" frequency 3493437000 Hz quality 3000
> uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.0=
0/1.00, addr 0
> uhub0: 8 ports with 8 removable, self powered
> uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.0=
0/1.00, addr 0
> uhub1: 14 ports with 14 removable, self powered
> uhub2 at usb2: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.0=
0/1.00, addr 0
> uhub2: 4 ports with 4 removable, self powered
> uhub3 at usb3: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.0=
0/1.00, addr 0
> uhub3: 4 ports with 4 removable, self powered
> acpicpu11: ACPI CPUs started
> ld0: GPT GUID: 9b94f472-237d-4601-b411-c7262ae07e17
> dk0 at ld0: "17abe03b-7c17-44cc-8dac-d3d56968b6b1", 262144 blocks at 2048=
, type: msdos
> dk1 at ld0: "c072c1e3-5d0b-4bd4-8789-7370295360e1", 134897664 blocks at 2=
64192, type: ffs
> dk2 at ld0: "0291617a-ffbb-457e-b908-af9f61e5790f", 67010560 blocks at 13=
5161856, type: swap
> dk3 at ld0: "ca370a40-b6d3-4b0a-9270-00acc6df4e2b", 419430400 blocks at 2=
02172416, type: ffs
> dk4 at ld0: "8ae92095-2b67-450a-b3ac-32c912b78f08", 1331922319 blocks at =
621602816, type: ffs
> ahcisata0 port 5: device present, speed: 1.5Gb/s
> ahcisata0 port 1: device present, speed: 6.0Gb/s
> IPsec: Initialized Security Association Processing.
> aes: Intel AES-NI
> uhub4 at uhub0 port 2: GenesysLogic (0x05e3) USB3.1 Hub (0x0620), class 9=
/0, rev 3.20/66.02, addr 1
> chacha: x86 SSE2 ChaCha
> uhub4: 2 ports with 2 removable, self powered
> uhub4: setting hub depth 0
> adiantum: self-test passed
> aes_ccm: self-test passed
> umass0 at uhub2 port 2blake2s: self-test passed
> configuration 1 interface 0
> umass0: ADATA (0x125f) ADATA USB Flash Drive (0xdd1a), rev 3.00/11.00, ad=
dr 1
> umass0: using SCSI over Bulk-Only
> scsibus0 at umass0: 2 targets, 1 lun per target
> ubt0 at uhub3 port 1
> ubt0: vendor 0a12 (0x0a12) BT DONGLE10 (0x0001), rev 2.00/88.91, addr 2
> sd0 at scsibus0 target 0 lun 0: <ADATA, USB Flash Drive, 1100> disk remov=
able
> uhub5 at uhub1 port 2: GenesysLogic (0x05e3) USB2.1 Hub (0x0610), class 9=
/0, rev 2.10/66.02, addr 2
> uhub5: multiple transaction translators
> sd0: fabricating a geometry
> sd0: 29600 MB, 29600 cyl, 64 head, 32 sec, 512 bytes/sect x 60620800 sect=
ors
> sd0: fabricating a geometry
> uhub5: 3 ports with 2 removable, self powered
> uhub6 at uhub2 port 3: VIA Labs, Inc. (0x2109) USB3.0 Hub (0x0817), class=
9/0, rev 3.10/90.23, addr 3
> uhub6: 4 ports with 4 removable, self powered
> uhub6: setting hub depth 0
> uhub7 at uhub3 port 3: VIA Labs, Inc. (0x2109) USB2.0 Hub (0x2817), class=
9/0, rev 2.10/90.23, addr 4
> uhub7: multiple transaction translators
> uhub7: 4 ports with 4 removable, self powered
> wd0 at atabus1 drive 0
> wd0: <ADATA SU650>
> wd0: drive supports 16-sector PIO transfers, LBA48 addressing
> wd0: 223 GB, 465141 cyl, 16 head, 63 sec, 512 bytes/sect x 468862128 sect=
ors
> wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133),=
WRITE DMA FUA, NCQ (32 tags)
> wd0(ahcisata0:1:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra=
/133) (using DMA), NCQ (31 tags)
> atapibus0 at atabus5: 1 targets
> cd0 at atapibus0 drive 0: <HL-DT-ST DVDRAM GH22NS40, K5I98JK5513, NL01> c=
drom removable
> cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
> cd0(ahcisata0:5:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra=
/100) (using DMA)
> uhidev0 at uhub5 port 3 configuration 1 interface 1
> uhidev0: ENE (0x0cf2) AGON3 Light FX Device (0x7750), rev 2.00/1.00, addr=
3, iclass 3/0
> uvideo0 at uhub7 port 1 configuration 1 interface 0: Generic (0x0bda) Str=
eaming Webcam (0x5822), rev 2.10/22.08, addr 5
> uhidev0: 236 report ids
> uhid0 at uhidev0 reportid 236: input=3D64, output=3D64, feature=3D0
> video0 at uvideo0pool redzone disabled for 'video'
> : Generic (0x0bda) Streaming Webcam (0x5822), rev 2.10/22.08, addr 5
> uaudio0 at uhub7 port 1 configuration 1 interface 2
> uaudio0: Generic (0x0bda) Streaming Webcam (0x5822), rev 2.10/22.08, addr=
5
> uaudio0: audio rev 1.00
> uaudio0: 3 mixer controls
> audio3 at uaudio0: capture
> audio3: slinear_le:16 2ch 48000Hz, blk 51840 bytes (270ms) for recording
> uhidev1 at uhub7 port 2 configuration 1 interface 0
> uhidev1: SteelSeries (0x1038) SteelSeries Rival 110 Gaming Mouse (0x1729)=
, rev 1.10/0.34, addr 6, iclass 3/0
> uhid1 at uhidev1: input=3D32, output=3D32, feature=3D0
> uhidev2 at uhub7 port 2 configuration 1 interface 1
> uhidev2: SteelSeries (0x1038) SteelSeries Rival 110 Gaming Mouse (0x1729)=
, rev 1.10/0.34, addr 6, iclass 3/1
> ums0 at uhidev2: 6 buttons and Z dir
> wsmouse0 at ums0 mux 0
> uhidev3 at uhub7 port 3 configuration 1 interface 0
> uhidev3: CHERRY (0x046a) CHERRY Keyboard (0x00e0), rev 2.00/1.02, addr 7,=
iclass 3/1
> ukbd0 at uhidev3
> wskbd0 at ukbd0 mux 1
> uhidev4 at uhub7 port 3 configuration 1 interface 1
> uhidev4: CHERRY (0x046a) CHERRY Keyboard (0x00e0), rev 2.00/1.02, addr 7,=
iclass 3/1
> uhidev4: 5 report ids
> ukbd1 at uhidev4 reportid 1
> wskbd1 at ukbd1 mux 1
> uhid2 at uhidev4 reportid 2: input=3D1, output=3D0, feature=3D0
> uhid3 at uhidev4 reportid 3: input=3D2, output=3D0, feature=3D0
> uhid4 at uhidev4 reportid 4: input=3D63, output=3D63, feature=3D0
> ums1 at uhidev4 reportid 5: 5 buttons, W and Z dirs
> wsmouse1 at ums1 mux 0
> uaudio1 at uhub7 port 4 configuration 1 interface 0
> uaudio1: C-Media Electronics Inc. (0x0d8c) Genesis Radium 100 (0x0014), r=
ev 1.10/1.00, addr 8
> uaudio1: audio rev 1.00
> uaudio1: 5 mixer controls
> audio4 at uaudio1: playback, capture, full duplex, independent
> audio4: slinear_le:16 2ch 48000Hz, blk 11520 bytes (60ms) for playback
> audio4: slinear_le:16 1ch 48000Hz, blk 6000 bytes (62.5ms) for recording
> waiting for devices: usb3 uhub3 uhub7spkr4 at audio4 uaudio1 audio4
> : PC Speaker (synthesized)
> wsbell at spkr4 not configured
> uhidev5 at uhub7 port 4 configuration 1 interface 3
> uhidev5: C-Media Electronics Inc. (0x0d8c) Genesis Radium 100 (0x0014), r=
ev 1.10/1.00, addr 8, iclass 3/0
> uhid5 at uhidev5: input=3D4, output=3D4, feature=3D0
> crypto: assign driver 0, flags 2
> crypto: driver 0 registers alg 1 flags 0 maxoplen 0
> crypto: driver 0 registers alg 2 flags 0 maxoplen 0
> crypto: driver 0 registers alg 3 flags 0 maxoplen 0
> crypto: driver 0 registers alg 4 flags 0 maxoplen 0
> crypto: driver 0 registers alg 5 flags 0 maxoplen 0
> crypto: driver 0 registers alg 26 flags 0 maxoplen 0
> crypto: driver 0 registers alg 27 flags 0 maxoplen 0
> crypto: driver 0 registers alg 29 flags 0 maxoplen 0
> crypto: driver 0 registers alg 33 flags 0 maxoplen 0
> crypto: driver 0 registers alg 17 flags 0 maxoplen 0
> crypto: driver 0 registers alg 6 flags 0 maxoplen 0
> crypto: driver 0 registers alg 19 flags 0 maxoplen 0
> crypto: driver 0 registers alg 7 flags 0 maxoplen 0
> crypto: driver 0 registers alg 20 flags 0 maxoplen 0
> crypto: driver 0 registers alg 15 flags 0 maxoplen 0
> crypto: driver 0 registers alg 24 flags 0 maxoplen 0
> crypto: driver 0 registers alg 25 flags 0 maxoplen 0
> crypto: driver 0 registers alg 8 flags 0 maxoplen 0
> crypto: driver 0 registers alg 21 flags 0 maxoplen 0
> crypto: driver 0 registers alg 16 flags 0 maxoplen 0
> crypto: driver 0 registers alg 9 flags 0 maxoplen 0
> crypto: driver 0 registers alg 10 flags 0 maxoplen 0
> crypto: driver 0 registers alg 13 flags 0 maxoplen 0
> crypto: driver 0 registers alg 14 flags 0 maxoplen 0
> crypto: driver 0 registers alg 28 flags 0 maxoplen 0
> crypto: driver 0 registers alg 30 flags 0 maxoplen 0
> crypto: driver 0 registers alg 31 flags 0 maxoplen 0
> crypto: driver 0 registers alg 32 flags 0 maxoplen 0
> crypto: driver 0 registers alg 11 flags 0 maxoplen 0
> crypto: driver 0 registers alg 18 flags 0 maxoplen 0
> crypto: driver 0 registers alg 23 flags 0 maxoplen 0
> crypto: driver 0 registers alg 22 flags 0 maxoplen 0
> cgd: self-test aes-xts-256
> cgd: self-test aes-xts-512
> cgd: self-test aes-cbc-128
> cgd: self-test aes-cbc-256
> cgd: self-test 3des-cbc-192
> cgd: self-test blowfish-cbc-448
> cgd: self-test aes-cbc-128 (encblkno8)
> cgd: self-tests passed
> swwdog0: software watchdog initialized
> Searching for RAID components...
> WARNING: 2 errors while detecting hardware; check system log.
> boot device: sd0
> root on sd0a dumps on sd0b
> root file system type: ffs
> kern.module.path=3D/stand/amd64/10.99.4/modules
> nouveau0: NVIDIA GK208B (b06070b1)
> nouveau0: bios: version 80.28.b8.00.13
> allocated pic msi8 type edge pin 0 level 6 to cpu0 slot 31 idt entry 104
> nouveau0: interrupting at msi8 vec 0 (nouveau0)
> nouveau0: fb: 2048 MiB GDDR5
> [drm] initializing kernel modesetting (NAVI10 0x1002:0x731F 0x1DA2:0xE411=
0xC1).
> [drm] register mmio base: 0xFBE00000
> [drm] register mmio size: 524288
> pci_io_find: expected type i/o, found mem
> pci_io_find: expected type i/o, found mem
> pci_io_find: expected type i/o, found mem
> pci_io_find: expected type i/o, found mem
> [drm] set register base offset for ATHUB
> [drm] set register base offset for CLKA
> [drm] set register base offset for CLKA
> [drm] set register base offset for CLKA
> [drm] set register base offset for CLKA
> [drm] set register base offset for CLKA
> [drm] set register base offset for DF
> [drm] set register base offset for DMU
> [drm] set register base offset for GC
> [drm] set register base offset for HDP
> [drm] set register base offset for MMHUB
> [drm] set register base offset for MP0
> [drm] set register base offset for MP1
> [drm] set register base offset for NBIF
> [drm] set register base offset for NBIF
> [drm] set register base offset for OSSSYS
> [drm] set register base offset for SDMA0
> [drm] set register base offset for SDMA1
> [drm] set register base offset for SMUIO
> [drm] set register base offset for THM
> [drm] set register base offset for UVD
> [drm] add ip block number 0 <nv_common>
> [drm] add ip block number 1 <gmc_v10_0>
> [drm] add ip block number 2 <navi10_ih>
> [drm] add ip block number 3 <psp>
> [drm] add ip block number 4 <smu>
> [drm] add ip block number 5 <gfx_v10_0>
> [drm] add ip block number 6 <sdma_v5_0>
> [drm] add ip block number 7 <vcn_v2_0>
> [drm] add ip block number 8 <jpeg_v2_0>
> Zone kernel: Available graphics memory: 9007199253295934 KiB
> Zone dma32: Available graphics memory: 2097152 KiB
> nouveau0: DRM: VRAM: 2048 MiB
> nouveau0: DRM: GART: 1048576 MiB
> nouveau0: DRM: Pointer to BIT loadval table invalid
> nouveau0: DRM: TMDS table version 2.0
> nouveau0: DRM: DCB version 4.0
> nouveau0: DRM: DCB outp 00: 01000f82 00020020
> nouveau0: DRM: DCB outp 01: 08011f02 00020010
> nouveau0: DRM: DCB outp 02: 02022f62 00020010
> nouveau0: DRM: DCB outp 03: 04033f72 00020010
> nouveau0: DRM: DCB conn 00: 00002061
> nouveau0: DRM: DCB conn 01: 00001161
> nouveau0: DRM: DCB conn 02: 00010261
> nouveau0: DRM: DCB conn 03: 00020361
> nouveau0: DRM: MM: using COPY for buffer copies
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] Driver supports precise vblank timestamp query.
> nouveau0: DRM: fbcon HPD event deferred until runtime resume
> nouveau0: DRM: fbcon HPD event deferred until runtime resume
> nouveau0: [drm] Cannot find any crtc or sizes
> [drm] Initialized nouveau 1.3.1 20120801 for nouveau0 on minor 0
> ATOM BIOS: 113-1E4112U-S46
> [drm] VCN decode is enabled in VM mode
> [drm] VCN encode is enabled in VM mode
> [drm] JPEG decode is enabled in VM mode
> [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size =
is 9-bit
> amdgpu0: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
> amdgpu0: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
> [drm] Detected VRAM RAM=3D8176M, BAR=3D256M
> [drm] RAM width 256bits GDDR6
> [drm] amdgpu: 8176M of VRAM memory ready
> [drm] amdgpu: 8176M of GTT memory ready.
> [drm] GART: num cpu pages 131072, num gpu pages 131072
> [drm] PCIE GART of 512M enabled (table at 0x0000008000900000).
> amdgpu0: debug: amdgpu: using MSI/MSI-X.
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] Driver supports precise vblank timestamp query.
> allocated pic msi9 type edge pin 0 level 6 to cpu0 slot 32 idt entry 105
> amdgpu0: interrupting at msi9 vec 0 (amdgpu0)
> [drm] use_doorbell being set to: [true]
> [drm] use_doorbell being set to: [true]
> [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
> [drm] PSP loading VCN firmware
> [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
> amdgpu0: warn: RAS: ras ta ucode is not available
> use vbios provided pptable
> smu driver if version =3D 0x00000033, smu fw if version =3D 0x00000037, s=
mu fw version =3D 0x002a4000 (42.64.0)
> SMU driver if version not matched
> OD: Gfxclk: (800, 2049)
> OD: Gfx1: (800, 2881)
> OD: Gfx2: (1424, 3281)
> OD: Gfx3: (2049, 4784)
> OD: UclkFmax: 875
> OD: OverDrivePct: 0
> SMU is initialized successfully!
> [drm] kiq ring mec 2 pipe 1 q 0
> [drm] VCN decode and encode initialized successfully(under DPG Mode).
> [drm] JPEG decode initialized successfully.
> amdgpu0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
> amdgpu0: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
> amdgpu0: ring comp_1.0.0 uses VM inv eng 4 on hub 0
> amdgpu0: ring comp_1.1.0 uses VM inv eng 5 on hub 0
> amdgpu0: ring comp_1.2.0 uses VM inv eng 6 on hub 0
> amdgpu0: ring comp_1.3.0 uses VM inv eng 7 on hub 0
> amdgpu0: ring comp_1.0.1 uses VM inv eng 8 on hub 0
> amdgpu0: ring comp_1.1.1 uses VM inv eng 9 on hub 0
> amdgpu0: ring comp_1.2.1 uses VM inv eng 10 on hub 0
> amdgpu0: ring comp_1.3.1 uses VM inv eng 11 on hub 0
> amdgpu0: ring kiq_2.1.0 uses VM inv eng 12 on hub 0
> amdgpu0: ring sdma0 uses VM inv eng 13 on hub 0
> amdgpu0: ring sdma1 uses VM inv eng 14 on hub 0
> amdgpu0: ring vcn_dec uses VM inv eng 0 on hub 1
> amdgpu0: ring vcn_enc0 uses VM inv eng 1 on hub 1
> amdgpu0: ring vcn_enc1 uses VM inv eng 4 on hub 1
> amdgpu0: ring jpeg_dec uses VM inv eng 5 on hub 1
> [drm] Initialized amdgpu 3.36.0 20150101 for amdgpu0 on minor 1
> aq0: link is UP: speed=3D10000
> {drm:amdgpu:gfx_v10_0_ring_test_ib+0x179} *ERROR* amdgpu: IB test timed o=
ut.
> amdgpu0 {drm:amdgpu:amdgpu_ib_ring_tests+0xdc} *ERROR* IB test failed on =
kiq_2.1.0 (-60).
> {drm:netbsd:linux_workqueue_thread+0x15e} *ERROR* ib ring test failed (-6=
0).
>
>
>
>
> >How-To-Repeat:
> Boot the system with RX 5700 XT based card. Use serial boot to avoid the =
crash.
> >Fix:
>
Home |
Main Index |
Thread Index |
Old Index