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
2007-04-11
Added changes for C-State
Jordan Hargrave
2007-03-23
Fix set to already set local
Jordan Hargrave
2007-02-27
please, check it compiles before you commit
Theo de Raadt
2007-02-27
Added fix for condref, free storing into value
Jordan Hargrave
2007-02-22
New resource mapper interface and structures
Jordan Hargrave
2007-02-21
Fixed deref for storing to local after CondRef op
Jordan Hargrave
2007-02-20
Move AML_OBJDEBUG into ACPI_DEBUG.
Marco Peereboom
2007-02-18
Added dynamic perfect hash for opcodes
Jordan Hargrave
2007-02-13
Fixed stupid bit mangling on index fields
Jordan Hargrave
2007-02-06
Added support for calling _OSI method
Jordan Hargrave
2007-01-23
Fixes for static integer setting
Jordan Hargrave
2007-01-18
Added fix for static integer
Jordan Hargrave
2007-01-16
Fix invalid _CRS length. Some aml implementations lie about how long a
Marco Peereboom
2006-12-26
Add polling to devices that require it such as acpibat and acpitz.
Marco Peereboom
2006-12-23
Correctly compute timeout value in acpi_sleep.
Can Erkin Acar
2006-12-20
nearly complete knf
Theo de Raadt
2006-12-20
first steps of knf (trying not to step on jordan's feet too much); ok marco
Theo de Raadt
2006-12-20
skip the perfect hash for now since it wastes a lot of kernel memory,
Theo de Raadt
2006-12-18
our panic() can take stdarg arguments
Theo de Raadt
2006-12-12
- include <sys/proc.h> for tsleep();
Tom Cosgrove
2006-11-29
After a long debate at the hackathon it was decided that the acpi implementation
Marco Peereboom
2006-11-27
Post-process PCI config space opregions
Jordan Hargrave
2006-11-27
Added support for parsing _CRS resources
Jordan Hargrave
2006-11-25
Add mutex.
Marco Peereboom
2006-11-11
Add acpi_sleep and acpi_stall functions.
Marco Peereboom
2006-10-31
add missing prototype for aml_evalinteger()
Thordur I. Bjornsson
2006-10-30
Fix nameref -> objref for forward definition evaluator
Jordan Hargrave
2006-10-25
Don't convert buffer/field output to integer
Jordan Hargrave
2006-10-25
added deref/index for integer types
Jordan Hargrave
2006-10-24
Added stack trace to aml_die+acpidebug
Jordan Hargrave
2006-10-23
Reduced memory allocations for temporary values
Jordan Hargrave
2006-10-19
Fixed AML debugger code to use new interface
Jordan Hargrave
2006-10-19
Fixed GPE debug levels
Jordan Hargrave
2006-10-19
Merged target/terminal handling code
Jordan Hargrave
2006-10-15
fix broken scope braces
Jordan Hargrave
2006-10-15
Fixed buggy if-else end scope
Jordan Hargrave
2006-10-15
Remove extra increment of bitmask. ok jordan@
Can Erkin Acar
2006-10-12
Added exportable aml_getpciaddr
Jordan Hargrave
2006-10-12
fix rcsid
Marco Peereboom
2006-10-12
Massive ACPI changes
Jordan Hargrave
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
[next]