freebsd-dev/sys/dev/acpica/Osd
John Baldwin a96255b62d Use 'pause' in several places rather than trying to tsleep() on NULL (which
triggers a KASSERT) or local variables.  In the case of kern_ndis, the
tsleep() actually used a common sleep address (curproc) making it
susceptible to a premature wakeup.
2007-02-23 16:25:08 +00:00
..
OsdDebug.c Canonize the include of acpi.h. 2005-09-11 18:39:03 +00:00
OsdHardware.c Disable an overly-verbose warning message by default. 2006-09-24 09:39:17 +00:00
OsdInterrupt.c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
OsdMemory.c First pass at allowing memory to be mapped using cache modes other than 2006-08-11 19:22:57 +00:00
OsdSchedule.c Use 'pause' in several places rather than trying to tsleep() on NULL (which 2007-02-23 16:25:08 +00:00
OsdStream.c Canonize the include of acpi.h. 2005-09-11 18:39:03 +00:00
OsdSynch.c Make tv_sec a time_t on all platforms but alpha. Brings us more in line with 2005-12-24 22:22:17 +00:00
OsdTable.c Catch up with ACPI-CA 20051021 import 2005-11-01 22:44:08 +00:00