summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.c
AgeCommit message (Expand)Author
2006-06-14Allow changes to a Name initialized with a 'static' value.Can Erkin Acar
2006-05-31Do not put _OS_ value on the stack.Can 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-29Fix a memory overrun in the aml parser code.Can Erkin Acar
2006-04-21remove some trailing spaces found while reading this code.Joris Vink
2006-04-16Use aml_bitpos() when copying a field into a buffer.Mark Kettenis
2006-03-21Disassembler now pretty prints AML code (like acpidump)Jordan Hargrave
2006-03-09Used common aml_opname for debuggerJordan Hargrave
2006-03-09Remove bad XXXMarco Peereboom
2006-03-09Removed unused prototypesJordan Hargrave
2006-03-08Fix proto.Marco Peereboom
2006-03-08KNF.Marco Peereboom
2006-03-07Add "disasm" code for ddb. With this one can disassemble AML code from DDB.Marco Peereboom
2006-03-05Hook acpi to ddb since we need to be able to do some live debugging.Marco Peereboom
2006-02-26Delete some debug printing that wasn't compiling.Marco Peereboom
2006-02-23Pre-parsing PCI address for opregionJordan Hargrave
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
2006-02-20Calling parseint instead of parseval for getpciaddrJordan Hargrave
2006-02-20Added aml_bufcmp buffer comparisonsJordan Hargrave
2006-02-20Fix a typo cbproc -> proc. Found by drahn@Marco Peereboom
2006-02-19Added code for aml_notify GPE notification callbackJordan Hargrave
2006-02-19jordan:Marco Peereboom
2006-02-17Add a generic delay function as per the ACPI spec.Marco Peereboom
2006-02-17Fixed code for handling _INIJordan Hargrave
2006-02-16Added stub for calling _INIJordan Hargrave
2006-02-16Fixed parser/evaluator to retrieve battery info+stateJordan Hargrave
2006-02-03Rewrote aml parser yet again...Jordan Hargrave
2006-01-20More evaluator changesJordan Hargrave
2006-01-18Added new evaluation routinesJordan Hargrave
2006-01-17Major overhaul of the aml parser. Evaluater temporarily disabled.Jordan Hargrave
2006-01-06printf -> dnprintf conversion for debug messages.Alexander Yurchenko
2006-01-05In aml_eval_name() don't return success if no object found.Alexander Yurchenko
2005-12-30make ACPI_DEBUG compileTed Unangst
2005-12-28Added new method evaluation codeJordan Hargrave
2005-12-16Moved DSDT AML parsing into parent ACPI driverJordan Hargrave
2005-12-14Adjust debug printing levels to something more sane.Marco Peereboom
2005-12-13Add glue to attach devices to apci.Marco Peereboom
2005-12-13Added new objtype values to amltypesJordan Hargrave
2005-12-09Added aml_values for nodesJordan Hargrave
2005-12-08Fixed name parsing for zero stringsJordan Hargrave
2005-12-07Fixed name parse errorsJordan Hargrave
2005-12-07Parsing fieldlist and varobjectJordan Hargrave
2005-12-07Parses DSDT tableJordan Hargrave
2005-12-07KNFMarco Peereboom
2005-12-07Add DSDT table for AML ParserJordan Hargrave