From owner-cvs-sys Tue Mar 4 03:08:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA16053 for cvs-sys-outgoing; Tue, 4 Mar 1997 03:08:15 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA16048; Tue, 4 Mar 1997 03:08:10 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id DAA13092; Tue, 4 Mar 1997 03:08:59 -0800 (PST) Message-Id: <199703041108.DAA13092@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: Bruce Evans cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, gpalmer@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa clock.c In-reply-to: Your message of "Tue, 04 Mar 1997 21:51:29 +1100." <199703041051.VAA05584@godzilla.zeta.org.au> From: David Greenman Reply-To: dg@root.com Date: Tue, 04 Mar 1997 03:08:59 -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> The clock calibration line should not be emitted unless bootverbose is >>specified. It is meaningless to most people and is just more cruft to fill >>up the message buffer. > >How do people set their clocks if not using CLK_USE_I8254_CALIBRATION or >something like > > sysctl -w machdep.i8254_freq=`dmesg | > sed -n -e \ > 's/.*Calibrating clock.*i8254 clock: \([0-9]*\) Hz.*/\1/p'` > >? :-) xntpd. :-) -DG David Greenman Core-team/Principal Architect, The FreeBSD Project