Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2023 16:45:27 +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-AyHj7DwClN@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 #27 from John Grafton <john.grafton@runbox.com> ---
Created attachment 241040
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D241040&action=
=3Dedit
lock hdac during init

I have a theory that an interrupt is being triggered before the dma memory =
is
allocated correctly for hdac2.  I've included a patch that locks the hdac
driver initialization sequence which should block any interrupts (that call
hdac_rirb_flush) before the initialization completes.

This patch is just for testing.  You should see some WITNESS debugger
complaints about bouncing off the lock. If the system actually boots and
doesn't crash, will you send the dmesg?

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