summaryrefslogtreecommitdiff
path: root/sys/amd64/include/clock.h
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up declaration and initialization of clock_lock. It is onlyBruce Evans2007-01-231-1/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-3/+0
* Move clock_lock prototype into <machine/clock.h>, where it is moreMaxim Sobolev2006-05-191-0/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-1/+0
* Begin all license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-0/+1
* Preemptively burn a bridges. The isa timer code is likely to bePeter Wemm2003-11-141-4/+0
* MFi386: BURN_BRIDGES around timer0 functionsPeter Wemm2003-09-301-1/+3
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: DontPeter Wemm2003-09-221-0/+1
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-9/+0
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.Poul-Henning Kamp2003-02-051-0/+1
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-031-0/+2
* Make tsc_freq a 64bit quantity.Poul-Henning Kamp2003-01-291-1/+1
* Remove __P.Alfred Perlstein2002-03-201-10/+9
* Reenable RTC interrupts after wakeup. Some laptops have a problemMitsuru IWASAKI2001-09-041-1/+1
* Move DELAY() from <machine/clock.h> to <sys/systm.h>Poul-Henning Kamp2000-10-151-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* i8254_restore is called from apm_default_resume() to reloadMitsuru IWASAKI1999-10-301-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Stop the TSC from being used as timecounter on K5/step0 machines.Poul-Henning Kamp1999-05-291-1/+2
* Remove special handling for resuming clock interrupt when using APIC_IO.Tor Egge1998-03-051-1/+4
* Removed vestiges of previous microtime() implementation.Bruce Evans1998-02-251-6/+2
* Replace TOD clock code with more systematic approach.Poul-Henning Kamp1998-02-201-65/+1
* Fixed a recently broken comment.Bruce Evans1998-02-011-4/+4
* More cleanup relating to our use of the TSC.Poul-Henning Kamp1997-12-281-13/+1
* wash, sort and put in order various nits from the i586_ctr -> tscPoul-Henning Kamp1997-12-281-11/+11
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).Poul-Henning Kamp1997-12-261-13/+13
* correct the order of the variablesPeter Wemm1997-05-051-3/+5
* Don't remove i586_ctr_freq from scope, leave it defined as zero. ThisPeter Wemm1997-05-041-3/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, andKATO Takenori1997-01-101-4/+1
* More merge and update.Satoshi Asami1996-10-301-1/+5
* Improved biasing of i586 clock by adjusting for hardclock() latency.Bruce Evans1996-10-251-51/+62
* Added missing extern declaration of timer_freq.Bruce Evans1996-10-171-8/+7
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.Bruce Evans1996-10-101-3/+1
* Put I*86_CPU defines in opt_cpu.h.Bruce Evans1996-10-091-1/+3
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.Bruce Evans1996-08-021-8/+6
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes wereBruce Evans1996-07-301-2/+6
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+9
* Added calibration the i8254 and the i586 clocks agains the RTC at bootBruce Evans1996-05-011-9/+4
* - add apm to the GENERIC kernel (disabled by default), and add some commentsNate Williams1996-04-221-1/+2
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forAndrey A. Chernov1996-04-051-1/+3
* Moved rtcin() to clock.c.Bruce Evans1996-03-311-1/+2
* No longer use the cyclecounter to attempt to correct for late or missedGarrett Wollman1996-01-301-6/+6
* Add Pentium Pro CPU detection and special handling. For now, all theDavid Greenman1995-12-241-5/+5
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-3/+1
* Fix Pentium CPU rate diagnosis:Garrett Wollman1995-11-291-4/+9
* Reduce jitter of Pentium microtime() implementation by letting the counterGarrett Wollman1995-10-121-23/+38