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/> References: <bug-268393-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268393 --- 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 !=3D 0xffffffff" from "while (intsts !=3D 0xffffffff &&= (intsts & HDAC_INTSTS_GIS) !=3D 0)" in "hdac_intr_handler()". 2. Adding "rirb_base =3D=3D NULL" and "rirb =3D=3D NULL" checks in "hdac_ri= rb_flush()". 3. Moving "hdac_irq_alloc()" to be after "hdac_rirb_init()" in "hdac_attach= ()". --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268393-227-7XgGljGPpu>