Age | Commit message (Expand) | Author |
2008-06-01 | Fix \n nit in SMALL_KERNEL. | Marco Peereboom |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom |
2008-05-29 | dlg backed out one too many revisions, bring back 1.2 | joshua stein |
2008-05-16 | back out jordans new parser. | David Gwynne |
2008-05-15 | Ripped out old parser guts | Jordan Hargrave |
2008-05-15 | Handle Alias named objects, return original object | Jordan Hargrave |
2008-05-14 | only compile aml_dump() if option ACPI_DEBUG. | Miod Vallat |
2008-05-14 | Let this build and link if SMALL_KERNEL. | Miod Vallat |
2008-05-14 | Removed debugging printfs | Jordan Hargrave |
2008-05-14 | Clean up a bit. | Brad Smith |
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave |
2008-05-14 | recognize some more events | joshua stein |
2008-05-13 | Adding changes for new parser | Jordan Hargrave |
2008-04-27 | add acpithinkpad(4), an acpi support driver for ibm/lenovo | joshua stein |
2008-04-24 | Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many | Joel Sing |
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis |
2008-02-07 | unbreak build: aml_showvalue() is only available on !SMALL_KERNEL | Peter Valchev |
2008-02-07 | unbreak SMALL_KERNEL kernels, with miod | Henning Brauer |
2008-02-06 | Replace magic values with appropriate symbolic constants. | Mark Kettenis |
2008-02-05 | Added change for debugging setbufint | Jordan Hargrave |
2008-01-22 | Added change to parseop to support return value; removes 1/2 stack depth for | Jordan Hargrave |
2008-01-21 | Check against RESET_REG_SUP in FADT before doing the acpi reset dance | Jonathan Gray |
2008-01-08 | Don't free res twice. | Marco Peereboom |
2008-01-06 | Add a more robust gettempreading that debounces the value (idea from FreeBSD) | Marco Peereboom |
2008-01-06 | re-add _PPC. | Marco Peereboom |
2008-01-05 | Never attach more acpicpu(4) devices than cpu(4) devices. Always attach | Mark Kettenis |
2007-12-29 | Remove debug message. Found by Mike Belopuhov, tsk tsk deraadt. | Marco Peereboom |
2007-12-27 | Undo previous commit after debating a few corner cases with gwk. This | Marco Peereboom |
2007-12-27 | Add _PPC support. Tested by several people. | Marco Peereboom |
2007-12-27 | KNF, no functional change | Marco Peereboom |
2007-12-07 | do not call aml_searchname and aml_evalnode afterwards, just use | Federico G. Schwindt |
2007-12-05 | Add a check for pss len == 0. This is a temporary work around for when | Marco Peereboom |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-12-05 | repair acpiopen/acpiclose and friends to handle the /dev/apmctl interface, | Theo de Raadt |
2007-12-03 | set the value before freeing the result; marco@ ok. | Federico G. Schwindt |
2007-12-02 | Added AMLOP_BREAKOPINT function handler for X40 systems | Jordan Hargrave |
2007-12-02 | fix the trailing space for real now. | Federico G. Schwindt |
2007-12-02 | avoid trailing spaces on output; marco@ ok. | Federico G. Schwindt |
2007-11-27 | Fix off-by-one that made us attach acpicpu0 and acpicpu1 on GENERIC kernels. | Mark Kettenis |
2007-11-25 | When available and ACPI is enabled use the ACPI reset method | Jonathan Gray |
2007-11-19 | sigh, amd64 still uses that stupid acpi_enabled variable... | Theo de Raadt |
2007-11-19 | softc's come initialized to 0, you know... | Theo de Raadt |
2007-11-19 | store revision; from jsg | Theo de Raadt |
2007-11-19 | supply a place to store acpi version; from jsg | Theo de Raadt |
2007-11-19 | Initialize sc_facs earlier. | Mark Kettenis |
2007-11-18 | Don't add identity mappings for ISA interrupts for which we have an override. | Mark Kettenis |
2007-11-18 | Fix for PR 5642 & 5643. Report and testing Martijn Rijkeboer | Marco Peereboom |
2007-11-17 | Print the type that's wrong. | Mark Kettenis |
2007-11-17 | Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpy | Mark Kettenis |
2007-11-16 | Fix dmesg output. From form@. | Mike Belopuhov |