summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpica/OsdInterrupt.c
AgeCommit message (Expand)Author
2018-03-20Allow registering ACPI interrupt handlers with a xname.bouyer
2009-08-18Switch to ACPICA 20090730, and update for API changes.jmcneill
2007-12-15__FUNCTION__ -> __func__perry
2007-02-19Initialize acpi_interrupt_list_mtx in acpi_probe().ad
2007-02-19Forgot to initialize the mutex.xtraeme
2007-02-19Replace ACPI_INTERRUPT_LIST_{LOCK,UNLOCK} mutex_{enter,exit}xtraeme
2007-02-18Replace simple_locks with mutexes, reviewed by ad@.xtraeme
2006-08-27Delete unsigned comparison with < 0christos
2006-03-23Move from sys/dev/acpi/acpica/Osd.kochi