summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Collapse)Author
2005-12-13Added new objtype values to amltypesJordan Hargrave
Added evaluation for match object, logical operations, conversions ok marco@
2005-12-09Added aml_values for nodesJordan Hargrave
Started adding code for aml interpreter
2005-12-09Added aml_value and aml_node types for treeJordan Hargrave
Added flag macros for methods/fields ok marco@
2005-12-08Fixed name parsing for zero stringsJordan Hargrave
Added _HID device detection and PNP device decoding ok marco@
2005-12-07Add ACPI device IDs. ok jordan@Marco Peereboom
2005-12-07Fixed name parse errorsJordan Hargrave
Added nodes for tree structure of AML ok marco@
2005-12-07Parsing fieldlist and varobjectJordan Hargrave
ok marco@
2005-12-07Parses DSDT tableJordan Hargrave
some cleanup ok marco@
2005-12-07KNFMarco Peereboom
2005-12-07Added DSDT Table for AML Parser glueJordan Hargrave
DO NOT USE YET marco@
2005-12-07Add DSDT table for AML ParserJordan Hargrave
DO NOT USE YET ok marco@
2005-12-07KNFMarco Peereboom
2005-12-07KNFMarco Peereboom
2005-07-10Spacing cleanup.Alexander Yurchenko
2005-07-10Protect from multiple inclusion.Alexander Yurchenko
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@