freebsd-dev/sys/amd64/isa
Garrett Wollman 3f31c649d1 Redo Kernel NTP PLL support, kernel side.
This code is mostly taken from the 1.1 port (which was in turn taken from
Dave Mills's kern.tar.Z example).  A few significant differences:

1) ntp_gettime() is now a MIB variable rather than a system call.  A few
fiddles are done in libc to make it behave the same.

2) mono_time does not participate in the PLL adjustments.

3) A new interface has been defined (in <machine/clock.h>) for doing
possibly machine-dependent things around the time of the clock update.
This is used in Pentium kernels to disable interrupts, set `time', and
reset the CPU cycle counter as quickly as possible to avoid jitter in
microtime().  Measurements show an apparent resolution of a bit more than
8.14usec, which is reasonable given system-call overhead.
1994-09-18 20:40:01 +00:00
..
clock.c Redo Kernel NTP PLL support, kernel side. 1994-09-18 20:40:01 +00:00
icu.h Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from 1994-09-16 13:33:56 +00:00
isa.c Reversed my patch from yesterday. "eisa" if >= 0x1000. 1994-09-13 17:06:47 +00:00
isa.h Added IO_PPI define, pulled timer related stuff 1994-04-21 14:20:54 +00:00
npx.c Removed some macros that are now in cpufunc.h 1994-09-15 16:32:07 +00:00
timerreg.h Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 13:48:52 +00:00
vector.s Bruce Evans' dynamic interrupt support. 1994-08-18 05:09:36 +00:00
vector.S Bruce Evans' dynamic interrupt support. 1994-08-18 05:09:36 +00:00