summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_timer.c
AgeCommit message (Expand)Author
2018-10-16Rename options ACPI_REDUCED_HARDWARE to ACPI_REDUCED_HW. The former isjmcneill
2018-10-16Add ACPI_REDUCED_HARDWARE defflag (used by ACPICA) and fix acpi build with th...jmcneill
2018-10-15Do not attach a timecounter when PM_TMR_LEN is 0. According to ACPI 6.2jmcneill
2013-12-27constant changed namechristos
2011-08-08The absence of USE_PLATFORM_CLOCK does not imply that the PM Timer isjmcneill
2011-01-04Fix previous.jruoho
2011-01-02Print a warning if the BIOS thinks that the timer is unreliable. However, dojruoho
2010-07-10Export also the delta function.jruoho
2010-07-10Export the wrapper functions that read from the ACPI PM timer.jruoho
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