summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the callnjl2004-01-271-3/+2
* Expand the check for overriding the OS name to override _OS* (includingnjl2004-01-091-7/+9
* Reindent to non-style(9) compliant 4 space indent to match rest of file.jhb2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()jhb2003-11-121-0/+2
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overridejhb2003-11-111-0/+18
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),njl2003-10-021-6/+13
* Revert 1.24. It causes a hang on shutdown for Marcel. This is due tonjl2003-09-301-9/+1
* If asked to stall for more than 100 us (which is specified as the max innjl2003-09-291-1/+9
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withnjl2003-09-261-2/+3
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-3/+3
* Fix build breakage on ia64. The second argument of AcpiOsReadable()marcel2003-07-141-2/+2
* Update code to work with 0619 distnjl2003-07-133-4/+55
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.peter2003-05-311-0/+4
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-131-0/+4
* Move some printfs under bootverbose since they are not true errors.njl2003-05-121-2/+4
OpenPOWER on IntegriCloud