| Age | Commit message (Expand) | Author |
| 2005-05-02 | Merge changes for ACPI-CA 20050408 | kochi |
| 2005-05-02 | Merge ACPI-CA 20050408 | kochi |
| 2005-05-02 | Import the INTEL ACPI-CA 20050408 | kochi |
| 2005-03-25 | Add attimer(4) driver, with ISA and ACPI attachments. | cube |
| 2005-03-21 | Add pcppi(4) ACPI attachment, which matches the "AT-style speaker | xtraeme |
| 2005-02-27 | regen | perry |
| 2005-02-27 | remove trailing whitespace from the "generated from:" line | perry |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-29 | Fix typo (Capabiltites -> Capabilities). | jmcneill |
| 2004-12-02 | Add ACPI joy(4) attachment, based on lpt_acpi.c by jmcneill@, | xtraeme |
| 2004-12-02 | Add ACPI mpu(4) attachment, based on lpt_acpi.c by jmcneill@, | xtraeme |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-06-25 | Handle a "device check" message by reloading battery information. | mycroft |
| 2004-06-25 | don't rely on the value of hz. | yamt |
| 2004-06-09 | The "implicit return" problem is already fixed since when I imported | kochi |
| 2004-06-07 | Add code for replacing DSDT. See comments in the file. | kochi |
| 2004-06-07 | Add ACPI_DISABLE_ON_POWEROFF option. | kochi |
| 2004-06-07 | Remove the first one (split _REG initialization path into two phases; | kochi |
| 2004-06-06 | In acpitz_get_zone only print verbose temperature thresholds when called | martin |
| 2004-06-05 | Remove a couple of items that are done now. XXX Is the first one also done? | mycroft |
| 2004-05-27 | don't compile acpi_madt.c unless options MPACPI is specified. | kochi |
| 2004-05-26 | ThermalZone improvement work by lha at stacken.kth.se, inspired from | kochi |
| 2004-05-16 | Fix typo in variable name. | kochi |
| 2004-05-03 | Add sysmon pswitch hook so that powerd(8) can monitor | kochi |
| 2004-05-01 | specify static where appropriate. | kochi |
| 2004-04-24 | EcGpeHandler: in the case that the ec is EcLock'ed, always set | yamt |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-04-12 | fix compilation when ACPI_DEBUG is not set. | kochi |
| 2004-04-12 | minor space nit from Alexander Yurchenko. | kochi |
| 2004-04-11 | - don't evaluate _UID, reuse ACPI_DEVINFO | kochi |
| 2004-04-11 | split power button and sleep button HIDs so that they can be matched | kochi |
| 2004-04-11 | Clean up memory allocated during autoconfiguration | kochi |
| 2004-04-11 | change acpi_resource_parse API to support _PRS parsing as well as _CRS | kochi |
| 2004-04-11 | + add prototype | kochi |
| 2004-04-11 | change acpi_resource_parse API to support _PRS parsing as well as _CRS | kochi |
| 2004-04-11 | change acpi_resource_parse API to support _PRS parsing as well as _CRS | kochi |
| 2004-04-11 | return (x) -> return x | kochi |
| 2004-04-11 | return (x) -> return x | kochi |
| 2004-04-10 | whitespace nit | kochi |
| 2004-04-07 | A bugfix for Mutex handling. | kochi |
| 2004-03-31 | Only call acpiec_early_attach() in "acpi.c" if the kernel is configured | tron |
| 2004-03-30 | Fix date in previous (shouldn't the entry just be removed?). | wiz |
| 2004-03-30 | ECDT support is complete. | kochi |
| 2004-03-30 | Add ACPI ECDT (Embedded Controller Description Table) support. | kochi |
| 2004-03-30 | Fix 16bit-wide access to PCI configuration space. | kochi |
| 2004-03-24 | Set sc->sc_glk,if acpi_eval_integer() evaluate _GLK in acpiec_attach. | kanaoka |
| 2004-03-24 | Don't include unnecessary header (acpi_osd.h) | kochi |
| 2004-03-24 | - Don't use ACPI CA internal functions | kochi |