summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-4/+4
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixnjl2004-02-141-7/+5
* Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the callnjl2004-01-271-3/+2
* Expand the check for overriding the OS name to override _OS* (includingnjl2004-01-091-7/+9
* Reindent to non-style(9) compliant 4 space indent to match rest of file.jhb2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()jhb2003-11-121-0/+2
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overridejhb2003-11-111-0/+18
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),njl2003-10-021-6/+13
* Revert 1.24. It causes a hang on shutdown for Marcel. This is due tonjl2003-09-301-9/+1
* If asked to stall for more than 100 us (which is specified as the max innjl2003-09-291-1/+9
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withnjl2003-09-261-2/+3
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-3/+3
* 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
OpenPOWER on IntegriCloud