Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-14 | add missing semicolon; ok mbalmer@, marco@ | Robert Nagy | |
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-06-13 | Properly handle battery insertion/removal | Jordan Hargrave | |
ok @marco | |||
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-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-14 | Adding new ACPI Parser code | Jordan Hargrave | |
Old guts of code still exists, needs to be torn out next ok marco@ ok brad@ | |||
2007-11-16 | quotes around model name too | Theo de Raadt | |
2007-11-12 | spacing | Theo de Raadt | |
2007-11-12 | spacing | Theo de Raadt | |
2007-11-12 | only print bif info that is complete | Theo de Raadt | |
2007-11-08 | convert the value to a string instead of using aml_val2str() | Can Erkin Acar | |
which returns invalid pointers if the value is not a string, causing acpibat to panic, as reported by mbalmer@ and Alexey Suslikov. tested by Alexey Suslikov, ok marco@ | |||
2007-11-03 | repair attach messages; ok gwk canacar | Theo de Raadt | |
2007-03-20 | Use aml_val2int() instead of accessing v_integer directly. | Michael Knudsen | |
`sort of ok' marco (before lock) | |||
2007-02-17 | Since a full battery can still have state BST_CHARGE ("charging"), | Deanna Phillips | |
fullness needs to be checked first. Otherwise, full batteries are always described as "charging." ok marco | |||
2007-01-25 | Do the sensor magic correctly. Found by Constantine Murenin. | Marco Peereboom | |
help from mickey | |||
2006-12-26 | Add polling to devices that require it such as acpibat and acpitz. | Marco Peereboom | |
Use the same tsleep/wakeup mechanism as the interrupt code to keep it non- concurrent. | |||
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt | |
2006-12-21 | even more knf love | Theo de Raadt | |
2006-12-21 | Tweak to report full battery. | Marco Peereboom | |
2006-12-21 | more minor knf | Theo de Raadt | |
2006-12-21 | Fix silly logic errors. | Marco Peereboom | |
2006-12-21 | Silence acpibat significantly and shave off about 1k. Also add some smarts | Marco Peereboom | |
for battery removal and insertion. | |||
2006-11-29 | After a long debate at the hackathon it was decided that the acpi implementation | Marco Peereboom | |
is not concurrent if the sensors thread goes away. This makes acpi completly lockless. help and ok dlg | |||
2006-10-19 | Reduce the scope of the locks. | Marco Peereboom | |
2006-10-19 | KNF and some cleanup | Marco Peereboom | |
2006-10-19 | Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol | Marco Peereboom | |
as APM therefore userspace can now retrieve power information in the same fashion as all other apm arches (zaurus, macppc, i386 etc). To use force the use of acpi device like so: apmd -f /dev/acpi ok jordan@ | |||
2006-10-19 | Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s. | Marco Peereboom | |
ok jordan | |||
2006-10-12 | Massive ACPI changes | Jordan Hargrave | |
Fixed ACPI leaks new ACPI API ok marco@ | |||
2006-09-19 | Typo fixes. | Michael Knudsen | |
ok marco | |||
2006-06-06 | fix a bad strlcpy, from ben lovett | Jolan Luff | |
2006-05-19 | Use rwlock instead of lockmgr locks. | Can Erkin Acar | |
ok marco@ | |||
2006-04-30 | rv not set. Sloppy but didn't matter. | Marco Peereboom | |
pointed out by joris@ | |||
2006-03-05 | KNF nit. | Marco Peereboom | |
2006-02-22 | Rework notify handler. | Marco Peereboom | |
Use jordan's new notify register function. ok jordan@ | |||
2006-02-22 | Add insertion and removal events for batteries. | Marco Peereboom | |
Some cleanup & KNF. | |||
2006-02-21 | KNF | Marco Peereboom | |
2006-02-21 | Adjust debugging levels to something more reasonable. | Marco Peereboom | |
2006-02-17 | Better comments. | Marco Peereboom | |
2006-02-17 | Propogate some values through the sysctl hw.sesnsors interface for debug | Marco Peereboom | |
purposes. This will be removed later and replaced with something better. | |||
2006-02-17 | Detect if battery slot is available but without a battery in it. | Marco Peereboom | |
ok jordan | |||
2006-02-16 | Print useful information during boot about the battery and power supply. | Marco Peereboom | |
ok jordan. | |||
2006-02-16 | Adjust debug levels to something sane. | Marco Peereboom | |
2006-02-03 | Rewrote aml parser yet again... | Jordan Hargrave | |
Fixed bus_space_map for i386/amd64 Added _BST and _BIF to acpibat to get status/info ok marco@ | |||
2006-01-17 | Major overhaul of the aml parser. Evaluater temporarily disabled. | Jordan Hargrave | |
ok marco@ | |||
2006-01-06 | Sudden newline | Alexander Yurchenko | |
2005-12-30 | make ACPI_DEBUG compile | Ted Unangst | |
2005-12-28 | oops enabled a method that doesnt work yet so disabled getbif for now. | Marco Peereboom | |
ok jordan@ | |||
2005-12-28 | Add some return values to getbst and getbif. | Marco Peereboom | |
ok jordan@ | |||
2005-12-28 | Add 2 methods (Battery Info and Battery Status) | Marco Peereboom | |
ok jordan@ | |||
2005-12-16 | Use new unified header. | Marco Peereboom | |