[Bug 229190] hdac0: Command timeout on address 2 (Intel Kabylake HDA CODEC)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Nov 2024 10:19:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229190 --- Comment #24 from Edward Tomasz Napierala <trasz@FreeBSD.org> --- I wonder if the problem here isn't the command timing out itself, but the way the driver spins on DELAY(9) for 100ms (1/10 of a second) to wait for its completion. Can't easily turn it into a sleepable msleep(9) because of the locks held. -- You are receiving this mail because: You are the assignee for the bug.