Age | Commit message (Expand) | Author |
2012-03-15 | Allow multiple backslashes at the start of a namespace path. It is pretty | Mark Kettenis |
2012-03-10 | Seems the _REG method is optional, so only run it if it is present. | Mark Kettenis |
2012-03-10 | AML integers are supposed to be 64-bit unsigned, but huge parts of our code | Mark Kettenis |
2012-01-07 | Add X2APIC-related definitions for the MADT and silently skip them instead | Mark Kettenis |
2011-10-21 | Set mp_nbusses such that the newly added bounds checks on i386 and amd64 | Mark Kettenis |
2011-10-16 | Provide battery charge/discharge rate in proper units. | Mark Kettenis |
2011-09-20 | Very early in suspend while the clock is still ticking realtime, | Theo de Raadt |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2011-06-17 | Unbreak tree. $OpenBSD$ tag needs to be in a comment! Bad | Kenneth R Westerback |
2011-06-16 | Import acpitoshiba driver. | Paul Irofti |
2011-06-15 | Silence unneeded conversion warning. Okay jordan@. | Paul Irofti |
2011-06-15 | try to make critical messages make more sense. help from sthen. | Marco Peereboom |
2011-06-08 | Use static scope during AML disassembly, fixes splassert error | Jordan Hargrave |
2011-06-06 | Microphone mute button support from acpithinkpad (or elsewhere). | Theo de Raadt |
2011-06-03 | Change acpi_xfoo to acpi_foo names. | Jordan Hargrave |
2011-06-03 | Track depth of scope stack | Jordan Hargrave |
2011-06-03 | Remove unused structure members. Add depth field. | 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-05-29 | Ignore errors from the UCMS method. Some newer (really crappy, stay | Theo de Raadt |
2011-05-23 | Remove leftover include. | Paul Irofti |
2011-05-23 | Do not check malloc return value against NULL, as M_WAITOK is used. | Paul Irofti |
2011-04-27 | attach acpithinkpad to newer lenovo models like the x120e | joshua stein |
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-04-15 | Remove the acpi event definitions. They've not been used for over a | Owain Ainsworth |
2011-04-07 | Fix uninitialized name and x variables in setfan | Jordan Hargrave |
2011-04-07 | Revert prior diff that I ok because I don't know how to read. Real fix | Marco Peereboom |
2011-04-07 | Fix device names in acpitz_setfan() printf messages, which got broken in | Miod Vallat |
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus |
2011-03-20 | changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) i... | Jordan Hargrave |
2011-03-06 | The global_int information acpi collects is not used by amd64. | Theo de Raadt |
2011-01-10 | Attach acpihpet only once. The matching code is changed because acpi bus | Mike Belopuhov |
2011-01-09 | Continue loading acpiec even if _REG fails.. allows HP G62 to work properly | Jordan Hargrave |
2011-01-08 | Removed unused structure member | Jordan Hargrave |
2011-01-05 | Ignore MCFG tables with an empty bus range. Makes stu@'s amd64 machine | Mark Kettenis |
2011-01-04 | Add support for Memory Mapped Configuration space access. This gives us | Mark Kettenis |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-11-10 | The acpibat(4) notify function should not unconditionally call both _BIF | Mark Kettenis |
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-10-15 | Remove redundant definition | Jordan Hargrave |
2010-10-07 | Create separate functions for enabling wake and runtime gpes. | Jordan Hargrave |
2010-10-05 | split acpi_enable_onegpe to separate enable/disable functions | Jordan Hargrave |
2010-10-05 | Added acpi_disable_allgpes function to clear GPE status | Jordan Hargrave |
2010-10-05 | clean up acpi_softc use more | Theo de Raadt |
2010-10-05 | delete a bit of #if 0 code | Theo de Raadt |