summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_timer.c
AgeCommit message (Expand)Author
2010-03-05Add missing license.jruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2009-04-08Add acpitimer_detach() to eventually support acpi(4) detachment.dyoung
2009-03-15ansify function definitionscegger
2009-03-14Don't assume ACPI == x86, from kiyohara@kk.iij4u.or.jpjmcneill
2008-05-11Noisy printf.ad
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-09-26x86 changes for pcc and LKMs.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-27Complete the declaration.christos
2006-07-02Move acpi_timer.h outside of __HAVE_TIMECOUNTER, as we need acpitimer_init()bouyer
2006-06-30Add __KERNEL_RCSID().xtraeme
2006-06-30Remove a debug printf.xtraeme
2006-06-26test the PM timer for glitches (using the algorithm from FreeBSD)drochner
2006-06-21First cut on an implementation of an ACPI power management counterdrochner