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