aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
...
* Remove compat code and unused lock declarations.Nate Lawson2004-06-181-22/+2
* Remove compat defines.Nate Lawson2004-06-181-4/+0
* Make unnecessary globals static and remove unused includes.Nate Lawson2004-05-061-1/+1
* Remove extra parentheses.Nate Lawson2004-05-051-2/+2
* Add an MI implementation of the ACPI global lock routines and retire theNate Lawson2004-05-051-0/+44
* Style fixes.Nate Lawson2004-04-201-16/+3
* Unbreak the DDB build by replacing #includes that were deleted.Nate Lawson2004-04-141-0/+2
* Style cleanups, M_ZERO instead of bzero.Nate Lawson2004-04-141-22/+20
* Style cleanups, use M_ZERO instead of bzero, unify the !semaphore andNate Lawson2004-04-141-44/+43
* Style cleanup, plus properly backup partial resource allocation inNate Lawson2004-04-141-44/+51
* Style cleanups to reduce diffs to locking tree.Nate Lawson2004-04-144-109/+90
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allNate Lawson2004-03-031-4/+4
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixNate Lawson2004-02-141-7/+5
* Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the callNate Lawson2004-01-271-3/+2
* Expand the check for overriding the OS name to override _OS* (includingNate Lawson2004-01-091-7/+9
* Reindent to non-style(9) compliant 4 space indent to match rest of file.John Baldwin2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()John Baldwin2003-11-121-0/+2
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overrideJohn Baldwin2003-11-111-0/+18
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),Nate Lawson2003-10-021-6/+13
* Revert 1.24. It causes a hang on shutdown for Marcel. This is due toNate Lawson2003-09-301-9/+1
* If asked to stall for more than 100 us (which is specified as the max inNate Lawson2003-09-291-1/+9
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withNate Lawson2003-09-261-2/+3
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.John Baldwin2003-08-281-3/+3
* Fix build breakage on ia64. The second argument of AcpiOsReadable()Marcel Moolenaar2003-07-141-2/+2
* Update code to work with 0619 distNate Lawson2003-07-133-4/+55
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.Peter Wemm2003-05-311-0/+4
* Add some extra #ifdef stubs so that this compiles on 4.8.John Baldwin2003-05-131-0/+4
* Move some printfs under bootverbose since they are not true errors.Nate Lawson2003-05-121-2/+4
* Support functions for the new ACPI import.Nate Lawson2003-04-294-6/+122
* Resolve conflicts arising from the ACPI CA 20021118 import.Mitsuru IWASAKI2002-11-271-3/+3
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isMitsuru IWASAKI2002-10-311-4/+0
* Catch up to changes in acpivar.h to add support for using ACPI onJohn Baldwin2002-10-161-0/+2
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.John Baldwin2002-10-161-4/+14
* Implement the internal locks of an ACPI semaphore with splhigh() onJohn Baldwin2002-10-161-8/+31
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* Resolve conflicts arising from the ACPI CA 20020815 import.Mitsuru IWASAKI2002-08-291-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.Mitsuru IWASAKI2002-07-301-1/+6
* Resolve conflicts arising from the ACPI CA 20020611 import.Mitsuru IWASAKI2002-07-091-0/+71
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.Mitsuru IWASAKI2002-07-061-2/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-193-10/+10
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+2
* Fix a gcc-3.1+ warning.Peter Wemm2002-03-192-0/+5
* Do not do string concatenation with __func__ (which is not a string)Peter Wemm2002-03-121-1/+1
* Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,Peter Wemm2002-03-121-3/+3
* AcpiOsPrintf and AcpiOsVprintf now return void.Mike Smith2002-02-231-6/+4
* AcpiOsCallocate is no longer required.Mike Smith2002-02-231-11/+0
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-233-13/+13
* find_devclass -> devclass_find.Mike Smith2002-01-081-1/+1
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-2/+2