kernel - ACPI - Fix missing unlocks in error path in acpi_ec
[dragonfly.git] / sys / dev / acpica5 / acpi_ec.c
2010-02-15 Matthew Dillonkernel - ACPI - Fix missing unlocks in error path in...
2009-12-12 Sascha WildnerRemove inclusion of <sys/cdefs.h> from kernel .c files.
2009-11-16 Alexander PolakovAttempt to fix "ACPI Warning: Cannot release the ACPI...
2009-11-08 Alexander PolakovUse lockmgr locks for ACPI_SERIAL_*
2009-11-08 Alexander PolakovSync ACPI with FreeBSD 7.2
2009-08-08 Sepherosa ZiehauACPICA-UNIX: Building fixup
2008-08-27 Hasso TepperAdd some methods to ACPI to handle embedded controllers...
2007-10-23 YONETANI TomokazuMerge ACPI resource manager changes From FreeBSD:
2007-01-17 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPI-CA code.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-03-06 YONETANI TomokazuDo not use tsleep when the system is not booted. This...
2004-07-05 Matthew Dillonacpica5 update part 1/3: Implement support for acpica...
2004-06-27 Matthew DillonBring in YONETANI Tomokazu's acpi-update-2.patch (27...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-21 Matthew DillonBring in the FreeBSD-5 ACPICA code as a module. Note...