summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.c
AgeCommit message (Expand)Author
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
2008-05-15Ripped out old parser gutsJordan Hargrave
2008-05-15Handle Alias named objects, return original objectJordan Hargrave
2008-05-14only compile aml_dump() if option ACPI_DEBUG.Miod Vallat
2008-05-14Let this build and link if SMALL_KERNEL.Miod Vallat
2008-05-14Adding new ACPI Parser codeJordan Hargrave
2008-02-07unbreak SMALL_KERNEL kernels, with miodHenning Brauer
2008-02-05Added change for debugging setbufintJordan Hargrave
2008-01-22Added change to parseop to support return value; removes 1/2 stack depth forJordan Hargrave
2007-12-02Added AMLOP_BREAKOPINT function handler for X40 systemsJordan Hargrave
2007-11-17Print the type that's wrong.Mark Kettenis
2007-11-17Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpyMark Kettenis
2007-11-15don't waste our time telling the aml that we are OpenBSD; it will neverTheo de Raadt
2007-11-14shrink floppy build by knocking out some unused bits of code; seen by canacarTheo de Raadt
2007-11-14Fix handling of local AML variables for type conversion:Can Erkin Acar
2007-11-10do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-11-08Pass correct pointers to memcpy when concatanating strings/buffersCan Erkin Acar
2007-11-08convert the value to a string instead of using aml_val2str()Can Erkin Acar
2007-11-05Use the acpi_{acquire,release}_global_lock() to implement the globalTobias Weingartner
2007-11-03ACPI allows the OS to identify itself in a couple of ways and may behaveChris Kuethe
2007-11-03Add missing else so that Concatanation of two buffers work.Can Erkin Acar
2007-11-03Fix setting values to buffers by obeying the conversion rules.Can Erkin Acar
2007-11-03Remove those words...Chris Kuethe
2007-11-03ACPI allows the OS to identify itself in a couple of ways and may behaveChris Kuethe
2007-11-03Changed aml_parselength to use incremental length calcJordan Hargrave
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
2007-09-13Implement ACPI 6.5.1 spec tree walk for _STA and _INI.Tobias Weingartner
2007-09-08Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, andGordon Willem Klok
2007-04-11Added changes for C-StateJordan Hargrave
2007-03-23Fix set to already set localJordan Hargrave
2007-02-27please, check it compiles before you commitTheo de Raadt
2007-02-27Added fix for condref, free storing into valueJordan Hargrave
2007-02-22New resource mapper interface and structuresJordan Hargrave
2007-02-21Fixed deref for storing to local after CondRef opJordan Hargrave