summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
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
2008-06-02ignore a brightness changed eventjoshua stein
2008-06-01Fix \n nit in SMALL_KERNEL.Marco Peereboom
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-05-29dlg backed out one too many revisions, bring back 1.2joshua stein
2008-05-16back out jordans new parser.David Gwynne
2008-05-15Ripped out old parser gutsJordan Hargrave
2008-05-15Handle Alias named objects, return original objectJordan Hargrave
2008-05-14only compile aml_dump() if option ACPI_DEBUG.Miod Vallat
2008-05-14Let this build and link if SMALL_KERNEL.Miod Vallat
2008-05-14Removed debugging printfsJordan Hargrave
2008-05-14Clean up a bit.Brad Smith
2008-05-14Adding new ACPI Parser codeJordan Hargrave
2008-05-14recognize some more eventsjoshua stein
2008-05-13Adding changes for new parserJordan Hargrave
2008-04-27add acpithinkpad(4), an acpi support driver for ibm/lenovojoshua stein
2008-04-24Introduce acpiasus(4), a driver for the ACPI based hotkeys found in manyJoel Sing
2008-04-12Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1Mark Kettenis
2008-02-07unbreak build: aml_showvalue() is only available on !SMALL_KERNELPeter Valchev
2008-02-07unbreak SMALL_KERNEL kernels, with miodHenning Brauer
2008-02-06Replace magic values with appropriate symbolic constants.Mark Kettenis
2008-02-05Added change for debugging setbufintJordan Hargrave
2008-01-22Added change to parseop to support return value; removes 1/2 stack depth forJordan Hargrave
2008-01-21Check against RESET_REG_SUP in FADT before doing the acpi reset danceJonathan Gray