Age | Commit message (Expand) | Author |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-01-08 | Implement RootPathString support in the LoadTable() AML function. Fixes | Mark Kettenis |
2023-04-02 | add Windows 11 _OSI strings | Jonathan Gray |
2021-03-10 | Our ACPI namerefs are pointers to the byte structures for ACPI names. | Patrick Wildt |
2020-09-16 | disable acpivout brightness control on machines aware of Windows 8 | Jonathan Gray |
2018-08-19 | Add support for multiple PCI segments. Only really implemented for arm64 | Mark Kettenis |
2018-07-05 | Add acpipci(4), a driver that supports generic ECAM-compatible PCI host | Mark Kettenis |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2017-11-29 | Revise OperatingRegion code to make it extensible and have chvgpio(4) | Mark Kettenis |
2016-10-25 | Add the resource index to aml_parse_resource() callback function. | Paul Irofti |
2016-09-02 | Remove unused argument in aml_showvalue(). | Paul Irofti |
2016-05-08 | Add macros for interrupt trigger mode as encoded in GPIO resources. | Mark Kettenis |
2016-03-30 | Add support for gpio-based interrupts. | Mark Kettenis |
2016-03-28 | Add definitions for GPIO resources. | Mark Kettenis |
2016-03-14 | Correct the value of SRT_ENDTAG: it was documented incorrectly in early | Philip Guenther |
2016-01-13 | Change aml_find_node() such that it only walks down the tree and doesn't | Mark Kettenis |
2016-01-13 | Add data structures and defines for Generic and I2C Serial Bus Connection | Mark Kettenis |
2016-01-09 | Rename LR_24BIT, LR_32BIT and LR_32BITFIXED to LR_MEM24, LR_MEM32 and | Mark Kettenis |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-03-16 | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe | Theo de Raadt |
2014-05-02 | Make acpiprt(4) handle interrupts with non-standard polarity and trigger mode | Mark Kettenis |
2013-01-18 | acpi: Add global lock enter and leave routines. | Paul Irofti |
2012-07-16 | Add shorter form function aml_node_setval() for setting an int | Theo de Raadt |
2011-06-03 | Remove unused structure members. Add depth field. | Jordan Hargrave |
2011-04-18 | Change all aml_xfoo to aml_foo names now that parser is stable | Jordan Hargrave |
2011-01-08 | Removed unused structure member | Jordan Hargrave |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-08-04 | Remove unused code, conditional in fixup node was never true | Jordan Hargrave |
2010-07-22 | pretty large cleanup of SMALL_KERNEL | Theo de Raadt |
2010-07-22 | Remove unused function prototypes | Jordan Hargrave |
2010-07-21 | spacing and indents that are driving me crazy | Theo de Raadt |
2010-07-21 | clean up a pile of prototypes and shred some macros which were just covering | Theo de Raadt |
2010-07-20 | remove prototypes for functions that do not exist; ok jordan | Theo de Raadt |
2010-07-08 | Add mapping for ACPI device to PCI bdf (match autoconf tree) | Jordan Hargrave |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | Simplified aml_parse_resource call, cleanup code | Jordan Hargrave |
2009-09-04 | Add common framework for storing device lists | Jordan Hargrave |
2009-08-21 | Remove unused code | Jordan Hargrave |
2009-06-01 | Remove dead/unused code | Jordan Hargrave |
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave |
2008-10-07 | Fix memory leak bug during scope evaluation (now without introducing a bug | Mark Kettenis |
2008-10-04 | Commit cleanup part of the diff that was backed out in the previous commit | Mark Kettenis |
2008-09-29 | back out previous commit, since it is breaking a variety of machines | Theo de Raadt |
2008-09-25 | Fixed memory leak bug during scope evaluation | Jordan Hargrave |
2008-06-13 | Cleanup, remove old/unused functions | Jordan Hargrave |
2008-06-12 | Removed old AML disassembler code | Jordan Hargrave |
2008-06-06 | Shrink acpi some more for floppies and while here re-enable acpi on the | Marco Peereboom |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom |
2008-05-16 | back out jordans new parser. | David Gwynne |
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave |