summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2008-11-06Collapse all sanity checks of hids into one function.Marco Peereboom
2008-10-11Fix various printf constructs either missing arguments or format specifiers.Miod Vallat
2008-10-07Fix memory leak bug during scope evaluation (now without introducing a bugMark Kettenis
2008-10-04Commit cleanup part of the diff that was backed out in the previous commitMark Kettenis
2008-10-01The display cycle key generates two ACPI events, so catch bothRobert Nagy
2008-09-29back out previous commit, since it is breaking a variety of machinesTheo de Raadt
2008-09-25Fixed memory leak bug during scope evaluationJordan Hargrave
2008-09-22ignore a type 6 event seen on my x200 when the ac adapter isjoshua stein
2008-09-15Make this compile if !MULTIPROCESSOR.Mark Kettenis
2008-09-12In acpitz_setfan(), try to send fan commands to ``power resources'' objects.Miod Vallat
2008-09-11Thermal Zone entities might not be direct object references, but namedMiod Vallat
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-08-14If the AML SizeOf() method is called with an object reference it shouldJoel Sing
2008-08-14add missing semicolon; ok mbalmer@, marco@Robert Nagy
2008-08-10Don't assume the first LAPIC in the table corresponds to the boot processor.Mark Kettenis
2008-08-08'prey' -> 'pray' in comment as prayer rather than predation seemsKenneth R Westerback
2008-08-06Backout the acpicpu_setpdc code and the code to allow est to use acpicpuGordon Willem Klok
2008-08-05Fix spurious 0 values on batteries seen on laptopts that have an embeddedMarco Peereboom
2008-07-23move the aml_register_notify() call below for better debugging output.Federico G. Schwindt
2008-07-18POLL causes concurrency issues with event driven batteries. Remove for nowMarco Peereboom
2008-07-02defines for output devices' events.Federico G. Schwindt
2008-07-02add acpivideo. for now almost an empty skel so others can work onFederico G. Schwindt
2008-06-24Thinkpad -> ThinkPadIgor Sobrado
2008-06-15On AMD64 running on Intel processors with EST add support for retreivingGordon Willem Klok
2008-06-14Fixed evil recursion depth for ASUS EEEPC, uses less memory tooJordan Hargrave
2008-06-14Teach acpiasus(4) about some more events. Whilst we're here bzero the cmdJoel Sing
2008-06-13Fixed acpiec driver, _REG method required sc_ec member set before being calledJordan Hargrave
2008-06-13Remove duplicate function for string to integer conversion. ok jordan@Can Erkin Acar
2008-06-13Properly handle battery insertion/removalJordan Hargrave
2008-06-13Cleanup for aml_xcreatefield, added flags argumentJordan Hargrave
2008-06-13Cleanup, remove old/unused functionsJordan Hargrave
2008-06-12Poll AC because there are some crappy machines out there that need it.Marco Peereboom
2008-06-12Removed old AML disassembler codeJordan Hargrave
2008-06-12Fixed AMLOP_LOAD for _PSS on ThinkpadJordan Hargrave
2008-06-12Fixed memory leaks for AML parserJordan Hargrave
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-08Add a malloc type for ACPI and use it for _acpi_os_malloc and free.Artur Grabowski
2008-06-08Implement aml_str2val() ok marco@Can Erkin Acar
2008-06-08aaa_dev was being set from an uninitialized variable; ok tobyTheo de Raadt
2008-06-08unused globals and defines; ok tobyTheo de Raadt
2008-06-08simplify match function; ok tobyTheo de Raadt
2008-06-08unused definesTheo de Raadt
2008-06-07Move #if 0 up to include currently unused fixup tables.Marco Peereboom
2008-06-07Kill ACPIVERBOSE. It was never used and is worthless to boot.Marco Peereboom
2008-06-06lots of KNFMarco Peereboom
2008-06-06KNFMarco Peereboom
2008-06-06make this more like other code (done while digging into a problem...)Theo de Raadt
2008-06-06Shrink acpi some more for floppies and while here re-enable acpi on theMarco Peereboom
2008-06-06Add _?RS methods evaluation to obtain additional heuristics and settingMarco Peereboom
2008-06-04Fix panic on my i386 box when local variable isnt handled properly.Marco Peereboom