summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/amltypes.h
AgeCommit message (Expand)Author
2012-09-07Add a new function called acpi_pci_min_powerstate() that returns the lowestMark Kettenis
2010-10-15Remove redundant definitionJordan Hargrave
2010-07-21spacing and indents that are driving me crazyTheo de Raadt
2010-07-08Add mapping for ACPI device to PCI bdf (match autoconf tree)Jordan Hargrave
2010-07-01Backout recent AML changes, breaks on R210 and othersJordan Hargrave
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-27Change ACPI namespace to use SIMPLEQ macrosJordan Hargrave
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
2009-05-30Added error handler for missing AML nameref; fixes PR6103Jordan Hargrave
2009-04-27Remove unnecessary aml_xconvert arg, code cleanupJordan Hargrave
2008-06-08unused definesTheo de Raadt
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-05-16back out jordans new parser.David Gwynne
2008-05-14Adding new ACPI Parser codeJordan Hargrave
2008-05-13Adding changes for new parserJordan Hargrave
2007-02-06Added support for calling _OSI methodJordan Hargrave
2007-01-23Fixes for static integer settingJordan Hargrave
2006-12-22spacingTheo de Raadt
2006-12-21spacingTheo de Raadt
2006-12-21more minor knfTheo de Raadt
2006-11-25Add mutex.Marco Peereboom
2006-10-24Work around PR 5268 by printing "bad string" instead of panicing. There isMarco Peereboom
2006-10-19Fixed AML debugger code to use new interfaceJordan Hargrave
2006-10-16added amltypes.h stack modJordan Hargrave
2006-10-12Massive ACPI changesJordan Hargrave
2006-03-07Add "disasm" code for ddb. With this one can disassemble AML code from DDB.Marco Peereboom
2006-02-23Pre-parsing PCI address for opregionJordan 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
2005-12-28Added new method evaluation codeJordan Hargrave
2005-12-13Add glue to attach devices to apci.Marco Peereboom
2005-12-13Added new objtype values to amltypesJordan Hargrave
2005-12-09Added aml_value and aml_node types for treeJordan Hargrave
2005-12-07Fixed name parse errorsJordan Hargrave
2005-12-07Parsing fieldlist and varobjectJordan Hargrave
2005-12-07Parses DSDT tableJordan Hargrave
2005-12-07Add DSDT table for AML ParserJordan Hargrave