[Bug 268393] system always reboots once from a powered off state

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 Mar 2023 18:38:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393

--- Comment #21 from John Grafton <john.grafton@runbox.com> ---
Hi Jonathan,

Is the hot boot dmesg output truncated or was that all of it?  From the output
it appears hdac2 isn't properly initialized.  The ring buffer read pointer
(rirb_rp) starts at 189 instead of 1 like hdac_attach hasn't been run.  There's
no 'hdac2: <AMD Raven HDA Controller> mem 0xfc980000-0xfc987fff at device 0.6
on pci19' line.

Does the hdac2 device work?  Is it assigned an IRQ?

sysctl hw.intrs | grep hdac

-- 
You are receiving this mail because:
You are the assignee for the bug.