Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use <stdint.h> types. | 2018-06-29 | 1 | -3/+3 | |
| | | | | ok mpi@, jung@, krw@, deraadt@ | ||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of | 2013-12-12 | 1 | -5/+2 | |
| | | | | | | formatting into a local buffer. ok miod@ | ||||
* | format string cleanup | 2013-11-18 | 1 | -2/+2 | |
| | |||||
* | spacing and indents that are driving me crazy | 2010-07-21 | 1 | -6/+6 | |
| | |||||
* | Add mapping for ACPI device to PCI bdf (match autoconf tree) | 2010-07-08 | 1 | -5/+4 | |
| | | | | | | Simplify resource parsing function to use buffer argument Convert namespace linked lists to use queue macros ok marco@, deraadt@ | ||||
* | Backout recent AML changes, breaks on R210 and others | 2010-07-01 | 1 | -4/+5 | |
| | |||||
* | Change ACPI namespace to use SIMPLEQ macros | 2010-06-27 | 1 | -5/+4 | |
| | | | | ok mlarkin | ||||
* | Added error handler for missing AML nameref; fixes PR6103 | 2009-05-30 | 1 | -6/+3 | |
| | | | | ok marco@ | ||||
* | Removed old AML disassembler code | 2008-06-12 | 1 | -237/+16 | |
| | | | | ok @marco | ||||
* | KNF | 2008-06-06 | 1 | -2/+2 | |
| | |||||
* | Shrink acpi some more for floppies and while here re-enable acpi on the | 2008-06-06 | 1 | -1/+3 | |
| | | | | | | | floppies. Fixes crazy sony vaio kettenis has. tested by deraadt ok deraadt jordan kettenis | ||||
* | Re-enable new parser. Lots of testing by various folks. Fits all media | 2008-06-01 | 1 | -11/+43 | |
| | | | | | | now too. ok kettenis deraadt | ||||
* | back out jordans new parser. | 2008-05-16 | 1 | -43/+11 | |
| | | | | | | | | it didnt have enough oks from the right people, it did break machines that were previously working, and it bloated the RAMDISKS and install media beyond the constraints of the media. requested by deraadt@ | ||||
* | Adding new ACPI Parser code | 2008-05-14 | 1 | -11/+43 | |
| | | | | | | Old guts of code still exists, needs to be torn out next ok marco@ ok brad@ | ||||
* | spacing | 2007-11-12 | 1 | -8/+7 | |
| | |||||
* | Added support for calling _OSI method | 2007-02-06 | 1 | -6/+6 | |
| | | | | | Display byte/word/string/nameref for aml_mnem function ok marco@ | ||||
* | even more knf love | 2006-12-21 | 1 | -4/+4 | |
| | |||||
* | more knf | 2006-12-21 | 1 | -45/+53 | |
| | |||||
* | Unused global variable. | 2006-11-29 | 1 | -4/+1 | |
| | |||||
* | Added stack trace to aml_die+acpidebug | 2006-10-24 | 1 | -3/+27 | |
| | | | | ok marco@ | ||||
* | Fixed AML debugger code to use new interface | 2006-10-19 | 1 | -286/+218 | |
| | | | | ok marco@ | ||||
* | Massive ACPI changes | 2006-10-12 | 1 | -15/+20 | |
| | | | | | | Fixed ACPI leaks new ACPI API ok marco@ | ||||
* | Disassembler now pretty prints AML code (like acpidump) | 2006-03-21 | 1 | -94/+153 | |
| | | | | ok marco@ | ||||
* | Used common aml_opname for debugger | 2006-03-09 | 1 | -39/+4 | |
| | | | | | Removed redundant code ok marco@ | ||||
* | One more KNF nit. | 2006-03-09 | 1 | -8/+8 | |
| | |||||
* | Pretty. | 2006-03-09 | 1 | -15/+14 | |
| | |||||
* | Create separate function to parse name + scope. Should shave some bytes of | 2006-03-09 | 1 | -41/+20 | |
| | | | | | | and makes code more readable. ok jordan. | ||||
* | Add showval to ddb interface. Now we can pretty much debug anything AML | 2006-03-08 | 1 | -5/+190 | |
| | | | | | | from ddb. Very useful. Help jordan. | ||||
* | Add "disasm" code for ddb. With this one can disassemble AML code from DDB. | 2006-03-07 | 1 | -6/+321 | |
| | | | | | | | example : "machine acpi disasm \\_SB_.BIF_" dumps the battery AML on my laptop. Disasm code was written by jordan. Help from miod on ddb lexer magic. ok jordan. | ||||
* | Hook acpi to ddb since we need to be able to do some live debugging. | 2006-03-05 | 1 | -0/+91 | |
Lots and lots of help from miod@ and deraadt@ ok deraadt@ miod@ |