summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.c
AgeCommit message (Expand)Author
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
2007-02-20Move AML_OBJDEBUG into ACPI_DEBUG.Marco Peereboom
2007-02-18Added dynamic perfect hash for opcodesJordan Hargrave
2007-02-13Fixed stupid bit mangling on index fieldsJordan Hargrave
2007-02-06Added support for calling _OSI methodJordan Hargrave
2007-01-23Fixes for static integer settingJordan Hargrave
2007-01-18Added fix for static integerJordan Hargrave
2007-01-16Fix invalid _CRS length. Some aml implementations lie about how long aMarco Peereboom
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-23Correctly compute timeout value in acpi_sleep.Can Erkin Acar
2006-12-20nearly complete knfTheo de Raadt
2006-12-20first steps of knf (trying not to step on jordan's feet too much); ok marcoTheo de Raadt
2006-12-20skip the perfect hash for now since it wastes a lot of kernel memory,Theo de Raadt
2006-12-18our panic() can take stdarg argumentsTheo de Raadt
2006-12-12- include <sys/proc.h> for tsleep();Tom Cosgrove
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
2006-11-27Post-process PCI config space opregionsJordan Hargrave
2006-11-27Added support for parsing _CRS resourcesJordan Hargrave
2006-11-25Add mutex.Marco Peereboom
2006-11-11Add acpi_sleep and acpi_stall functions.Marco Peereboom
2006-10-31add missing prototype for aml_evalinteger()Thordur I. Bjornsson
2006-10-30Fix nameref -> objref for forward definition evaluatorJordan Hargrave
2006-10-25Don't convert buffer/field output to integerJordan Hargrave