aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/Osd/OsdSchedule.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-261-0/+1
* Use TASK_INIT to initialize taskqueue task instead of violating theJohn Baldwin2001-10-251-6/+6
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.Mitsuru IWASAKI2001-09-081-5/+1
* Update the OSD module to match the ACPI CA 20010717 import.Mike Smith2001-07-211-1/+1
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'sMike Smith2001-05-301-0/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.Mike Smith2001-05-291-7/+17
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-1/+1
* Add some debugging statements.Mike Smith2001-01-311-4/+18
* In answer to the comment: /* XXX is it OK to block here? */, the answerPeter Wemm2001-01-231-2/+3
* Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.Takanori Watanabe2000-12-211-2/+0
* Disable my previous committed code for a moment.Mitsuru IWASAKI2000-12-201-0/+2
* Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().Mitsuru IWASAKI2000-12-201-0/+3
* FreeBSD-specific OSD (operating system dependant) modules for the IntelMike Smith2000-10-281-0/+132