summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.c
AgeCommit message (Expand)Author
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
2006-10-25added deref/index for integer typesJordan Hargrave
2006-10-24Added stack trace to aml_die+acpidebugJordan Hargrave
2006-10-23Reduced memory allocations for temporary valuesJordan Hargrave
2006-10-19Fixed AML debugger code to use new interfaceJordan Hargrave
2006-10-19Fixed GPE debug levelsJordan Hargrave
2006-10-19Merged target/terminal handling codeJordan Hargrave
2006-10-15fix broken scope bracesJordan Hargrave
2006-10-15Fixed buggy if-else end scopeJordan Hargrave
2006-10-15Remove extra increment of bitmask. ok jordan@Can Erkin Acar
2006-10-12Added exportable aml_getpciaddrJordan Hargrave
2006-10-12fix rcsidMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-06-14Allow changes to a Name initialized with a 'static' value.Can Erkin Acar
2006-05-31Do not put _OS_ value on the stack.Can Erkin Acar
2006-05-31When allocating a buffer, use the supplied length if the requestedCan Erkin Acar
2006-05-29Check for possible NULL dereference in aml_showvalueCan Erkin Acar
2006-05-29Check the return value of aml_ederef isnt NULL before use.Gordon Willem Klok
2006-05-29Fix a memory overrun in the aml parser code.Can Erkin Acar
2006-04-21remove some trailing spaces found while reading this code.Joris Vink
2006-04-16Use aml_bitpos() when copying a field into a buffer.Mark Kettenis
2006-03-21Disassembler now pretty prints AML code (like acpidump)Jordan Hargrave
2006-03-09Used common aml_opname for debuggerJordan Hargrave
2006-03-09Remove bad XXXMarco Peereboom
2006-03-09Removed unused prototypesJordan Hargrave
2006-03-08Fix proto.Marco Peereboom
2006-03-08KNF.Marco Peereboom
2006-03-07Add "disasm" code for ddb. With this one can disassemble AML code from DDB.Marco Peereboom
2006-03-05Hook acpi to ddb since we need to be able to do some live debugging.Marco Peereboom
2006-02-26Delete some debug printing that wasn't compiling.Marco Peereboom
2006-02-23Pre-parsing PCI address for opregionJordan Hargrave
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
2006-02-20Calling parseint instead of parseval for getpciaddrJordan Hargrave
2006-02-20Added aml_bufcmp buffer comparisonsJordan Hargrave
2006-02-20Fix a typo cbproc -> proc. Found by drahn@Marco Peereboom
2006-02-19Added code for aml_notify GPE notification callbackJordan Hargrave
2006-02-19jordan:Marco Peereboom
2006-02-17Add a generic delay function as per the ACPI spec.Marco Peereboom
2006-02-17Fixed code for handling _INIJordan Hargrave
2006-02-16Added stub for calling _INIJordan Hargrave
2006-02-16Fixed parser/evaluator to retrieve battery info+stateJordan Hargrave