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

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 02 Jan 2023 22:23:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393

--- Comment #8 from Jonathan Vasquez <jon@xyinn.org> ---
I experimented a little more today to further narrow it down. The following
allows the system to boot from a powered off (cold) state without crashing and
rebooting once:

/boot/loader.conf:
hint.hdac.2.disabled=1

where hdac2 is the audio connector directly on the back of my mobo. Once the
driver is attached, the Realtek ALC1220 is expanded and used.

jon@leslie:~ $ dmesg | grep hdac
hdac0: <ATI (0xab28) HDA Controller> mem 0xfcb20000-0xfcb23fff at device 0.1 on
pci3
hdac1: <ATI (0x1640) HDA Controller> mem 0xfc988000-0xfc98bfff at device 0.1 on
pci19
hdac2: <AMD Raven HDA Controller> mem 0xfc980000-0xfc987fff at device 0.6 on
pci19
hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0
hdacc1: <ATI R6xx HDA CODEC> at cad 0 on hdac1
hdaa1: <ATI R6xx Audio Function Group> at nid 1 on hdacc1
hdacc2: <Realtek ALC1220 HDA CODEC> at cad 0 on hdac2
hdaa2: <Realtek ALC1220 Audio Function Group> at nid 1 on hdacc2

The only problem with this is that I no longer have audio on this machine. I do
see audio activity being redirected to my monitor's HDMI connection but my
monitor doesn't have any speakers, but just writing this for completeness.

If there is anything I can provide to someone to further debug this page fault,
please lmk.

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