Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2023 16:25:06 +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-QrBk1hAILX@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 #68 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Jonathan Vasquez from comment #18)
Looking at this log, it seems that we're getting an interrupt before hdac2 =
has
finished initializing itself.  In particular, hdac_attach() allocates an MSI
vector prior to allocating the RIRB DMA buffer.

I'm not particularly sure why my commit would introduce a problem there.  C=
ould
anyone affected by the problem please test moving the hdac_irq_alloc() call=
 in
hdac_attach() to just after the hdac_rirb_init() call?  I can't easily prov=
ide
a patch at the moment but it should be easy to do.

--=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-QrBk1hAILX>