| Age | Commit message (Expand) | Author |
| 2010-03-16 | Remove the call to AcpiGetType() in acpi_make_devnode(). This is the same | jruoho |
| 2010-03-16 | With the intent of making 'struct acpi_devnode' as the central place for | jruoho |
| 2010-03-10 | Move the ACPI_ACTIVATE_DEV block to one place. While there, provide missing | jruoho |
| 2010-03-10 | Some pretty printing for ACPIVERBOSE. | jruoho |
| 2010-03-09 | Remove the namespace scopes. | jruoho |
| 2010-03-05 | Preparing a device for wakeup involves: | jruoho |
| 2010-03-05 | Remove <dev/acpi/acpica.h> from all files. It is included from | jruoho |
| 2010-03-04 | Remove ACPI_BUT_DEBUG by using ACPI_DEBUG_PRINT(x) instead. | jruoho |
| 2010-03-04 | Fix ACPI_DEBUG build failures reported by Greg A. Woods. | jruoho |
| 2010-03-03 | Convert the single instance of ACPI_EXTRA_DEBUG to ACPIVERBOSE. | jruoho |
| 2010-03-03 | Refactor acpi_make_devnode() to make it a little more readable. | jruoho |
| 2010-03-02 | Format string cosmetics (mainly from %d to %u). | jruoho |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-31 | Add dynamic debug options for ACPI_DEBUG kernels. | jruoho |
| 2010-01-18 | Fix and improve several comments. | jruoho |
| 2010-01-18 | Introduce acpi_eval_reference_handle() -- | jruoho |
| 2010-01-18 | Ensure that the return string is NUL-terminated in acpi_eval_string(). | jruoho |
| 2010-01-12 | Properly evaluate the _PRW object in case we have a package inside a | jruoho |
| 2010-01-09 | Add "ACPI fans" to the list of ignored HIDs, as discussed on port-i386@. | jruoho |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-08 | Move all copies of ifattr_match() to sys/kern/subr_autoconf.c. | dyoung |
| 2010-01-05 | Use acpi_eval_struct() to simplify code. | jruoho |
| 2009-12-31 | Remove unused locking variables. | jruoho |
| 2009-12-31 | Add Intel HW Random Number Generator to the list of ignored HIDs. | jruoho |
| 2009-12-03 | Enumerate ACPI PCI devices. Allows to link PCI with ACPI devices. | cegger |
| 2009-11-29 | Introduce acpi_eval_set_integer(). | cegger |
| 2009-11-28 | initialise -> initialize | cegger |
| 2009-11-14 | use __arraycount | cegger |
| 2009-09-16 | In pmf(9), improve the implementation of device self-suspension | dyoung |
| 2009-09-16 | Allow for 'options ACPI_DEBUG' by providing module declarations | mlelstv |
| 2009-08-25 | PR# kern/41179: Incorrect return values from AcpiOsExecute() | jmcneill |
| 2009-08-23 | When ACPI is not present, free any resources used by the ACPICA. Also, | jmcneill |
| 2009-08-18 | Update for API changes with new ACPICA. | cegger |
| 2009-08-18 | Switch to ACPICA 20090730, and update for API changes. | jmcneill |
| 2009-08-04 | add hw.wake.* sysctl subtree for toggling which devices are allowed to | jmcneill |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-08 | sprintf -> snprintf | joerg |
| 2009-04-08 | Refactor slightly to create acpi_rescan(), a hook for rescanning the | dyoung |
| 2009-01-30 | PR# kern/38817: regression in acpi sleep on lifebook S6510 | jmcneill |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-12-07 | Handle printing of _STR attribute with non-string data type gracefully. | mlelstv |
| 2008-09-19 | Revert previous. | jmcneill |
| 2008-09-10 | PR# 38683 - T61 cannot suspend with recent kernels | jmcneill |
| 2008-07-15 | Introduce acpi_clear_wake_gpe() to undo acpi_set_wake_gpe(). | dyoung |
| 2008-06-01 | Fix compilation with ACPI_EXTRA_DEBUG. | joerg |
| 2008-05-17 | For device nodes that we handle internally, do not bother calling | jmcneill |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-20 | Improve error reporting when we fail to enter a sleep state, eg: | jmcneill |
| 2008-03-27 | Split device_t and softc | jmcneill |
| 2008-03-12 | Use device_t and its accessors throughout. Use aprint_*_dev(). | dyoung |