summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* Remove " + 1".mav2008-11-031-1/+1
* As soon as we have several threads per process now, it is not correct tomav2008-11-021-5/+1
* GPE lock may recurse on resume path.takawata2008-04-051-1/+1
* Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalnjl2008-01-121-3/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+2
* Remove "acpi_bus_number: can't get _ADR" message. It usually appears asnjl2007-05-311-10/+7
* - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].jkim2007-03-261-2/+2
* Correct ACPI semaphore function parameters.jkim2007-03-261-4/+4
* Free the handle, not the lock. Pointy hat to me.jkim2007-03-261-1/+1
* Correct ACPI spinlock function parameters and use known ACPI spinlock names.jkim2007-03-261-20/+25
* Use a unique name for each mutex now that acpi-ca is creating more thannjl2007-03-261-2/+11
* Catch up with ACPI-CA 20070320 import.jkim2007-03-225-73/+49
* Only enter the debugger on a Fatal op if this is a debug build of thenjl2007-03-141-1/+3
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-231-2/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Disable an overly-verbose warning message by default.hrs2006-09-241-3/+6
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-2/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Fix an off-by-one error in the port range detection. Cleanup some oldnjl2006-04-041-5/+5
* Revert to using acpi_max_threads instead of the hardcoded value of '3'.scottl2006-03-301-1/+2
* Fix printf arg on 64-bit arch by casting to an int. The IO port is nevernjl2006-03-291-2/+2
* Add a blacklist for bad IO ports that AML should never touch. It seemsnjl2006-03-291-0/+76
* Add the following to the taskqueue api:scottl2006-01-141-24/+1
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-2/+2
* Catch up with ACPI-CA 20051021 importjkim2005-11-012-5/+7
* Canonize the include of acpi.h.obrien2005-09-118-9/+9
* Standardize __FBSDID identifiers.njl2005-07-228-16/+24
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadmarks2005-05-091-107/+38
* Add the tunable "debug.acpi.max_threads" to allow users to set thenjl2005-04-211-1/+8
* 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
OpenPOWER on IntegriCloud