Age | Commit message (Expand) | Author |
2006-12-06 | malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails, | Michael Knudsen |
2006-11-28 | Fixed clearing arg for acpi_init_pic | Jordan Hargrave |
2006-11-27 | Don't spam dmesg. | Mark Kettenis |
2006-11-27 | Fixes for acpiprt routing | Jordan Hargrave |
2006-11-25 | Don't handle acpiev events inside the gpe handler since this causes deadlocks. | Marco Peereboom |
2006-11-15 | Hook up acpi apic interrupt routing support to generic acpi code. | Mark Kettenis |
2006-11-02 | Kill acpiec attach function and add its functionality to the generic _HID | Marco Peereboom |
2006-11-02 | Fix comments to reflect reality. | Marco Peereboom |
2006-10-19 | Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol | Marco Peereboom |
2006-10-19 | Fixed GPE debug levels | Jordan Hargrave |
2006-10-15 | Removed old GPE handler code remnants | Jordan Hargrave |
2006-10-12 | Massive ACPI changes | Jordan Hargrave |
2006-06-30 | KNF, No functional change, | Gordon Willem Klok |
2006-06-30 | Support for calling Embedded Controller via new GPE interface | Jordan Hargrave |
2006-06-30 | Added new code for GPE handling | Jordan Hargrave |
2006-06-30 | Added offset argument for acpi read/write pmreg routines (new GPE code) | Jordan Hargrave |
2006-05-31 | do not call acpi_powerdown() unless acpi has successfully initialized | Todd T. Fries |
2006-05-29 | Add embedded controller support. | Can Erkin Acar |
2006-05-19 | Minimal thermal zone driver. Monitors thermal zone temperature, | Can Erkin Acar |
2006-04-11 | KNF. | Marco Peereboom |
2006-04-11 | Add acpi_resume(struct acpi_softc *sc), which calls some AML methods, | Gordon Willem Klok |
2006-04-11 | Discover some ACPI sleep related methods, and call them at the | Gordon Willem Klok |
2006-02-26 | Add acpicpu as a device. | Marco Peereboom |
2006-02-23 | remove dead function. | Marco Peereboom |
2006-02-22 | Print out all tables it found during autoconf. We'll need this data in | Marco Peereboom |
2006-02-22 | Make dmesg less verbose. | Marco Peereboom |
2006-02-22 | Added parsing of SSDT tables | Jordan Hargrave |
2006-02-22 | Added new aml_register to notify by device id | Jordan Hargrave |
2006-02-21 | Readjust debug levels that crept in too low over the last few days. | Marco Peereboom |
2006-02-21 | Rig the power button so that the machine shuts down correctly. | Marco Peereboom |
2006-02-20 | Add acpibtn device. Remains disabled for now. | Marco Peereboom |
2006-02-19 | Added code for aml_notify GPE notification callback | Jordan Hargrave |
2006-02-19 | Fix acpi_enter_sleep_state() by replacing current ugly hack | Alexander Yurchenko |
2006-02-19 | jordan: | Marco Peereboom |
2006-02-17 | Remove earlier introduced delays. We really only need them during autconf. | Marco Peereboom |
2006-02-17 | Add a generic delay function as per the ACPI spec. | Marco Peereboom |
2006-02-17 | Use tsleep instead of delay when !cold. | Marco Peereboom |
2006-02-17 | Argh, we need delays between reads/writes. The backend reads (i2c most likely) | Marco Peereboom |
2006-02-17 | Fixed code for handling _INI | Jordan Hargrave |
2006-02-16 | Added stub for calling _INI | Jordan Hargrave |
2006-02-16 | Fixed parser/evaluator to retrieve battery info+state | Jordan Hargrave |
2006-02-06 | fix a typo so this will compile on amd64. | Brad Smith |
2006-02-04 | When ACPI_ENABLED wasn't set but the devices were it had an unknown variable. | Marco Peereboom |
2006-02-03 | Rewrote aml parser yet again... | Jordan Hargrave |
2006-01-20 | More evaluator changes | Jordan Hargrave |
2006-01-19 | Added support for read/write of PCI Config space | Jordan Hargrave |
2006-01-18 | Added new evaluation routines | Jordan Hargrave |
2006-01-17 | Major overhaul of the aml parser. Evaluater temporarily disabled. | Jordan Hargrave |
2006-01-06 | Check for ACPI control availability only if ACPI_ENABLE defined. | Alexander Yurchenko |
2006-01-06 | Informative error messages on attach, prettier dmesg. | Alexander Yurchenko |