summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* AcpiOsPrintf and AcpiOsVprintf now return void.msmith2002-02-231-6/+4
* AcpiOsCallocate is no longer required.msmith2002-02-231-11/+0
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-233-13/+13
* find_devclass -> devclass_find.msmith2002-01-081-1/+1
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-2/+2
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-223-26/+268
* Synch with minor changes in the ACPI CA 20011120 snapshot.msmith2001-11-283-6/+6
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-1/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-0/+1
* Use TASK_INIT to initialize taskqueue task instead of violating thejhb2001-10-251-6/+6
* Add busspace hacks for ia64.dfr2001-10-041-0/+6
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.iwasaki2001-09-081-5/+1
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-071-64/+0
* Better checking of duplicated interrupt handler installation.iwasaki2001-07-251-1/+1
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-216-144/+162
* We haven't used this for ages, and we're not going to either.msmith2001-07-201-167/+0
* Get the ACPI softc before we potentially dereference it.msmith2001-07-071-5/+5
* Wrap the interrupt handler so that we can get the ACPI lock.msmith2001-06-291-2/+20
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'smsmith2001-05-302-1/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-294-33/+35
* Catch up to header include changes:jhb2001-03-281-0/+1
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-4/+4
* Add some debugging.msmith2001-01-311-8/+72
* Add some debugging statements.msmith2001-01-313-26/+67
* In answer to the comment: /* XXX is it OK to block here? */, the answerpeter2001-01-231-2/+3
* Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properlymsmith2001-01-221-0/+2
* Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.takawata2000-12-211-2/+0
* Disable my previous committed code for a moment.iwasaki2000-12-201-0/+2
* Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().iwasaki2000-12-201-0/+3
* Staticise some malloc poolsmsmith2000-12-082-2/+2
* AcpiOsMem primitives as required by the new ACPI CA snapshotmsmith2000-12-011-1/+91
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-289-0/+972
OpenPOWER on IntegriCloud