aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
...
* - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.Jung-uk Kim2010-07-151-26/+9
* - AcpiOsReadMemory() needs similar fixes as r209965. [1]Jung-uk Kim2010-07-151-18/+6
* Fix white spaces.Jung-uk Kim2010-07-131-18/+18
* According to ACPICA User Guide and Programmer Reference, the read data mustJung-uk Kim2010-07-131-6/+3
* Merge ACPICA 20100428.Jung-uk Kim2010-04-281-15/+10
* Merge ACPICA 20100121.Jung-uk Kim2010-01-212-2/+2
* Add a missing return in NULL mutex case.Jung-uk Kim2009-06-221-1/+3
* - Remove unnecessary read memory barriers from atomic operations[1].Jung-uk Kim2009-06-111-2/+4
* Catch up with r193750 (OsdSynch.c locking changes):Jung-uk Kim2009-06-101-16/+92
* Remove redundant checks for ACPI_WAIT_FOREVER cases.Jung-uk Kim2009-06-081-4/+0
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:Jung-uk Kim2009-06-081-267/+445
* Import ACPICA 20090521.Jung-uk Kim2009-06-058-103/+36
* Remove " + 1".Alexander Motin2008-11-031-1/+1
* As soon as we have several threads per process now, it is not correct toAlexander Motin2008-11-021-5/+1
* GPE lock may recurse on resume path.Takanori Watanabe2008-04-051-1/+1
* Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalNate Lawson2008-01-121-3/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+2
* 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