Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-07 | Fix memory leak bug during scope evaluation (now without introducing a bug | Mark Kettenis | |
in evaluation of the Return() operator). Based jordan@'s diff from rev. 1.133. ok jordan@, marco@ | |||
2008-10-04 | Commit cleanup part of the diff that was backed out in the previous commit | Mark Kettenis | |
(removal of unused functions). requested by deraadt@ | |||
2008-10-01 | The display cycle key generates two ACPI events, so catch both | Robert Nagy | |
from jsign@ Change the camel capitalized key defines to full capitals, and add some keys found on the eeepc 1000H ok marco@ | |||
2008-09-29 | back out previous commit, since it is breaking a variety of machines | Theo de Raadt | |
(Supermicro X5DLR, and seperately, see pr 5941) | |||
2008-09-25 | Fixed memory leak bug during scope evaluation | Jordan Hargrave | |
Removed unused functions ok marco@ | |||
2008-09-22 | ignore a type 6 event seen on my x200 when the ac adapter is | joshua stein | |
plugged in and removed | |||
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis | |
ok brad@ | |||
2008-09-12 | In acpitz_setfan(), try to send fan commands to ``power resources'' objects. | Miod Vallat | |
Makes a few hp laptops run cooler and quieter. | |||
2008-09-11 | Thermal Zone entities might not be direct object references, but named | Miod Vallat | |
references. Account for this, and the hp530 laptop won't spontaneously power down thinking internal temperature is over 500C. ok marco@ | |||
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert | |
Really just the low-hanging fruit of (hopefully) forthcoming timeout conversions. ok art@, krw@ | |||
2008-08-14 | If the AML SizeOf() method is called with an object reference it should | Joel Sing | |
return the size of the referenced object. This fixes a panic on the ASUS eeePC 1000H when attaching the acpiasus(4) driver. Issue reported and fix tested by robert@ ok marco@ | |||
2008-08-14 | add missing semicolon; ok mbalmer@, marco@ | Robert Nagy | |
2008-08-10 | Don't assume the first LAPIC in the table corresponds to the boot processor. | Mark Kettenis | |
Mark the processor we're running on as the boot processor instead. ok marco@, art@ | |||
2008-08-08 | 'prey' -> 'pray' in comment as prayer rather than predation seems | Kenneth R Westerback | |
the intended meaning. | |||
2008-08-06 | Backout the acpicpu_setpdc code and the code to allow est to use acpicpu | Gordon Willem Klok | |
on amd64. Evaluating the _PDC seems to lead to instability (PR5878 and a report by jmc@) on lower end machines its too close to release and I don't have enough nickels. ok deraadt@ | |||
2008-08-05 | Fix spurious 0 values on batteries seen on laptopts that have an embedded | Marco Peereboom | |
controller. Found, diagnosed and patch from Stefan Sperling <stsp@stsp.name> Minor KNF changes while here. Tested by many on a variaty of IBM laptops and others with and without acpiec. ok deraadt | |||
2008-07-23 | move the aml_register_notify() call below for better debugging output. | Federico G. Schwindt | |
marco@ ok. | |||
2008-07-18 | POLL causes concurrency issues with event driven batteries. Remove for now | Marco Peereboom | |
until I have time to implement proper fix. Noted by several folks. | |||
2008-07-02 | defines for output devices' events. | Federico G. Schwindt | |
2008-07-02 | add acpivideo. for now almost an empty skel so others can work on | Federico G. Schwindt | |
suspend/resume. eventually it will also manage output switching and brightness where supported. prodded by marco@ | |||
2008-06-24 | Thinkpad -> ThinkPad | Igor Sobrado | |
2008-06-15 | On AMD64 running on Intel processors with EST add support for retreiving | Gordon Willem Klok | |
operating points from ACPI. In support of this add evaluation of the _PDC object and give it the capability flags asserting OSPM management of CPU power states. ok marco@, canacar@ | |||
2008-06-14 | Fixed evil recursion depth for ASUS EEEPC, uses less memory too | Jordan Hargrave | |
ok @marco | |||
2008-06-14 | Teach acpiasus(4) about some more events. Whilst we're here bzero the cmd | Joel Sing | |
structs and sprinkle some aml_freevalue() (diff initially from deanna@). ok marco@ | |||
2008-06-13 | Fixed acpiec driver, _REG method required sc_ec member set before being called | Jordan Hargrave | |
ok @marco | |||
2008-06-13 | Remove duplicate function for string to integer conversion. ok jordan@ | Can Erkin Acar | |
2008-06-13 | Properly handle battery insertion/removal | Jordan Hargrave | |
ok @marco | |||
2008-06-13 | Cleanup for aml_xcreatefield, added flags argument | Jordan Hargrave | |
ok @canacar | |||
2008-06-13 | Cleanup, remove old/unused functions | Jordan Hargrave | |
ok @canacaR | |||
2008-06-12 | Poll AC because there are some crappy machines out there that need it. | Marco Peereboom | |
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 | |