summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.h
AgeCommit message (Expand)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-01-08Implement RootPathString support in the LoadTable() AML function. FixesMark Kettenis
2023-04-02add Windows 11 _OSI stringsJonathan Gray
2021-03-10Our ACPI namerefs are pointers to the byte structures for ACPI names.Patrick Wildt
2020-09-16disable acpivout brightness control on machines aware of Windows 8Jonathan Gray
2018-08-19Add support for multiple PCI segments. Only really implemented for arm64Mark Kettenis
2018-07-05Add acpipci(4), a driver that supports generic ECAM-compatible PCI hostMark Kettenis
2018-06-29Use <stdint.h> types.Mark Kettenis
2017-11-29Revise OperatingRegion code to make it extensible and have chvgpio(4)Mark Kettenis
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-09-02Remove unused argument in aml_showvalue().Paul Irofti
2016-05-08Add macros for interrupt trigger mode as encoded in GPIO resources.Mark Kettenis
2016-03-30Add support for gpio-based interrupts.Mark Kettenis
2016-03-28Add definitions for GPIO resources.Mark Kettenis
2016-03-14Correct the value of SRT_ENDTAG: it was documented incorrectly in earlyPhilip Guenther
2016-01-13Change aml_find_node() such that it only walks down the tree and doesn'tMark Kettenis
2016-01-13Add data structures and defines for Generic and I2C Serial Bus ConnectionMark Kettenis
2016-01-09Rename LR_24BIT, LR_32BIT and LR_32BITFIXED to LR_MEM24, LR_MEM32 andMark Kettenis
2015-06-13Parse _CST objects and use the C-states they describe when they're sane.Philip Guenther
2015-03-16Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpeTheo de Raadt
2014-05-02Make acpiprt(4) handle interrupts with non-standard polarity and trigger modeMark Kettenis
2013-01-18acpi: Add global lock enter and leave routines.Paul Irofti
2012-07-16Add shorter form function aml_node_setval() for setting an intTheo de Raadt
2011-06-03Remove unused structure members. Add depth field.Jordan Hargrave
2011-04-18Change all aml_xfoo to aml_foo names now that parser is stableJordan Hargrave
2011-01-08Removed unused structure memberJordan Hargrave
2011-01-02Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softcJordan Hargrave
2010-08-04Remove unused code, conditional in fixup node was never trueJordan Hargrave
2010-07-22pretty large cleanup of SMALL_KERNELTheo de Raadt
2010-07-22Remove unused function prototypesJordan Hargrave
2010-07-21spacing and indents that are driving me crazyTheo de Raadt
2010-07-21clean up a pile of prototypes and shred some macros which were just coveringTheo de Raadt
2010-07-20remove prototypes for functions that do not exist; ok jordanTheo de Raadt
2010-07-08Add mapping for ACPI device to PCI bdf (match autoconf tree)Jordan Hargrave
2010-07-01Backout recent AML changes, breaks on R210 and othersJordan Hargrave
2010-07-01Simplified aml_parse_resource call, cleanup codeJordan Hargrave
2009-09-04Add common framework for storing device listsJordan Hargrave
2009-08-21Remove unused codeJordan Hargrave
2009-06-01Remove dead/unused codeJordan Hargrave
2009-03-10Added sensor devices for Thinkpad (temp+fan)Jordan Hargrave
2008-10-07Fix memory leak bug during scope evaluation (now without introducing a bugMark Kettenis
2008-10-04Commit cleanup part of the diff that was backed out in the previous commitMark Kettenis
2008-09-29back out previous commit, since it is breaking a variety of machinesTheo de Raadt
2008-09-25Fixed memory leak bug during scope evaluationJordan Hargrave
2008-06-13Cleanup, remove old/unused functionsJordan Hargrave
2008-06-12Removed old AML disassembler codeJordan Hargrave
2008-06-06Shrink acpi some more for floppies and while here re-enable acpi on theMarco Peereboom
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-05-16back out jordans new parser.David Gwynne
2008-05-14Adding new ACPI Parser codeJordan Hargrave