summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* Catch up with AcpiOsSleep() interface change.marks2004-12-022-9/+29
* When the user overrides the DSDT, replace any SSDTs with a simple no-opnjl2004-10-051-10/+40
* Don't enter the debugger when executing an AML breakpoint instructionnjl2004-09-021-5/+5
* MPSAFE lockingnjl2004-08-131-38/+9
* MPSAFE lockingnjl2004-08-131-22/+2
* Update for the KDB framework:marcel2004-07-101-2/+3
* Remove compat code and unused lock declarations.njl2004-06-181-22/+2
* Remove compat defines.njl2004-06-181-4/+0
* Make unnecessary globals static and remove unused includes.njl2004-05-061-1/+1
* Remove extra parentheses.njl2004-05-051-2/+2
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-0/+44
* Style fixes.njl2004-04-201-16/+3
* Unbreak the DDB build by replacing #includes that were deleted.njl2004-04-141-0/+2
* Style cleanups, M_ZERO instead of bzero.njl2004-04-141-22/+20
* Style cleanups, use M_ZERO instead of bzero, unify the !semaphore andnjl2004-04-141-44/+43
* Style cleanup, plus properly backup partial resource allocation innjl2004-04-141-44/+51
* Style cleanups to reduce diffs to locking tree.njl2004-04-144-109/+90
* 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
OpenPOWER on IntegriCloud