Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | Removed old AML disassembler code | Jordan Hargrave | |
ok @marco | |||
2008-06-12 | Fixed AMLOP_LOAD for _PSS on Thinkpad | Jordan Hargrave | |
ok @gwk | |||
2008-06-12 | Fixed memory leaks for AML parser | Jordan Hargrave | |
added new stack handling interface removed delay during parsing ok @marco | |||
2008-06-11 | Fix $OpenBSD$ for once and for all | Marco Peereboom | |
2008-06-08 | Add a malloc type for ACPI and use it for _acpi_os_malloc and free. | Artur Grabowski | |
kettenis@ ok | |||
2008-06-08 | Implement aml_str2val() ok marco@ | Can Erkin Acar | |
2008-06-08 | aaa_dev was being set from an uninitialized variable; ok toby | Theo de Raadt | |
2008-06-08 | unused globals and defines; ok toby | Theo de Raadt | |
2008-06-08 | simplify match function; ok toby | Theo de Raadt | |
2008-06-08 | unused defines | Theo de Raadt | |
2008-06-07 | Move #if 0 up to include currently unused fixup tables. | Marco Peereboom | |
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom | |
comments jmc ok toby | |||
2008-06-06 | lots of KNF | Marco Peereboom | |
Change many return x into goto fail idiom. | |||
2008-06-06 | KNF | Marco Peereboom | |
2008-06-06 | make this more like other code (done while digging into a problem...) | Theo de Raadt | |
2008-06-06 | Shrink acpi some more for floppies and while here re-enable acpi on the | Marco Peereboom | |
floppies. Fixes crazy sony vaio kettenis has. tested by deraadt ok deraadt jordan kettenis | |||
2008-06-06 | Add _?RS methods evaluation to obtain additional heuristics and setting | Marco Peereboom | |
interrupt routing. Fixes several HP & IBM machines. ok deraadt ketennis | |||
2008-06-04 | Fix panic on my i386 box when local variable isnt handled properly. | Marco Peereboom | |
code from jordan | |||
2008-06-02 | ignore a brightness changed event | joshua stein | |
from Stefan Sperling <stsp at stsp.name> | |||
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 | |
now too. ok kettenis deraadt | |||
2008-05-29 | dlg backed out one too many revisions, bring back 1.2 | joshua stein | |
only do aml_freevalue when necessary, noted by deanna | |||
2008-05-16 | back out jordans new parser. | David Gwynne | |
it didnt have enough oks from the right people, it did break machines that were previously working, and it bloated the RAMDISKS and install media beyond the constraints of the media. requested by deraadt@ | |||
2008-05-15 | Ripped out old parser guts | Jordan Hargrave | |
ok loki@ | |||
2008-05-15 | Handle Alias named objects, return original object | Jordan Hargrave | |
Clear out result before evaluating | |||
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 | |
ok jordan@ | |||
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave | |
Old guts of code still exists, needs to be torn out next ok marco@ ok brad@ | |||
2008-05-14 | recognize some more events | joshua stein | |
hook up the volume keys to actually do stuff; from Stefan Kempf use aml_freevalue to properly free memory in all cases; prodded by deanna | |||
2008-05-13 | Adding changes for new parser | Jordan Hargrave | |
ok marco@ | |||
2008-04-27 | add acpithinkpad(4), an acpi support driver for ibm/lenovo | joshua stein | |
thinkpads. provides functionality that the bios did on older, non-acpi thinkpads like respond to screen brightness keys and toggle the bluetooth device on and off. ok deraadt@ and marco@ | |||
2008-04-24 | Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many | Joel Sing | |
ASUS laptops (including the ASUS EeePC) - largely based on NetBSD's asus(4) driver. On the ASUS EeePC this allows us to enable/disable wireless, change screen brightness and use the volume keys. ok jsg@, weingart@ | |||
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis | |
to tell init(8) to power down the machine. ok krw@ | |||
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 | |
ok marco@ | |||
2008-01-22 | Added change to parseop to support return value; removes 1/2 stack depth for | Jordan Hargrave | |
parseint ok marco@ | |||
2008-01-21 | Check against RESET_REG_SUP in FADT before doing the acpi reset dance | Jonathan Gray | |
after all, not doing so appears to break more machines than it fixes. ok marco@ | |||
2008-01-08 | Don't free res twice. | Marco Peereboom | |
ok jordan | |||
2008-01-06 | Add a more robust gettempreading that debounces the value (idea from FreeBSD) | Marco Peereboom | |
Add a macro to convert from K to C Redo notify and sprinkle some debug Tested on D810 T60 & Q2010 and tested by several others. | |||
2008-01-06 | re-add _PPC. | Marco Peereboom | |
ok gwk@ | |||
2008-01-05 | Never attach more acpicpu(4) devices than cpu(4) devices. Always attach | Mark Kettenis | |
the first acpicpu(4) device on non-MULTIPROCESSOR kernels, regardless of its ACPI processor ID. ok mikeb@ | |||
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 | |
needs to be redone in another way. | |||
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 | |
aml_evalname. marco@ ok. |