| Age | Commit message (Expand) | Author |
| 2020-06-20 | Pull up following revision(s) (requested by jdolecek in ticket #959): | martin |
| 2020-04-29 | Pull up following revision(s) (requested by jmcneill in ticket #866): | martin |
| 2020-04-12 | Pull up following revision(s) (requested by riastradh in ticket #829): | martin |
| 2019-08-09 | Pull up following revision(s) (requested by msaitoh in ticket #38): | martin |
| 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 |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-02 | Merge changes for ACPI-CA 20050408 | kochi |
| 2004-06-25 | don't rely on the value of hz. | yamt |
| 2004-05-01 | specify static where appropriate. | kochi |
| 2004-04-24 | EcGpeHandler: in the case that the ec is EcLock'ed, always set | yamt |