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
2017-02-16
On Apple hardware, claim an OSI of Darwin and no other OSes
Joshua Stein
2017-01-14
Revert aml_rdpciaddr changes; breaks several machines that were working
Mark Kettenis
2017-01-08
Make aml_rdpciaddr() work for for devices behind bridges. The code now
Mark Kettenis
2016-12-18
Remove comparison of array which is always non-NULL. Fixes clang warning.
Mark Kettenis
2016-10-25
Add the resource index to aml_parse_resource() callback function.
Paul Irofti
2016-10-21
Add support for the ACPI timer opcode.
Joris Vink
2016-09-27
Print the type of operation space that failed as there seem to be more of
Mike Larkin
2016-09-02
Remove unused argument in aml_showvalue().
Paul Irofti
2016-05-08
Add support for writing gpio pins.
Mark Kettenis
2016-05-07
Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allows
Mark Kettenis
2016-03-14
Correct the value of SRT_ENDTAG: it was documented incorrectly in early
Philip Guenther
2016-03-02
Claim to be more versions of windows for _OSI checks.
Jonathan Gray
2016-01-13
Change aml_find_node() such that it only walks down the tree and doesn't
Mark Kettenis
2015-08-20
Respect the access size when reading or writing to pci config space.
Mark Kettenis
2015-05-04
When writing a value to a field, don't read past the end of the source value
Jonathan Matthew
2015-03-16
Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe
Theo de Raadt
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-20
Skip reading bits from a region marked as "Preserve" if all bits will be
Mark Kettenis
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-06-25
So it turns out that there is AML out there that asks for an access
Mark Kettenis
2014-06-23
SystemMemory is used to access memory mapped registers on some machines, so we
Mark Kettenis
2014-05-21
Fix invalid / missing format specifiers in several dnprintf statements
Mike Larkin
2014-05-02
Make acpi_mutex_acquire/release actually grab the global lock if it should.
Mark Kettenis
2014-04-26
Get rid of duplication of the global lock code. Allow recursion in all
Mark Kettenis
2014-03-13
Update the _OSI list to include newer Redmond products which may be requested
Bryan Steele
2013-12-12
printf(variable) --> printf("%s", variable)
Philip Guenther
2013-11-04
Enable locking of fields using the acpi global lock if required. Seems to fix
Mark Kettenis
2013-06-02
support aml_store to a method object to override it
joshua stein
2013-06-02
The AML on the Lanner FW-8758 does a Store() to a named object that's never
Mark Kettenis
2013-05-23
Properly implement access to IndexField() field units. The origional code
Mark Kettenis
2013-04-10
Fix various glitches in queue macro usage.
Philip Guenther
2013-02-09
Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and
Miod Vallat
2013-01-18
acpi: Add global lock enter and leave routines.
Paul Irofti
2012-07-16
Add shorter form function aml_node_setval() for setting an int
Theo de Raadt
2012-07-10
Ooops. A debug printf sneaked in. Sorry about that.
Paul Irofti
2012-07-10
More wraping and style.
Paul Irofti
2012-07-10
Wrap
Paul Irofti
2012-03-15
Allow multiple backslashes at the start of a namespace path. It is pretty
Mark Kettenis
2012-03-10
AML integers are supposed to be 64-bit unsigned, but huge parts of our code
Mark Kettenis
2011-06-15
Silence unneeded conversion warning. Okay jordan@.
Paul Irofti
2011-06-08
Use static scope during AML disassembly, fixes splassert error
Jordan Hargrave
2011-06-03
Change acpi_xfoo to acpi_foo names.
Jordan Hargrave
2011-06-03
Track depth of scope stack
Jordan Hargrave
2011-06-02
Fix index for Mid() opcode
Jordan Hargrave
2011-06-02
Fix CondRef definition to support optional target. Fixes docking on Dell E4310
Jordan Hargrave
2011-04-22
Fix uninitialzied variables and formatting strings (-Wxxx errors)
Jordan Hargrave
2011-04-19
clean out some tiny nits
Theo de Raadt
2011-04-18
Change all aml_xfoo to aml_foo names now that parser is stable
Jordan Hargrave
2011-03-20
changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) i...
Jordan Hargrave
[next]