summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_ec.c
AgeCommit message (Expand)Author
2003-11-12- fix deadlocks due to using lock_status() from interrupt context.yamt
2003-11-12use snprintf("%X") instead of "%x" + strupr().yamt
2003-11-03More cleanup:mycroft
2003-11-03Fix locking protocol, and use _GLK appropriately. From kochi, with somemycroft
2003-11-03* now the size of ACPI_DEVICE_INFO is variable:kochi
2003-11-01sc_lockhandle is garbage.mycroft
2003-11-01Remove an unnecessary call to AcpiGlearGpe().mycroft
2003-11-01Correct arguments to AcpiClearGpe().mycroft
2003-11-01Correct arguments to AcpiInstallGpeHandler, as per Linux and FreeBSD.mycroft
2003-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-08-03Fix a wrong handling of clearing a flagkochi
2003-02-14- add acpi_acquire_global_lock()/acpi_release_global_lock()/tshiozak
2002-10-15fix a simple, but wicked bug in EcSpaceHandler().tshiozak
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-06-15Update for acpica-unix-20020612. From Takayoshi Kochi.thorpej
2001-11-13add RCSIDlukem
2001-10-12Fix printf format.enami
2001-09-29ACPI Embedded Controller driver.thorpej