summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpibat.c
AgeCommit message (Expand)Author
2007-02-17Since a full battery can still have state BST_CHARGE ("charging"),Deanna Phillips
2007-01-25Do the sensor magic correctly. Found by Constantine Murenin.Marco Peereboom
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-21even more knf loveTheo de Raadt
2006-12-21Tweak to report full battery.Marco Peereboom
2006-12-21more minor knfTheo de Raadt
2006-12-21Fix silly logic errors.Marco Peereboom
2006-12-21Silence acpibat significantly and shave off about 1k. Also add some smartsMarco Peereboom
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
2006-10-19Reduce the scope of the locks.Marco Peereboom
2006-10-19KNF and some cleanupMarco Peereboom
2006-10-19Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolMarco Peereboom
2006-10-19Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s.Marco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-09-19Typo fixes.Michael Knudsen
2006-06-06fix a bad strlcpy, from ben lovettJolan Luff
2006-05-19Use rwlock instead of lockmgr locks.Can Erkin Acar
2006-04-30rv not set. Sloppy but didn't matter.Marco Peereboom
2006-03-05KNF nit.Marco Peereboom
2006-02-22Rework notify handler.Marco Peereboom
2006-02-22Add insertion and removal events for batteries.Marco Peereboom
2006-02-21KNFMarco Peereboom
2006-02-21Adjust debugging levels to something more reasonable.Marco Peereboom
2006-02-17Better comments.Marco Peereboom
2006-02-17Propogate some values through the sysctl hw.sesnsors interface for debugMarco Peereboom
2006-02-17Detect if battery slot is available but without a battery in it.Marco Peereboom
2006-02-16Print useful information during boot about the battery and power supply.Marco Peereboom
2006-02-16Adjust debug levels to something sane.Marco Peereboom
2006-02-03Rewrote aml parser yet again...Jordan Hargrave
2006-01-17Major overhaul of the aml parser. Evaluater temporarily disabled.Jordan Hargrave
2006-01-06Sudden newlineAlexander Yurchenko
2005-12-30make ACPI_DEBUG compileTed Unangst
2005-12-28oops enabled a method that doesnt work yet so disabled getbif for now.Marco Peereboom
2005-12-28Add some return values to getbst and getbif.Marco Peereboom
2005-12-28Add 2 methods (Battery Info and Battery Status)Marco Peereboom
2005-12-16Use new unified header.Marco Peereboom
2005-12-13Use shiny new acpibat.hMarco Peereboom
2005-12-13Add battery device.Marco Peereboom