summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* More merge and update.asami1996-10-301-1/+5
* Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-251-51/+62
* Added missing extern declaration of timer_freq.bde1996-10-171-8/+7
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-101-3/+1
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-091-1/+3
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-8/+6
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-2/+6
* The Great PC98 Merge.asami1996-06-141-1/+9
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-011-9/+4
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-1/+2
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-051-1/+3
* Moved rtcin() to clock.c.bde1996-03-311-1/+2
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-6/+6
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-241-5/+5
* Staticize and cleanup.phk1995-12-101-3/+1
* Fix Pentium CPU rate diagnosis:wollman1995-11-291-4/+9
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-121-23/+38
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-7/+0
* Declare the full uglyness of the interfaces to the clock driver (exceptbde1994-11-051-6/+46
* apm_bios.h: removed the equiv-stuff. Not needed now that the kernel modulephk1994-10-021-0/+2
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-181-0/+49
OpenPOWER on IntegriCloud