DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / dev / acpica5 / acpi.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-07-08 Sepherosa Ziehauacpi_bus_alloc_gas: Constify gas parameter
2009-05-17 Sepherosa ZiehauAdd interrupt cputimer interface.
2009-05-02 Sepherosa Ziehaulapic timer: Correct AMD C1E handling
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-08-27 Hasso TepperAdd some methods to ACPI to handle embedded controllers...
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2007-11-25 Sascha WildnerAdjust acpi.c and bios.c to use kfreeenv()/ktestenv...
2007-10-23 YONETANI TomokazuMerge ACPI resource manager changes From FreeBSD:
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-01-28 YONETANI TomokazuEnable setting debug.acpi.{layer,level} via sysctl...
2007-01-25 YONETANI TomokazuInitialize ACPI task thread before AcpiEnableSubsystem...
2007-01-17 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPI-CA code.
2007-01-13 Thomas E. SpanjaardEnable the ACPI quirks kernel environment variable...
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-10 YONETANI Tomokazuacpiioctl() can be left without ACPI_UNLOCK(), leading to
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-11-01 Matthew Dillonadd an acpi_enabled() function, invert the "pci" logic...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-30 YONETANI Tomokazu- kill `unused variable' warning pointed out by sephe@
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-09-23 YONETANI Tomokazu- Catch up with rev 1.157 of sys/dev/acpica/acpi.c...
2005-09-17 Matthew DillonUsing the ACPI idle hook while shutting down ACPI durin...
2005-08-29 Matthew DillonGet rid of smp_rendezvous() and all associated support...
2005-06-04 Simon Schubertconvert spl*() to critical sections.
2005-04-16 YONETANI TomokazuAdd a debug knob debug.acpi.avoid.paths, a variant...
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-08-02 Matthew DillonRip out the badly designed softint-based taskqueue...
2004-08-02 Matthew DillonFix buggaboos that prevented ACPI_DEBUG from working.
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-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-05 Matthew DillonUse M_INTWAIT instead of M_NOWAIT for the rest of the...
2004-02-21 Matthew DillonBring in the FreeBSD-5 ACPICA code as a module. Note...