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
/
amltypes.h
Age
Commit message (
Expand
)
Author
2012-09-07
Add a new function called acpi_pci_min_powerstate() that returns the lowest
Mark Kettenis
2010-10-15
Remove redundant definition
Jordan Hargrave
2010-07-21
spacing and indents that are driving me crazy
Theo de Raadt
2010-07-08
Add mapping for ACPI device to PCI bdf (match autoconf tree)
Jordan Hargrave
2010-07-01
Backout recent AML changes, breaks on R210 and others
Jordan Hargrave
2010-06-29
Add support for mapping ACPI to PCI devices
Jordan Hargrave
2010-06-27
Change ACPI namespace to use SIMPLEQ macros
Jordan Hargrave
2009-07-17
Cleaned up parsing of While loops; iterative If statement
Jordan Hargrave
2009-05-30
Added error handler for missing AML nameref; fixes PR6103
Jordan Hargrave
2009-04-27
Remove unnecessary aml_xconvert arg, code cleanup
Jordan Hargrave
2008-06-08
unused defines
Theo de Raadt
2008-06-01
Re-enable new parser. Lots of testing by various folks. Fits all media
Marco Peereboom
2008-05-16
back out jordans new parser.
David Gwynne
2008-05-14
Adding new ACPI Parser code
Jordan Hargrave
2008-05-13
Adding changes for new parser
Jordan Hargrave
2007-02-06
Added support for calling _OSI method
Jordan Hargrave
2007-01-23
Fixes for static integer setting
Jordan Hargrave
2006-12-22
spacing
Theo de Raadt
2006-12-21
spacing
Theo de Raadt
2006-12-21
more minor knf
Theo de Raadt
2006-11-25
Add mutex.
Marco Peereboom
2006-10-24
Work around PR 5268 by printing "bad string" instead of panicing. There is
Marco Peereboom
2006-10-19
Fixed AML debugger code to use new interface
Jordan Hargrave
2006-10-16
added amltypes.h stack mod
Jordan Hargrave
2006-10-12
Massive ACPI changes
Jordan Hargrave
2006-03-07
Add "disasm" code for ddb. With this one can disassemble AML code from DDB.
Marco Peereboom
2006-02-23
Pre-parsing PCI address for opregion
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
2005-12-28
Added new method evaluation code
Jordan Hargrave
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_value and aml_node types for tree
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
Add DSDT table for AML Parser
Jordan Hargrave