| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: queue an asynch handler to re-enable a level-triggered GPE | Nate Lawson | 2008-01-16 | 1 | -3/+7 |
| * | Remove "acpi_bus_number: can't get _ADR" message. It usually appears as | Nate Lawson | 2007-05-31 | 1 | -10/+7 |
| * | - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1]. | Jung-uk Kim | 2007-03-26 | 1 | -2/+2 |
| * | Correct ACPI semaphore function parameters. | Jung-uk Kim | 2007-03-26 | 1 | -4/+4 |
| * | Free the handle, not the lock. Pointy hat to me. | Jung-uk Kim | 2007-03-26 | 1 | -1/+1 |
| * | Correct ACPI spinlock function parameters and use known ACPI spinlock names. | Jung-uk Kim | 2007-03-26 | 1 | -20/+25 |
| * | Use a unique name for each mutex now that acpi-ca is creating more than | Nate Lawson | 2007-03-26 | 1 | -2/+11 |
| * | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim | 2007-03-22 | 5 | -73/+49 |
| * | Only enter the debugger on a Fatal op if this is a debug build of the | Nate Lawson | 2007-03-14 | 1 | -1/+3 |
| * | Use 'pause' in several places rather than trying to tsleep() on NULL (which | John Baldwin | 2007-02-23 | 1 | -2/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Disable an overly-verbose warning message by default. | Hiroki Sato | 2006-09-24 | 1 | -3/+6 |
| * | First pass at allowing memory to be mapped using cache modes other than | John Baldwin | 2006-08-11 | 1 | -2/+2 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Fix an off-by-one error in the port range detection. Cleanup some old | Nate Lawson | 2006-04-04 | 1 | -5/+5 |
| * | Revert to using acpi_max_threads instead of the hardcoded value of '3'. | Scott Long | 2006-03-30 | 1 | -1/+2 |
| * | Fix printf arg on 64-bit arch by casting to an int. The IO port is never | Nate Lawson | 2006-03-29 | 1 | -2/+2 |
| * | Add a blacklist for bad IO ports that AML should never touch. It seems | Nate Lawson | 2006-03-29 | 1 | -0/+76 |
| * | Add the following to the taskqueue api: | Scott Long | 2006-01-14 | 1 | -24/+1 |
| * | Make tv_sec a time_t on all platforms but alpha. Brings us more in line with | Tom Rhodes | 2005-12-24 | 1 | -2/+2 |
| * | Catch up with ACPI-CA 20051021 import | Jung-uk Kim | 2005-11-01 | 2 | -5/+7 |
| * | Canonize the include of acpi.h. | David E. O'Brien | 2005-09-11 | 8 | -9/+9 |
| * | Standardize __FBSDID identifiers. | Nate Lawson | 2005-07-22 | 8 | -16/+24 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | Simplify the ACPI taskqueue implementation. Use a thread queue type instead | Mark Santcroos | 2005-05-09 | 1 | -107/+38 |
| * | Add the tunable "debug.acpi.max_threads" to allow users to set the | Nate Lawson | 2005-04-21 | 1 | -1/+8 |
| * | Catch up with AcpiOsSleep() interface change. | Mark Santcroos | 2004-12-02 | 2 | -9/+29 |
| * | When the user overrides the DSDT, replace any SSDTs with a simple no-op | Nate Lawson | 2004-10-05 | 1 | -10/+40 |
| * | Don't enter the debugger when executing an AML breakpoint instruction | Nate Lawson | 2004-09-02 | 1 | -5/+5 |
| * | MPSAFE locking | Nate Lawson | 2004-08-13 | 1 | -38/+9 |
| * | MPSAFE locking | Nate Lawson | 2004-08-13 | 1 | -22/+2 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -2/+3 |
| * | Remove compat code and unused lock declarations. | Nate Lawson | 2004-06-18 | 1 | -22/+2 |
| * | Remove compat defines. | Nate Lawson | 2004-06-18 | 1 | -4/+0 |
| * | Make unnecessary globals static and remove unused includes. | Nate Lawson | 2004-05-06 | 1 | -1/+1 |
| * | Remove extra parentheses. | Nate Lawson | 2004-05-05 | 1 | -2/+2 |
| * | Add an MI implementation of the ACPI global lock routines and retire the | Nate Lawson | 2004-05-05 | 1 | -0/+44 |
| * | Style fixes. | Nate Lawson | 2004-04-20 | 1 | -16/+3 |
| * | Unbreak the DDB build by replacing #includes that were deleted. | Nate Lawson | 2004-04-14 | 1 | -0/+2 |
| * | Style cleanups, M_ZERO instead of bzero. | Nate Lawson | 2004-04-14 | 1 | -22/+20 |
| * | Style cleanups, use M_ZERO instead of bzero, unify the !semaphore and | Nate Lawson | 2004-04-14 | 1 | -44/+43 |
| * | Style cleanup, plus properly backup partial resource allocation in | Nate Lawson | 2004-04-14 | 1 | -44/+51 |
| * | Style cleanups to reduce diffs to locking tree. | Nate Lawson | 2004-04-14 | 4 | -109/+90 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Change to acpi_{Get,Set}Integer to provide both methods. Convert all | Nate Lawson | 2004-03-03 | 1 | -4/+4 |
| * | Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix | Nate Lawson | 2004-02-14 | 1 | -7/+5 |
| * | Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the call | Nate Lawson | 2004-01-27 | 1 | -3/+2 |
| * | Expand the check for overriding the OS name to override _OS* (including | Nate Lawson | 2004-01-09 | 1 | -7/+9 |
| * | Reindent to non-style(9) compliant 4 space indent to match rest of file. | John Baldwin | 2003-11-12 | 1 | -4/+4 |
| * | Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel() | John Baldwin | 2003-11-12 | 1 | -0/+2 |