Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 09/06/1999 13:44:03
Module Name: syssrc
Committed By: sommerfeld
Date: Mon Sep 6 20:44:03 UTC 1999
Modified Files:
syssrc/sys/kern: kern_clock.c
Log Message:
If using kernel PLL (for NTP), initialize "fixtick" to a reasonable
approximation of reality if the MD code doesn't. This variable is the
equivalent of "tickfix" for the non-NTP path.
This allows an alpha kernel (where hz=1024) with "options NTP" to
synch up quite nicely (as opposed to having an frequency error of
~560ppm, which is outside the capture range of the PLL).
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/kern/kern_clock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.