summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.c
AgeCommit message (Expand)Author
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
2009-04-27Remove unnecessary aml_xconvert arg, code cleanupJordan Hargrave
2009-04-10Fix for PR6099, read/write of non-byte aligned IndexFieldJordan Hargrave
2009-04-10gasio was killed so kill protoMarco Peereboom
2009-04-09Fixed argtype for Increment/Decrement. Field args were being evaluated asJordan Hargrave
2009-03-13tabs; stupid emacsMarco Peereboom
2009-03-13Fixed potential aml_freevalue on uninitialized stack , reported by krwJordan Hargrave
2009-03-11Cleanup.. use aml_evalinteger instead of aml_evalnameJordan Hargrave
2009-03-10Added sensor devices for Thinkpad (temp+fan)Jordan Hargrave
2009-03-07Misc cleanups, remove dead codeJordan Hargrave
2009-03-05Rip out old fieldio code (no longer used)Jordan Hargrave
2009-03-05New ACPI fieldio routinesJordan 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-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-08-14If the AML SizeOf() method is called with an object reference it shouldJoel Sing
2008-06-14Fixed evil recursion depth for ASUS EEEPC, uses less memory tooJordan Hargrave
2008-06-13Remove duplicate function for string to integer conversion. ok jordan@Can Erkin Acar