summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/dsdt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Our ACPI namerefs are pointers to the byte structures for ACPI names.patrick2021-03-101-1/+2
* disable acpivout brightness control on machines aware of Windows 8jsg2020-09-161-1/+59
* Add support for multiple PCI segments. Only really implemented for arm64kettenis2018-08-191-3/+4
* Add acpipci(4), a driver that supports generic ECAM-compatible PCI hostkettenis2018-07-051-1/+6
* Use <stdint.h> types.kettenis2018-06-291-4/+4
* Revise OperatingRegion code to make it extensible and have chvgpio(4)kettenis2017-11-291-1/+3
* Add the resource index to aml_parse_resource() callback function.pirofti2016-10-251-2/+3
* Remove unused argument in aml_showvalue().pirofti2016-09-021-2/+2
* Add macros for interrupt trigger mode as encoded in GPIO resources.kettenis2016-05-081-1/+3
* Add support for gpio-based interrupts.kettenis2016-03-301-1/+7
* Add definitions for GPIO resources.kettenis2016-03-281-1/+20
* Correct the value of SRT_ENDTAG: it was documented incorrectly in earlyguenther2016-03-141-2/+2
* Change aml_find_node() such that it only walks down the tree and doesn'tkettenis2016-01-131-2/+2
* Add data structures and defines for Generic and I2C Serial Bus Connectionkettenis2016-01-131-1/+29
* Rename LR_24BIT, LR_32BIT and LR_32BITFIXED to LR_MEM24, LR_MEM32 andkettenis2016-01-091-4/+11
* Parse _CST objects and use the C-states they describe when they're sane.guenther2015-06-131-1/+3
* Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpederaadt2015-03-161-2/+2
* Make acpiprt(4) handle interrupts with non-standard polarity and trigger modekettenis2014-05-021-1/+4
* acpi: Add global lock enter and leave routines.pirofti2013-01-181-1/+4
* Add shorter form function aml_node_setval() for setting an intderaadt2012-07-161-2/+4
* Remove unused structure members. Add depth field.jordan2011-06-031-4/+3
* Change all aml_xfoo to aml_foo names now that parser is stablejordan2011-04-181-2/+2
* Removed unused structure memberjordan2011-01-081-2/+1
* Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softcjordan2011-01-021-2/+1
* Remove unused code, conditional in fixup node was never truejordan2010-08-041-3/+1
* pretty large cleanup of SMALL_KERNELderaadt2010-07-221-4/+6
* Remove unused function prototypesjordan2010-07-221-3/+21
* spacing and indents that are driving me crazyderaadt2010-07-211-4/+4
* clean up a pile of prototypes and shred some macros which were just coveringderaadt2010-07-211-22/+17
* remove prototypes for functions that do not exist; ok jordanderaadt2010-07-201-7/+1
* Add mapping for ACPI device to PCI bdf (match autoconf tree)jordan2010-07-081-2/+2
* Backout recent AML changes, breaks on R210 and othersjordan2010-07-011-2/+2
* Simplified aml_parse_resource call, cleanup codejordan2010-07-011-2/+2
* Add common framework for storing device listsjordan2009-09-041-1/+5
* Remove unused codejordan2009-08-211-8/+1
* Remove dead/unused codejordan2009-06-011-1/+14
* Added sensor devices for Thinkpad (temp+fan)jordan2009-03-101-1/+3
* Fix memory leak bug during scope evaluation (now without introducing a bugkettenis2008-10-071-1/+3
* Commit cleanup part of the diff that was backed out in the previous commitkettenis2008-10-041-2/+1
* back out previous commit, since it is breaking a variety of machinesderaadt2008-09-291-4/+2
* Fixed memory leak bug during scope evaluationjordan2008-09-251-2/+4
* Cleanup, remove old/unused functionsjordan2008-06-131-3/+1
* Removed old AML disassembler codejordan2008-06-121-1/+2
* Shrink acpi some more for floppies and while here re-enable acpi on themarco2008-06-061-3/+1
* Re-enable new parser. Lots of testing by various folks. Fits all mediamarco2008-06-011-1/+2
* back out jordans new parser.dlg2008-05-161-2/+1
* Adding new ACPI Parser codejordan2008-05-141-1/+2
* Adding changes for new parserjordan2008-05-131-1/+18
* shrink floppy build by knocking out some unused bits of code; seen by canacarderaadt2007-11-141-34/+32
* convert the value to a string instead of using aml_val2str()canacar2007-11-081-1/+3