summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.c
AgeCommit message (Expand)Author
2012-07-16Add shorter form function aml_node_setval() for setting an intTheo de Raadt
2012-07-10Ooops. A debug printf sneaked in. Sorry about that.Paul Irofti
2012-07-10More wraping and style.Paul Irofti
2012-07-10WrapPaul Irofti
2012-03-15Allow multiple backslashes at the start of a namespace path. It is prettyMark Kettenis
2012-03-10AML integers are supposed to be 64-bit unsigned, but huge parts of our codeMark Kettenis
2011-06-15Silence unneeded conversion warning. Okay jordan@.Paul Irofti
2011-06-08Use static scope during AML disassembly, fixes splassert errorJordan Hargrave
2011-06-03Change acpi_xfoo to acpi_foo names.Jordan Hargrave
2011-06-03Track depth of scope stackJordan Hargrave
2011-06-02Fix index for Mid() opcodeJordan Hargrave
2011-06-02Fix CondRef definition to support optional target. Fixes docking on Dell E4310Jordan Hargrave
2011-04-22Fix uninitialzied variables and formatting strings (-Wxxx errors)Jordan Hargrave
2011-04-19clean out some tiny nitsTheo de Raadt
2011-04-18Change all aml_xfoo to aml_foo names now that parser is stableJordan Hargrave
2011-03-20changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) i...Jordan Hargrave
2011-01-02Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softcJordan Hargrave
2010-10-31Revert last commit: it breaks resume on ThinkpadsPhilip Guenthe
2010-10-26Add task queue for ACPI gpe and notify handlersJordan Hargrave
2010-08-05Add Windows2009 to the valid osi table; from marco, suggested as a trialTheo de Raadt
2010-08-04Remove unused code, conditional in fixup node was never trueJordan Hargrave
2010-07-28remove stub code for rw locks we will never need; ok kettenis marcoTheo de Raadt
2010-07-27remove an ancient XXXTheo de Raadt
2010-07-27Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinationsKenneth R Westerback
2010-07-23Fix searchname to handle short name segments, remove hack in acpidock.Jordan Hargrave
2010-07-22pretty large cleanup of SMALL_KERNELTheo de Raadt
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-20Handle the acpi interrupt controller with proper edge/level handling,Theo de Raadt
2010-07-20tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumumTheo de Raadt
2010-07-19there is no need for a seperate dsdt_softc pointer; dsdt does not have aTheo de Raadt
2010-07-13rename some thread related interfaces so they are logicalTheo 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
2010-06-30Cleaned up aml name parser, delete unused codeJordan Hargrave
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-27Change ACPI namespace to use SIMPLEQ macrosJordan Hargrave
2010-06-27Cleaned up acpi_maptable, adds to table list directlyJordan Hargrave
2010-06-19Fix reference counting panic for CondRefJordan Hargrave
2009-12-05Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksumJordan Hargrave
2009-11-13Initialize uninititialized variable.Jordan Hargrave
2009-10-16Added argument for xconvert for length conversionJordan Hargrave
2009-09-04Add common framework for storing device listsJordan Hargrave
2009-07-20KNF fixesJordan Hargrave
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
2009-07-15missing va_end in aml_seterror; ok marco@Martynas Venckus
2009-06-01Remove dead/unused codeJordan Hargrave
2009-05-30Added error handler for missing AML nameref; fixes PR6103Jordan Hargrave
2009-05-30Fixed parsing rules for Scope opcode, fixes panic on some HP systemsJordan Hargrave