summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi.c
AgeCommit message (Expand)Author
2006-11-25Don't handle acpiev events inside the gpe handler since this causes deadlocks.Marco Peereboom
2006-11-15Hook up acpi apic interrupt routing support to generic acpi code.Mark Kettenis
2006-11-02Kill acpiec attach function and add its functionality to the generic _HIDMarco Peereboom
2006-11-02Fix comments to reflect reality.Marco Peereboom
2006-10-19Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolMarco Peereboom
2006-10-19Fixed GPE debug levelsJordan Hargrave
2006-10-15Removed old GPE handler code remnantsJordan Hargrave
2006-10-12Massive ACPI changesJordan Hargrave
2006-06-30KNF, No functional change,Gordon Willem Klok
2006-06-30Support for calling Embedded Controller via new GPE interfaceJordan Hargrave
2006-06-30Added new code for GPE handlingJordan Hargrave
2006-06-30Added offset argument for acpi read/write pmreg routines (new GPE code)Jordan Hargrave
2006-05-31do not call acpi_powerdown() unless acpi has successfully initializedTodd T. Fries
2006-05-29Add embedded controller support.Can Erkin Acar
2006-05-19Minimal thermal zone driver. Monitors thermal zone temperature,Can Erkin Acar
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-02-26Add acpicpu as a device.Marco Peereboom
2006-02-23remove dead function.Marco Peereboom
2006-02-22Print out all tables it found during autoconf. We'll need this data inMarco Peereboom
2006-02-22Make dmesg less verbose.Marco Peereboom
2006-02-22Added parsing of SSDT tablesJordan Hargrave
2006-02-22Added new aml_register to notify by device idJordan Hargrave
2006-02-21Readjust debug levels that crept in too low over the last few days.Marco Peereboom
2006-02-21Rig the power button so that the machine shuts down correctly.Marco Peereboom
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom
2006-02-19Added code for aml_notify GPE notification callbackJordan Hargrave
2006-02-19Fix acpi_enter_sleep_state() by replacing current ugly hackAlexander Yurchenko
2006-02-19jordan:Marco Peereboom
2006-02-17Remove earlier introduced delays. We really only need them during autconf.Marco Peereboom
2006-02-17Add a generic delay function as per the ACPI spec.Marco Peereboom
2006-02-17Use tsleep instead of delay when !cold.Marco Peereboom
2006-02-17Argh, we need delays between reads/writes. The backend reads (i2c most likely)Marco Peereboom
2006-02-17Fixed code for handling _INIJordan Hargrave
2006-02-16Added stub for calling _INIJordan Hargrave
2006-02-16Fixed parser/evaluator to retrieve battery info+stateJordan Hargrave
2006-02-06fix a typo so this will compile on amd64.Brad Smith
2006-02-04When ACPI_ENABLED wasn't set but the devices were it had an unknown variable.Marco Peereboom
2006-02-03Rewrote aml parser yet again...Jordan Hargrave
2006-01-20More evaluator changesJordan Hargrave
2006-01-19Added support for read/write of PCI Config spaceJordan Hargrave
2006-01-18Added new evaluation routinesJordan Hargrave
2006-01-17Major overhaul of the aml parser. Evaluater temporarily disabled.Jordan Hargrave
2006-01-06Check for ACPI control availability only if ACPI_ENABLE defined.Alexander Yurchenko
2006-01-06Informative error messages on attach, prettier dmesg.Alexander Yurchenko
2006-01-06printf -> dnprintf conversion for debug messages.Alexander Yurchenko
2006-01-05Find SLP_TYPx values and store them for future use inAlexander Yurchenko
2006-01-05Random KNF and cleanupAlexander Yurchenko
2006-01-05Provide symbolic names for the acpi sleeping states and use it.Alexander Yurchenko