summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpidebug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <stdint.h> types.kettenis2018-06-291-3/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofguenther2013-12-121-5/+2
* format string cleanupderaadt2013-11-181-2/+2
* spacing and indents that are driving me crazyderaadt2010-07-211-6/+6
* Add mapping for ACPI device to PCI bdf (match autoconf tree)jordan2010-07-081-5/+4
* Backout recent AML changes, breaks on R210 and othersjordan2010-07-011-4/+5
* Change ACPI namespace to use SIMPLEQ macrosjordan2010-06-271-5/+4
* Added error handler for missing AML nameref; fixes PR6103jordan2009-05-301-6/+3
* Removed old AML disassembler codejordan2008-06-121-237/+16
* KNFmarco2008-06-061-2/+2
* Shrink acpi some more for floppies and while here re-enable acpi on themarco2008-06-061-1/+3
* Re-enable new parser. Lots of testing by various folks. Fits all mediamarco2008-06-011-11/+43
* back out jordans new parser.dlg2008-05-161-43/+11
* Adding new ACPI Parser codejordan2008-05-141-11/+43
* spacingderaadt2007-11-121-8/+7
* Added support for calling _OSI methodjordan2007-02-061-6/+6
* even more knf lovederaadt2006-12-211-4/+4
* more knfderaadt2006-12-211-45/+53
* Unused global variable.miod2006-11-291-4/+1
* Added stack trace to aml_die+acpidebugjordan2006-10-241-3/+27
* Fixed AML debugger code to use new interfacejordan2006-10-191-286/+218
* Massive ACPI changesjordan2006-10-121-15/+20
* Disassembler now pretty prints AML code (like acpidump)jordan2006-03-211-94/+153
* Used common aml_opname for debuggerjordan2006-03-091-39/+4
* One more KNF nit.marco2006-03-091-8/+8
* Pretty.marco2006-03-091-15/+14
* Create separate function to parse name + scope. Should shave some bytes ofmarco2006-03-091-41/+20
* Add showval to ddb interface. Now we can pretty much debug anything AMLmarco2006-03-081-5/+190
* Add "disasm" code for ddb. With this one can disassemble AML code from DDB.marco2006-03-071-6/+321
* Hook acpi to ddb since we need to be able to do some live debugging.marco2006-03-051-0/+91