https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
Oleh Hushchenkov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #58 from Oleh Hushchenkov <[email protected]> --- (In reply to Warner Losh from comment #54) I just removed intsts != 0xffffffff && from while (intsts != 0xffffffff && (intsts & HDAC_INTSTS_GIS) != 0) { to get while ((intsts & HDAC_INTSTS_GIS) != 0) { and no more hangs on cold boot. Sound also works. Reverting https://reviews.freebsd.org/D34117 should also fix the issue. -- You are receiving this mail because: You are the assignee for the bug.
