| Commit message (Expand) | Author | Age | Files | Lines |
* | i386/i386/tsc.c was repo-copied from i386/isa/clock.c. | phk | 2003-02-05 | 1 | -0/+1 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 1 | -0/+2 |
* | Make tsc_freq a 64bit quantity. | phk | 2003-01-29 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -10/+9 |
* | Reenable RTC interrupts after wakeup. Some laptops have a problem | iwasaki | 2001-09-04 | 1 | -1/+1 |
* | Move DELAY() from <machine/clock.h> to <sys/systm.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | i8254_restore is called from apm_default_resume() to reload | iwasaki | 1999-10-30 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Stop the TSC from being used as timecounter on K5/step0 machines. | phk | 1999-05-29 | 1 | -1/+2 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 1 | -1/+4 |
* | Removed vestiges of previous microtime() implementation. | bde | 1998-02-25 | 1 | -6/+2 |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 1 | -65/+1 |
* | Fixed a recently broken comment. | bde | 1998-02-01 | 1 | -4/+4 |
* | More cleanup relating to our use of the TSC. | phk | 1997-12-28 | 1 | -13/+1 |
* | wash, sort and put in order various nits from the i586_ctr -> tsc | phk | 1997-12-28 | 1 | -11/+11 |
* | Rename "i586_ctr" to "tsc" (both upper and lower case instances). | phk | 1997-12-26 | 1 | -13/+13 |
* | correct the order of the variables | peter | 1997-05-05 | 1 | -3/+5 |
* | Don't remove i586_ctr_freq from scope, leave it defined as zero. This | peter | 1997-05-04 | 1 | -3/+5 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -4/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, and | kato | 1997-01-10 | 1 | -4/+1 |
* | More merge and update. | asami | 1996-10-30 | 1 | -1/+5 |
* | Improved biasing of i586 clock by adjusting for hardclock() latency. | bde | 1996-10-25 | 1 | -51/+62 |
* | Added missing extern declaration of timer_freq. | bde | 1996-10-17 | 1 | -8/+7 |
* | Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's. | bde | 1996-10-10 | 1 | -3/+1 |
* | Put I*86_CPU defines in opt_cpu.h. | bde | 1996-10-09 | 1 | -1/+3 |
* | Eliminated i586_ctr_rate. Use i586_ctr_freq instead. | bde | 1996-08-02 | 1 | -8/+6 |
* | Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes were | bde | 1996-07-30 | 1 | -2/+6 |
* | The Great PC98 Merge. | asami | 1996-06-14 | 1 | -1/+9 |
* | Added calibration the i8254 and the i586 clocks agains the RTC at boot | bde | 1996-05-01 | 1 | -9/+4 |
* | - add apm to the GENERIC kernel (disabled by default), and add some comments | nate | 1996-04-22 | 1 | -1/+2 |
* | Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for | ache | 1996-04-05 | 1 | -1/+3 |
* | Moved rtcin() to clock.c. | bde | 1996-03-31 | 1 | -1/+2 |
* | No longer use the cyclecounter to attempt to correct for late or missed | wollman | 1996-01-30 | 1 | -6/+6 |
* | Add Pentium Pro CPU detection and special handling. For now, all the | dg | 1995-12-24 | 1 | -5/+5 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -3/+1 |
* | Fix Pentium CPU rate diagnosis: | wollman | 1995-11-29 | 1 | -4/+9 |
* | Reduce jitter of Pentium microtime() implementation by letting the counter | wollman | 1995-10-12 | 1 | -23/+38 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -7/+0 |
* | Declare the full uglyness of the interfaces to the clock driver (except | bde | 1994-11-05 | 1 | -6/+46 |
* | apm_bios.h: removed the equiv-stuff. Not needed now that the kernel module | phk | 1994-10-02 | 1 | -0/+2 |
* | Redo Kernel NTP PLL support, kernel side. | wollman | 1994-09-18 | 1 | -0/+49 |