summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2006-06-14Allow changes to a Name initialized with a 'static' value.Can Erkin Acar
2006-06-06fix a bad strlcpy, from ben lovettJolan Luff
2006-05-31Do not put _OS_ value on the stack.Can Erkin Acar
2006-05-31do not call acpi_powerdown() unless acpi has successfully initializedTodd T. Fries
2006-05-31Match the specs and only shut down if notify_type is 0x80Can 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-29Add embedded controller support.Can Erkin Acar
2006-05-29Fix a memory overrun in the aml parser code.Can Erkin Acar
2006-05-19Minimal thermal zone driver. Monitors thermal zone temperature,Can Erkin Acar
2006-05-19Use rwlock instead of lockmgr locks.Can Erkin Acar
2006-04-30rv not set. Sloppy but didn't matter.Marco Peereboom
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-04-11KNF.Marco Peereboom
2006-04-11Add acpi_resume(struct acpi_softc *sc), which calls some AML methods,Gordon Willem Klok
2006-04-11Discover some ACPI sleep related methods, and call them at theGordon Willem Klok
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-09Fixed free before malloc. bad marcoJordan Hargrave
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
2006-03-08Add showval to ddb interface. Now we can pretty much debug anything AMLMarco Peereboom
2006-03-08Fix proto.Marco Peereboom
2006-03-08KNF.Marco Peereboom
2006-03-08KNF + alignment.Marco Peereboom
2006-03-07Add "disasm" code for ddb. With this one can disassemble AML code from DDB.Marco Peereboom
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
2006-03-05Hook acpi to ddb since we need to be able to do some live debugging.Marco Peereboom
2006-03-05Update tables after event.Marco Peereboom
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
2006-02-26Print core frequency and power usage during dmesg.Marco Peereboom
2006-02-26Add acpicpu device. Remains disabled.Marco Peereboom
2006-02-26Add _PSS.Marco Peereboom
2006-02-25Ugh, missed some { }Marco Peereboom
2006-02-23Pre-parsing PCI address for opregionJordan Hargrave
2006-02-23remove dead function.Marco Peereboom