summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage on ia64. The second argument of AcpiOsReadable()marcel2003-07-141-2/+2
* Update code to work with 0619 distnjl2003-07-133-4/+55
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.peter2003-05-311-0/+4
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-131-0/+4
* Move some printfs under bootverbose since they are not true errors.njl2003-05-121-2/+4
* Support functions for the new ACPI import.njl2003-04-294-6/+122
* Resolve conflicts arising from the ACPI CA 20021118 import.iwasaki2002-11-271-3/+3
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isiwasaki2002-10-311-4/+0
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-0/+2
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.jhb2002-10-161-4/+14
* Implement the internal locks of an ACPI semaphore with splhigh() onjhb2002-10-161-8/+31
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Resolve conflicts arising from the ACPI CA 20020815 import.iwasaki2002-08-291-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-1/+6
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-091-0/+71
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.iwasaki2002-07-061-2/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-193-10/+10
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+2
* Fix a gcc-3.1+ warning.peter2002-03-192-0/+5
* Do not do string concatenation with __func__ (which is not a string)peter2002-03-121-1/+1
* Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,peter2002-03-121-3/+3
* 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
OpenPOWER on IntegriCloud