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
2019-10-10
Make reading past the end of an AML array not a panic.
Mike Larkin
2019-10-10
Remove trailing whitespace
Mike Larkin
2019-07-31
aml_find_node: perform callback on matched direct-child nodes before
Joshua Stein
2019-07-31
The ACPI 3 spec says the ToHexString and ToDec(imal)String
Joshua Stein
2019-01-10
Properly implement (as far as we can) Event()/Signal()/Wait() AML operations.
Mark Kettenis
2018-08-19
Add support for multiple PCI segments. Only really implemented for arm64
Mark Kettenis
2018-06-29
Use <stdint.h> types.
Mark Kettenis
2018-06-12
Don't panic on I/O to unregistered regionspaces. Needed to unbreak the GPD
Mike Larkin
2018-05-19
Fix GenericSerialBus support by parsing ExtendedAccessField correctly.
Mark Kettenis
2018-05-17
Sprinkle some #ifndef SMALL_KERNEL such that RAMDISK kernels cuild again.
Mark Kettenis
2018-05-17
Implement GenericSerialBus OpRegion support.
Mark Kettenis
2018-05-17
Implement LoadTable().
Mark Kettenis
2017-11-29
Revise OperatingRegion code to make it extensible and have chvgpio(4)
Mark Kettenis
2017-10-12
Add missing size to free(); ok deraadt@ mpi@
anton
2017-05-28
Remove a redundant assignment introduced in revision 1.219 but favor the
anton
2017-04-15
Fix format string in ACPI_MEMDEBUG block
Philip Guenther
2017-04-08
Two prototypes for acpi_maptable; merge to one place
Theo de Raadt
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
[next]