From owner-cvs-all Tue Jan 4 4: 4:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53AE414F77; Tue, 4 Jan 2000 04:04:41 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA21054; Tue, 4 Jan 2000 04:04:41 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <200001041204.EAA21054@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 4 Jan 2000 04:04:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ntptime.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 2000/01/04 04:04:41 PST Modified files: sys/kern kern_ntptime.c Log: Create a separate pps_offset variable to use for applying the hardpps() produced offset component. This is tested and behaved stable with frequency offsets from -338.05 to +499.91 PPM. Interestingly the machine I tested this on would fail if the clock were slower than 14.3132 MHz whereas it was perfectly happy to run at 16.384 MHz, in other words [-340PPM ... +14.4%] Make pps_shift tweakable with sysctl. Revision Changes Path 1.31 +9 -2 src/sys/kern/kern_ntptime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message