| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable an overly-verbose warning message by default. | hrs | 2006-09-24 | 1 | -3/+6 |
* | First pass at allowing memory to be mapped using cache modes other than | jhb | 2006-08-11 | 1 | -2/+2 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Fix an off-by-one error in the port range detection. Cleanup some old | njl | 2006-04-04 | 1 | -5/+5 |
* | Revert to using acpi_max_threads instead of the hardcoded value of '3'. | scottl | 2006-03-30 | 1 | -1/+2 |
* | Fix printf arg on 64-bit arch by casting to an int. The IO port is never | njl | 2006-03-29 | 1 | -2/+2 |
* | Add a blacklist for bad IO ports that AML should never touch. It seems | njl | 2006-03-29 | 1 | -0/+76 |
* | Add the following to the taskqueue api: | scottl | 2006-01-14 | 1 | -24/+1 |
* | Make tv_sec a time_t on all platforms but alpha. Brings us more in line with | trhodes | 2005-12-24 | 1 | -2/+2 |
* | Catch up with ACPI-CA 20051021 import | jkim | 2005-11-01 | 2 | -5/+7 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 8 | -9/+9 |
* | Standardize __FBSDID identifiers. | njl | 2005-07-22 | 8 | -16/+24 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Simplify the ACPI taskqueue implementation. Use a thread queue type instead | marks | 2005-05-09 | 1 | -107/+38 |
* | Add the tunable "debug.acpi.max_threads" to allow users to set the | njl | 2005-04-21 | 1 | -1/+8 |
* | Catch up with AcpiOsSleep() interface change. | marks | 2004-12-02 | 2 | -9/+29 |
* | When the user overrides the DSDT, replace any SSDTs with a simple no-op | njl | 2004-10-05 | 1 | -10/+40 |
* | Don't enter the debugger when executing an AML breakpoint instruction | njl | 2004-09-02 | 1 | -5/+5 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -38/+9 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -22/+2 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -2/+3 |
* | Remove compat code and unused lock declarations. | njl | 2004-06-18 | 1 | -22/+2 |
* | Remove compat defines. | njl | 2004-06-18 | 1 | -4/+0 |
* | Make unnecessary globals static and remove unused includes. | njl | 2004-05-06 | 1 | -1/+1 |
* | Remove extra parentheses. | njl | 2004-05-05 | 1 | -2/+2 |
* | Add an MI implementation of the ACPI global lock routines and retire the | njl | 2004-05-05 | 1 | -0/+44 |
* | Style fixes. | njl | 2004-04-20 | 1 | -16/+3 |
* | Unbreak the DDB build by replacing #includes that were deleted. | njl | 2004-04-14 | 1 | -0/+2 |
* | Style cleanups, M_ZERO instead of bzero. | njl | 2004-04-14 | 1 | -22/+20 |
* | Style cleanups, use M_ZERO instead of bzero, unify the !semaphore and | njl | 2004-04-14 | 1 | -44/+43 |
* | Style cleanup, plus properly backup partial resource allocation in | njl | 2004-04-14 | 1 | -44/+51 |
* | Style cleanups to reduce diffs to locking tree. | njl | 2004-04-14 | 4 | -109/+90 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Change to acpi_{Get,Set}Integer to provide both methods. Convert all | njl | 2004-03-03 | 1 | -4/+4 |
* | Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix | njl | 2004-02-14 | 1 | -7/+5 |
* | Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the call | njl | 2004-01-27 | 1 | -3/+2 |
* | Expand the check for overriding the OS name to override _OS* (including | njl | 2004-01-09 | 1 | -7/+9 |
* | Reindent to non-style(9) compliant 4 space indent to match rest of file. | jhb | 2003-11-12 | 1 | -4/+4 |
* | Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel() | jhb | 2003-11-12 | 1 | -0/+2 |
* | Add an acpi_OverrideInterruptLevel() method that OSPM can use to override | jhb | 2003-11-11 | 1 | -0/+18 |
* | If requested to Sleep for less than our hz granularity (e.g., 10 ms), | njl | 2003-10-02 | 1 | -6/+13 |
* | Revert 1.24. It causes a hang on shutdown for Marcel. This is due to | njl | 2003-09-30 | 1 | -9/+1 |
* | If asked to stall for more than 100 us (which is specified as the max in | njl | 2003-09-29 | 1 | -1/+9 |
* | Make debug.acpi.level and debug.acpi.layer sysctls that can be set with | njl | 2003-09-26 | 1 | -2/+3 |
* | - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long. | jhb | 2003-08-28 | 1 | -3/+3 |
* | Fix build breakage on ia64. The second argument of AcpiOsReadable() | marcel | 2003-07-14 | 1 | -2/+2 |
* | Update code to work with 0619 dist | njl | 2003-07-13 | 3 | -4/+55 |
* | Add the MD ifdefs for amd64 to point to the IO space bustag/handle. | peter | 2003-05-31 | 1 | -0/+4 |
* | Add some extra #ifdef stubs so that this compiles on 4.8. | jhb | 2003-05-13 | 1 | -0/+4 |
* | Move some printfs under bootverbose since they are not true errors. | njl | 2003-05-12 | 1 | -2/+4 |