summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2006-11-02Kill acpiec attach function and add its functionality to the generic _HIDMarco Peereboom
2006-11-02Fix comments to reflect reality.Marco Peereboom
2006-11-02Ooops, forgot a debug printf.Marco Peereboom
2006-11-02Add active cooling support mostly by me with jordan help.Marco Peereboom
2006-10-31add missing prototype for aml_evalinteger()Thordur I. Bjornsson
2006-10-30Fix nameref -> objref for forward definition evaluatorJordan Hargrave
2006-10-25Don't convert buffer/field output to integerJordan Hargrave
2006-10-25added deref/index for integer typesJordan Hargrave
2006-10-24Condense get functions into a single function. This is ahead of retrievingMarco Peereboom
2006-10-24KNFMarco Peereboom
2006-10-24Work around PR 5268 by printing "bad string" instead of panicing. There isMarco Peereboom
2006-10-24Added stack trace to aml_die+acpidebugJordan Hargrave
2006-10-23Reduced memory allocations for temporary valuesJordan Hargrave
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-19Fixed AML debugger code to use new interfaceJordan Hargrave
2006-10-19Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s.Marco Peereboom
2006-10-19Fixed GPE debug levelsJordan Hargrave
2006-10-19Fixed acpitz match functionJordan Hargrave
2006-10-19Merged target/terminal handling codeJordan Hargrave
2006-10-16added amltypes.h stack modJordan Hargrave
2006-10-15fix broken scope bracesJordan Hargrave
2006-10-15Fixed buggy if-else end scopeJordan Hargrave
2006-10-15Removed old GPE handler code remnantsJordan Hargrave
2006-10-15Remove extra increment of bitmask. ok jordan@Can Erkin Acar
2006-10-14Fix the checks broken during conversion to new code. The EmbeddedCan Erkin Acar
2006-10-12Added exportable aml_getpciaddrJordan Hargrave
2006-10-12Fix typo. Found by: Janek Richter <janek at openbug dot org>Marco Peereboom
2006-10-12Remove debug print. Found by Peter Hessler.Marco Peereboom
2006-10-12fix rcsidMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-10-10add a few more ACPI device ids, as found on a Acer Aspire 1360.Brad Smith
2006-09-19Typo fixes.Michael Knudsen
2006-07-30Donot pass a uninitialized pointer to aml_register_notify(), should fix PR5153Gordon Willem Klok
2006-06-30KNF, No functional change,Gordon Willem Klok
2006-06-30Support for calling Embedded Controller via new GPE interfaceJordan Hargrave
2006-06-30Added new code for GPE handlingJordan Hargrave
2006-06-30Added offset argument for acpi read/write pmreg routines (new GPE code)Jordan Hargrave
2006-06-14Allow changes to a Name initialized with a 'static' value.Can Erkin Acar
2006-06-06fix a bad strlcpy, from ben lovettJolan Luff
2006-05-31Do not put _OS_ value on the stack.Can Erkin Acar
2006-05-31do not call acpi_powerdown() unless acpi has successfully initializedTodd T. Fries
2006-05-31Match the specs and only shut down if notify_type is 0x80Can Erkin Acar
2006-05-31When allocating a buffer, use the supplied length if the requestedCan Erkin Acar
2006-05-29Check for possible NULL dereference in aml_showvalueCan Erkin Acar
2006-05-29Check the return value of aml_ederef isnt NULL before use.Gordon Willem Klok
2006-05-29Add embedded controller support.Can Erkin Acar
2006-05-29Fix a memory overrun in the aml parser code.Can Erkin Acar
2006-05-19Minimal thermal zone driver. Monitors thermal zone temperature,Can Erkin Acar