summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
Commit message (Expand)AuthorAgeFilesLines
* xen: implement an early timer for Xen PVHroyger2014-03-111-0/+2
* Implement boot-time TSC synchronization test for SMP. This test is executedjkim2011-05-091-1/+0
* Add forgotten declarations for tsc_perf_stat from the previous commit.jkim2011-04-121-0/+1
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-1/+0
* Move functions declaration to MI code, following implementation.mav2010-07-151-5/+0
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-1/+0
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-1/+0
* Add support for using i8254 and rtc timers as event sources for i386 SMPmav2009-05-021-0/+6
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-0/+1
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-0/+1
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-2/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-3/+5
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-2/+2
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-261-2/+0
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-261-1/+2
* Cleaned up declaration and initialization of clock_lock. It is onlybde2007-01-231-1/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* Move clock_lock prototype into <machine/clock.h>, where it is moresobomax2006-05-191-0/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-1/+0
* Move pc98 specific parts to the pc98 specific file.nyan2005-04-131-5/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-091-4/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-121-0/+1
* New APIC support code:jhb2003-11-031-3/+0
* Per TRB vote: restore the aquire_timer0 and associated goo. This willimp2003-09-241-0/+4
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-151-2/+0
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-061-0/+1
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.phk2003-02-051-0/+1
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-0/+2
* Make tsc_freq a 64bit quantity.phk2003-01-291-1/+1
* Remove __P.alfred2002-03-201-10/+9
* Reenable RTC interrupts after wakeup. Some laptops have a problemiwasaki2001-09-041-1/+1
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-301-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-291-1/+2
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-051-1/+4
* Removed vestiges of previous microtime() implementation.bde1998-02-251-6/+2
* Replace TOD clock code with more systematic approach.phk1998-02-201-65/+1
* Fixed a recently broken comment.bde1998-02-011-4/+4
* More cleanup relating to our use of the TSC.phk1997-12-281-13/+1
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-281-11/+11
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-261-13/+13
* correct the order of the variablespeter1997-05-051-3/+5
* Don't remove i586_ctr_freq from scope, leave it defined as zero. Thispeter1997-05-041-3/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, andkato1997-01-101-4/+1
OpenPOWER on IntegriCloud