patch: change in acpi taskq behavior
Nate Lawson
nate at root.org
Sun Sep 30 13:10:26 PDT 2007
Attached is a patch (one for 6, one for 7) that shouldn't break anything
for most people and may fix some battery status issues for others. It
changes how we run tasks during boot. It seems some hardware expects
synchronous access but our taskq is not running until after interrupts
are enabled. This patch bounces calls through a wrapper that executes
the callback directly if we're not booted yet.
Please let me know if it breaks anything for you.
Thanks,
Nate
-------------- next part --------------
A non-text attachment was scrubbed...
Name: taskq6a.diff
Type: text/x-patch
Size: 5097 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-acpi/attachments/20070930/b701bcdb/taskq6a.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: taskq7a.diff
Type: text/x-patch
Size: 5002 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-acpi/attachments/20070930/b701bcdb/taskq7a.bin
More information about the freebsd-acpi
mailing list