Age | Commit message (Expand) | Author |
2012-07-16 | Add shorter form function aml_node_setval() for setting an int | Theo de Raadt |
2012-07-10 | Ooops. A debug printf sneaked in. Sorry about that. | Paul Irofti |
2012-07-10 | More wraping and style. | Paul Irofti |
2012-07-10 | Wrap | Paul Irofti |
2012-03-15 | Allow multiple backslashes at the start of a namespace path. It is pretty | Mark Kettenis |
2012-03-10 | AML integers are supposed to be 64-bit unsigned, but huge parts of our code | Mark Kettenis |
2011-06-15 | Silence unneeded conversion warning. Okay jordan@. | Paul Irofti |
2011-06-08 | Use static scope during AML disassembly, fixes splassert error | Jordan Hargrave |
2011-06-03 | Change acpi_xfoo to acpi_foo names. | Jordan Hargrave |
2011-06-03 | Track depth of scope stack | Jordan Hargrave |
2011-06-02 | Fix index for Mid() opcode | Jordan Hargrave |
2011-06-02 | Fix CondRef definition to support optional target. Fixes docking on Dell E4310 | Jordan Hargrave |
2011-04-22 | Fix uninitialzied variables and formatting strings (-Wxxx errors) | Jordan Hargrave |
2011-04-19 | clean out some tiny nits | Theo de Raadt |
2011-04-18 | Change all aml_xfoo to aml_foo names now that parser is stable | Jordan Hargrave |
2011-03-20 | changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) i... | Jordan Hargrave |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-10-31 | Revert last commit: it breaks resume on Thinkpads | Philip Guenthe |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-08-05 | Add Windows2009 to the valid osi table; from marco, suggested as a trial | Theo de Raadt |
2010-08-04 | Remove unused code, conditional in fixup node was never true | Jordan Hargrave |
2010-07-28 | remove stub code for rw locks we will never need; ok kettenis marco | Theo de Raadt |
2010-07-27 | remove an ancient XXX | Theo de Raadt |
2010-07-27 | Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinations | Kenneth R Westerback |
2010-07-23 | Fix searchname to handle short name segments, remove hack in acpidock. | Jordan Hargrave |
2010-07-22 | pretty large cleanup of SMALL_KERNEL | Theo de Raadt |
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 | Handle the acpi interrupt controller with proper edge/level handling, | Theo de Raadt |
2010-07-20 | tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum | Theo de Raadt |
2010-07-19 | there is no need for a seperate dsdt_softc pointer; dsdt does not have a | Theo de Raadt |
2010-07-13 | rename some thread related interfaces so they are logical | 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 |
2010-06-30 | Cleaned up aml name parser, delete unused code | Jordan Hargrave |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-27 | Change ACPI namespace to use SIMPLEQ macros | Jordan Hargrave |
2010-06-27 | Cleaned up acpi_maptable, adds to table list directly | Jordan Hargrave |
2010-06-19 | Fix reference counting panic for CondRef | Jordan Hargrave |
2009-12-05 | Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum | Jordan Hargrave |
2009-11-13 | Initialize uninititialized variable. | Jordan Hargrave |
2009-10-16 | Added argument for xconvert for length conversion | Jordan Hargrave |
2009-09-04 | Add common framework for storing device lists | Jordan Hargrave |
2009-07-20 | KNF fixes | Jordan Hargrave |
2009-07-17 | Cleaned up parsing of While loops; iterative If statement | Jordan Hargrave |
2009-07-15 | missing va_end in aml_seterror; ok marco@ | Martynas Venckus |
2009-06-01 | Remove dead/unused code | Jordan Hargrave |
2009-05-30 | Added error handler for missing AML nameref; fixes PR6103 | Jordan Hargrave |
2009-05-30 | Fixed parsing rules for Scope opcode, fixes panic on some HP systems | Jordan Hargrave |