https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283103
Andrew Turner <and...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |and...@freebsd.org --- Comment #3 from Andrew Turner <and...@freebsd.org> --- The problem is the ged driver needs to call AcpiEvaluateObject from the ithread, however as taking the APCI lock can sleep if another thread already holds it the ithread can panic. We could either make the ACPI lock spin, or allow some ithreads to sleep. I have a patch to allow some ithreads to sleep, however am unsure if this is the best option. -- You are receiving this mail because: You are the assignee for the bug.