summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* Fix a witness(4) warning introduced in r217238.jkim2011-01-111-13/+18
* Remove impossible error conditions.jkim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.jkim2011-01-101-0/+1
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-101-80/+149
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.jkim2011-01-101-2/+1
* Clean up unused headers.jkim2010-10-131-4/+0
* Remove acpi_bus_number() completely. It had to be removed in r212761.jkim2010-10-131-55/+0
* Mark acpi_bus_number() as __unused. This allows clang to this filerpaulo2010-10-131-1/+1
* Merge ACPICA 20100915.jkim2010-09-161-36/+0
* Merge ACPICA 20100806.jkim2010-08-062-7/+1
* Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() andjkim2010-07-161-22/+7
* Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of usingjkim2010-07-161-4/+4
* - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.jkim2010-07-151-26/+9
* - AcpiOsReadMemory() needs similar fixes as r209965. [1]jkim2010-07-151-18/+6
* Fix white spaces.jkim2010-07-131-18/+18
* According to ACPICA User Guide and Programmer Reference, the read data mustjkim2010-07-131-6/+3
* Merge ACPICA 20100428.jkim2010-04-281-15/+10
* Merge ACPICA 20100121.jkim2010-01-212-2/+2
* Add a missing return in NULL mutex case.jkim2009-06-221-1/+3
* - Remove unnecessary read memory barriers from atomic operations[1].jkim2009-06-111-2/+4
* Catch up with r193750 (OsdSynch.c locking changes):jkim2009-06-101-16/+92
* Remove redundant checks for ACPI_WAIT_FOREVER cases.jkim2009-06-081-4/+0
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:jkim2009-06-081-267/+445
* Import ACPICA 20090521.jkim2009-06-058-103/+36
* 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
OpenPOWER on IntegriCloud