Date: Sun, 10 Sep 2023 17:31:12 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 268393] system always reboots once from a powered off state Message-ID: <bug-268393-227-7XgGljGPpu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268393-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393 --- Comment #69 from Oleh Hushchenkov <o.hushchenkov@gmail.com> --- (In reply to Mark Johnston from comment #68) Just moved hdac_irq_alloc() call in hdac_attach() to be after the hdac_rirb_init() call and rebuilt the kernel. It fixed the issue for me. Now I'm wondering which patch should I use? 1. Removing "intsts != 0xffffffff" from "while (intsts != 0xffffffff && (intsts & HDAC_INTSTS_GIS) != 0)" in "hdac_intr_handler()". 2. Adding "rirb_base == NULL" and "rirb == NULL" checks in "hdac_rirb_flush()". 3. Moving "hdac_irq_alloc()" to be after "hdac_rirb_init()" in "hdac_attach()". -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268393-227-7XgGljGPpu>
