index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
dsdt.c
Age
Commit message (
Expand
)
Author
2006-02-19
jordan:
Marco Peereboom
2006-02-17
Add a generic delay function as per the ACPI spec.
Marco Peereboom
2006-02-17
Fixed code for handling _INI
Jordan Hargrave
2006-02-16
Added stub for calling _INI
Jordan Hargrave
2006-02-16
Fixed parser/evaluator to retrieve battery info+state
Jordan Hargrave
2006-02-03
Rewrote aml parser yet again...
Jordan Hargrave
2006-01-20
More evaluator changes
Jordan Hargrave
2006-01-18
Added new evaluation routines
Jordan Hargrave
2006-01-17
Major overhaul of the aml parser. Evaluater temporarily disabled.
Jordan Hargrave
2006-01-06
printf -> dnprintf conversion for debug messages.
Alexander Yurchenko
2006-01-05
In aml_eval_name() don't return success if no object found.
Alexander Yurchenko
2005-12-30
make ACPI_DEBUG compile
Ted Unangst
2005-12-28
Added new method evaluation code
Jordan Hargrave
2005-12-16
Moved DSDT AML parsing into parent ACPI driver
Jordan Hargrave
2005-12-14
Adjust debug printing levels to something more sane.
Marco Peereboom
2005-12-13
Add glue to attach devices to apci.
Marco Peereboom
2005-12-13
Added new objtype values to amltypes
Jordan Hargrave
2005-12-09
Added aml_values for nodes
Jordan Hargrave
2005-12-08
Fixed name parsing for zero strings
Jordan Hargrave
2005-12-07
Fixed name parse errors
Jordan Hargrave
2005-12-07
Parsing fieldlist and varobject
Jordan Hargrave
2005-12-07
Parses DSDT table
Jordan Hargrave
2005-12-07
KNF
Marco Peereboom
2005-12-07
Add DSDT table for AML Parser
Jordan Hargrave