aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* MFC: queue an asynch handler to re-enable a level-triggered GPENate Lawson2008-01-161-3/+7
* Remove "acpi_bus_number: can't get _ADR" message. It usually appears asNate Lawson2007-05-311-10/+7
* - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].Jung-uk Kim2007-03-261-2/+2
* Correct ACPI semaphore function parameters.Jung-uk Kim2007-03-261-4/+4
* Free the handle, not the lock. Pointy hat to me.Jung-uk Kim2007-03-261-1/+1
* Correct ACPI spinlock function parameters and use known ACPI spinlock names.Jung-uk Kim2007-03-261-20/+25
* Use a unique name for each mutex now that acpi-ca is creating more thanNate Lawson2007-03-261-2/+11
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-225-73/+49
* Only enter the debugger on a Fatal op if this is a debug build of theNate Lawson2007-03-141-1/+3
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin2007-02-231-2/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Disable an overly-verbose warning message by default.Hiroki Sato2006-09-241-3/+6
* First pass at allowing memory to be mapped using cache modes other thanJohn Baldwin2006-08-111-2/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Fix an off-by-one error in the port range detection. Cleanup some oldNate Lawson2006-04-041-5/+5
* Revert to using acpi_max_threads instead of the hardcoded value of '3'.Scott Long2006-03-301-1/+2
* Fix printf arg on 64-bit arch by casting to an int. The IO port is neverNate Lawson2006-03-291-2/+2
* Add a blacklist for bad IO ports that AML should never touch. It seemsNate Lawson2006-03-291-0/+76
* Add the following to the taskqueue api:Scott Long2006-01-141-24/+1
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withTom Rhodes2005-12-241-2/+2
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-012-5/+7
* Canonize the include of acpi.h.David E. O'Brien2005-09-118-9/+9
* Standardize __FBSDID identifiers.Nate Lawson2005-07-228-16/+24
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadMark Santcroos2005-05-091-107/+38
* Add the tunable "debug.acpi.max_threads" to allow users to set theNate Lawson2005-04-211-1/+8
* Catch up with AcpiOsSleep() interface change.Mark Santcroos2004-12-022-9/+29
* When the user overrides the DSDT, replace any SSDTs with a simple no-opNate Lawson2004-10-051-10/+40
* Don't enter the debugger when executing an AML breakpoint instructionNate Lawson2004-09-021-5/+5
* MPSAFE lockingNate Lawson2004-08-131-38/+9
* MPSAFE lockingNate Lawson2004-08-131-22/+2
* Update for the KDB framework:Marcel Moolenaar2004-07-101-2/+3
* 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