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-06-14
Allow changes to a Name initialized with a 'static' value.
Can Erkin Acar
2006-05-31
Do not put _OS_ value on the stack.
Can Erkin Acar
2006-05-31
When allocating a buffer, use the supplied length if the requested
Can Erkin Acar
2006-05-29
Check for possible NULL dereference in aml_showvalue
Can Erkin Acar
2006-05-29
Check the return value of aml_ederef isnt NULL before use.
Gordon Willem Klok
2006-05-29
Fix a memory overrun in the aml parser code.
Can Erkin Acar
2006-04-21
remove some trailing spaces found while reading this code.
Joris Vink
2006-04-16
Use aml_bitpos() when copying a field into a buffer.
Mark Kettenis
2006-03-21
Disassembler now pretty prints AML code (like acpidump)
Jordan Hargrave
2006-03-09
Used common aml_opname for debugger
Jordan Hargrave
2006-03-09
Remove bad XXX
Marco Peereboom
2006-03-09
Removed unused prototypes
Jordan Hargrave
2006-03-08
Fix proto.
Marco Peereboom
2006-03-08
KNF.
Marco Peereboom
2006-03-07
Add "disasm" code for ddb. With this one can disassemble AML code from DDB.
Marco Peereboom
2006-03-05
Hook acpi to ddb since we need to be able to do some live debugging.
Marco Peereboom
2006-02-26
Delete some debug printing that wasn't compiling.
Marco Peereboom
2006-02-23
Pre-parsing PCI address for opregion
Jordan Hargrave
2006-02-22
Added new aml_register_notify to handle call-by-ID
Jordan Hargrave
2006-02-20
Calling parseint instead of parseval for getpciaddr
Jordan Hargrave
2006-02-20
Added aml_bufcmp buffer comparisons
Jordan Hargrave
2006-02-20
Fix a typo cbproc -> proc. Found by drahn@
Marco Peereboom
2006-02-19
Added code for aml_notify GPE notification callback
Jordan Hargrave
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