NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/57322 CVS commit: src/sys/dev/hdaudio
The following reply was made to PR kern/57322; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/57322 CVS commit: src/sys/dev/hdaudio
Date: Tue, 18 Jul 2023 13:35:58 +0000
Module Name: src
Committed By: riastradh
Date: Tue Jul 18 13:35:57 UTC 2023
Modified Files:
src/sys/dev/hdaudio: hdafg.c
Log Message:
hdafg(4): Do hotplug detection in kthread, not callout.
This can sometimes take a while (~1ms), and the logic to suspend the
callout on device suspend/resume was racy (PR kern/57322).
XXX pullup-8
XXX pullup-9
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/hdaudio/hdafg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index