| Age | Commit message (Expand) | Author |
| 2021-01-29 | Use acpi_compatible_match(). | thorpej |
| 2020-06-15 | only install space handler and enable interrupt for EC if ACPI | jdolecek |
| 2020-05-04 | constify | jdolecek |
| 2020-04-28 | kern/55206: acpibat reporting broken by acpi_ec.c r1.81 | jmcneill |
| 2020-04-12 | Reject overly large widths, from mlelstv. | riastradh |
| 2020-04-12 | KNF | riastradh |
| 2020-04-12 | Revert acpi_ec.c 1.76. | riastradh |
| 2020-04-12 | Revert acpi_ec.c 1.77. | riastradh |
| 2019-08-06 | - Make the case that width < 8 behave as the same as before. Pointed out by | msaitoh |
| 2019-08-05 | - Fix a bug that acpiec_space_handler() doesn't access more than 64bit | msaitoh |
| 2017-03-11 | Remove extra newline during attach. | tsutsui |
| 2014-12-08 | Add missing newlines... | msaitoh |
| 2014-07-06 | Register a null power handler if acpiec fails to attach. | riastradh |
| 2013-10-16 | remove unused variable | christos |
| 2011-07-24 | Fix off-by-one in validation of EmbeddedControl OperationRegion handler. | jakllsch |
| 2011-02-19 | After the GPE handler has finished, inform ACPICA that the interrupt has | jruoho |
| 2011-02-17 | ACPICA 20101209: | jruoho |
| 2011-01-07 | use aprint_error_dev | cegger |
| 2010-06-06 | We can no longer explicitly clear a GPE by calling AcpiClearGpe() in the | jruoho |
| 2010-06-06 | ACPICA 20100331: | jruoho |
| 2010-04-14 | No need to spread the ACPICA type system any more than is necessary: | jruoho |
| 2010-03-29 | Attach acpiecdt with acpibus_attach_args. Sverre Froyen reports that | dyoung |
| 2010-03-24 | Do not use unitialized bus_space_tag_t's. Use the tag(s) from the | dyoung |
| 2010-03-05 | Remove <dev/acpi/acpica.h> from all files. It is included from | 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-18 | Use acpi_eval_reference_handle() to simplify code. No functional change. | jruoho |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-09-16 | Allow for 'options ACPI_DEBUG' by providing module declarations | mlelstv |
| 2009-07-06 | Add a pmf(9) shutdown hook to acpiec(4) to use polling on shutdown. | alc |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-02-28 | Change a confusing attach message; if the embedded controller was attached | jmcneill |
| 2009-02-17 | Cut the amount of spam from acpi devices in roughly half by printing | jmcneill |
| 2008-06-03 | Before 1.46, the EC driver would try to send a command again to the EC | joerg |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-01-18 | Don't be so aggressive in polling the EC when cold, port-i386/37790. | jmcneill |
| 2008-01-18 | If we are in polling mode, do not try to spin forever in the state machine | jmcneill |
| 2007-12-21 | Add acpiec_bus_{read,write} and acpiec_get_handle, for use in other | jmcneill |
| 2007-12-19 | It seems like ACPICA can't deal with GPEs being handled before the GPE | joerg |
| 2007-12-15 | Don't retry to post a command if the EC doesn't answer for a second. | joerg |
| 2007-12-12 | Rename acpiec_gpe_state_maschine -> acpiec_gpe_state_machine | jmcneill |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | lockmgr -> mutex | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-06-26 | Don't be quite so aggressive in EcWaitEvent; makes acpiec work on the | jmcneill |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-05-14 | gcc4: 'Data' may be used uninitialized in this function | dogcow |
| 2006-02-20 | use aprint_* | kochi |
| 2006-02-16 | prototypes don't need argument names | kochi |