From owner-cvs-all@FreeBSD.ORG Sat Jan 24 13:48:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE2816A500; Sat, 24 Jan 2004 13:48:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D0943D4C; Sat, 24 Jan 2004 13:48:44 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0OLmi0B077324; Sat, 24 Jan 2004 13:48:44 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0OLmi2S077323; Sat, 24 Jan 2004 13:48:44 -0800 (PST) (envelope-from phk) Message-Id: <200401242148.i0OLmi2S077323@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 24 Jan 2004 13:48:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_ntptime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 21:48:50 -0000 phk 2004/01/24 13:48:44 PST FreeBSD src repository Modified files: sys/kern kern_ntptime.c Log: Deal with MOD_FREQUENCY before MOD_OFFSET because the latter is the one which runs the actual update. This fixes a bug where there were a delay in applying the frequency adjustment. In extreme cases this could result in marginal stability of the kernel-pll. Revision Changes Path 1.53 +6 -6 src/sys/kern/kern_ntptime.c