freebsd-nq/sys/dev/acpica/Osd
Mark Santcroos 8518ed9ecd Simplify the ACPI taskqueue implementation. Use a thread queue type instead
of swi. This allows us to use the taskqueue_thread_* functions instead of
rolling our own. It also avoids a double trip through the queue.

Submitted by:	njl
Reviewed by:	sam
2005-05-09 07:34:04 +00:00
..
OsdDebug.c Don't enter the debugger when executing an AML breakpoint instruction 2004-09-02 04:28:05 +00:00
OsdHardware.c Remove compat defines. 2004-06-18 17:56:45 +00:00
OsdInterrupt.c Catch up with AcpiOsSleep() interface change. 2004-12-02 00:25:35 +00:00
OsdMemory.c Style cleanups to reduce diffs to locking tree. 2004-04-14 03:39:08 +00:00
OsdSchedule.c Simplify the ACPI taskqueue implementation. Use a thread queue type instead 2005-05-09 07:34:04 +00:00
OsdStream.c Style cleanups to reduce diffs to locking tree. 2004-04-14 03:39:08 +00:00
OsdSynch.c Remove compat code and unused lock declarations. 2004-06-18 17:58:11 +00:00
OsdTable.c When the user overrides the DSDT, replace any SSDTs with a simple no-op 2004-10-05 20:41:44 +00:00