summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.c
AgeCommit message (Expand)Author
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
2008-06-13Cleanup for aml_xcreatefield, added flags argumentJordan Hargrave
2008-06-13Cleanup, remove old/unused functionsJordan Hargrave
2008-06-12Removed old AML disassembler codeJordan Hargrave
2008-06-12Fixed AMLOP_LOAD for _PSS on ThinkpadJordan Hargrave
2008-06-12Fixed memory leaks for AML parserJordan Hargrave
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-08Add a malloc type for ACPI and use it for _acpi_os_malloc and free.Artur Grabowski
2008-06-08Implement aml_str2val() ok marco@Can Erkin Acar
2008-06-08unused globals and defines; ok tobyTheo de Raadt
2008-06-07Move #if 0 up to include currently unused fixup tables.Marco Peereboom
2008-06-06Shrink acpi some more for floppies and while here re-enable acpi on theMarco Peereboom
2008-06-04Fix panic on my i386 box when local variable isnt handled properly.Marco 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