Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2023 17:58:28 +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-6Fszec5OSq@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

Oleh Hushchenkov <o.hushchenkov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |o.hushchenkov@gmail.com

--- Comment #58 from Oleh Hushchenkov <o.hushchenkov@gmail.com> ---
(In reply to Warner Losh from comment #54)

I just removed
  intsts !=3D 0xffffffff &&
from
  while (intsts !=3D 0xffffffff && (intsts & HDAC_INTSTS_GIS) !=3D 0) {
to get
  while ((intsts & HDAC_INTSTS_GIS) !=3D 0) {
and no more hangs on cold boot. Sound also works.

Reverting https://reviews.freebsd.org/D34117 should also fix the issue.

--=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-6Fszec5OSq>