summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.h
AgeCommit message (Expand)Author
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
2008-05-13Adding changes for new parserJordan Hargrave
2007-11-14shrink floppy build by knocking out some unused bits of code; seen by canacarTheo de Raadt
2007-11-08convert the value to a string instead of using aml_val2str()Can Erkin Acar
2007-09-13Implement ACPI 6.5.1 spec tree walk for _STA and _INI.Tobias Weingartner
2007-04-11Added changes for C-StateJordan Hargrave
2007-02-22New resource mapper interface and structuresJordan Hargrave
2007-02-18Added dynamic perfect hash for opcodesJordan Hargrave
2007-02-06Added support for calling _OSI methodJordan Hargrave
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom