summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Collapse)Author
2006-03-09Used common aml_opname for debuggerJordan Hargrave
Removed redundant code ok marco@
2006-03-09Remove bad XXXMarco Peereboom
ok jordan
2006-03-09Removed unused prototypesJordan Hargrave
Fixed aml_notify to use known node Added new method/node evaluator Renamed some functions for easier naming ok marco@
2006-03-09Fixed free before malloc. bad marcoJordan Hargrave
ok marco@
2006-03-09One more KNF nit.Marco Peereboom
2006-03-09Pretty.Marco Peereboom
2006-03-09Create separate function to parse name + scope. Should shave some bytes ofMarco Peereboom
and makes code more readable. ok jordan.
2006-03-08Add showval to ddb interface. Now we can pretty much debug anything AMLMarco Peereboom
from ddb. Very useful. Help jordan.
2006-03-08Fix proto.Marco Peereboom
2006-03-08KNF.Marco Peereboom
Undo emacsisms/jordanisms. Rearange protos and globals. This file needs more cleanup but this is a start.
2006-03-08KNF + alignment.Marco Peereboom
2006-03-07Add "disasm" code for ddb. With this one can disassemble AML code from DDB.Marco Peereboom
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.
2006-03-06No longer needed since it is moved to acpihpet.Marco Peereboom
2006-03-06Rename hpet to acpihpet so that all devices use the same naming convention.Marco Peereboom
discussed with jordan.
2006-03-05Hook acpi to ddb since we need to be able to do some live debugging.Marco Peereboom
Lots and lots of help from miod@ and deraadt@ ok deraadt@ miod@
2006-03-05Update tables after event.Marco Peereboom
Free memory while at it. Register notify handler and use NULL for PNP id.
2006-03-05KNF nit.Marco Peereboom
2006-03-04oops some debug code was enabled.Marco Peereboom
2006-03-04Add the gasio magic to slow/speed cpu.Marco Peereboom
2006-02-26Print _PCT & _PPC.Marco Peereboom
2006-02-26Add GRD and PCT structures.Marco Peereboom
2006-02-26Print only MHz. Idea from jsg@Marco Peereboom
2006-02-26Delete some debug printing that wasn't compiling.Marco Peereboom
2006-02-26Print ACPI cpu name during dmesg as well.Marco Peereboom
2006-02-26Add acpicpu as a device.Marco Peereboom
ok jordan@
2006-02-26Print core frequency and power usage during dmesg.Marco Peereboom
2006-02-26Add acpicpu device. Remains disabled.Marco Peereboom
ok jordan@
2006-02-26Add _PSS.Marco Peereboom
2006-02-25Ugh, missed some { }Marco Peereboom
Made spurrious interrupt message more useful
2006-02-23Pre-parsing PCI address for opregionJordan Hargrave
ok marco@
2006-02-23remove dead function.Marco Peereboom
ok jordan@
2006-02-22Print out all tables it found during autoconf. We'll need this data inMarco Peereboom
the future.
2006-02-22Make dmesg less verbose.Marco Peereboom
ok jordan.
2006-02-22Added parsing of SSDT tablesJordan Hargrave
ok marco@
2006-02-22Added new aml_register to notify by device idJordan Hargrave
Moved powerdown code to button device ok marco@
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
Moved powerdown code to button device ok marco@
2006-02-22Rework notify handler.Marco Peereboom
Use jordan's new notify register function. ok jordan@
2006-02-22Added notify callback for A/C deviceJordan Hargrave
ok marco@
2006-02-22Add insertion and removal events for batteries.Marco Peereboom
Some cleanup & KNF.
2006-02-21KNFMarco Peereboom
2006-02-21KNFMarco Peereboom
2006-02-21Added button type fieldJordan Hargrave
KNF Fixed parent notify callback for GEN interrupts ok marco@
2006-02-21Readjust debug levels that crept in too low over the last few days.Marco Peereboom
KNF
2006-02-21Adjust debug levels since _STA often doesn't exist and its annoyingly loud.Marco Peereboom
KNF
2006-02-21Rig the power button so that the machine shuts down correctly.Marco Peereboom
2006-02-21Adjust debugging levels to something more reasonable.Marco Peereboom
2006-02-21Print the parent name which is way more useful than the node name.Marco Peereboom
E.a: _LID instead of _HID.
2006-02-20Calling parseint instead of parseval for getpciaddrJordan Hargrave
ok marco@
2006-02-20Added aml_bufcmp buffer comparisonsJordan Hargrave
Added getpciaddr for pci opregions ok marco@
2006-02-20Fix a typo cbproc -> proc. Found by drahn@Marco Peereboom
ok jordan@