From owner-cvs-sys Tue Mar 4 02:13:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA13258 for cvs-sys-outgoing; Tue, 4 Mar 1997 02:13:52 -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 CAA13248; Tue, 4 Mar 1997 02:13:40 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id CAA12868; Tue, 4 Mar 1997 02:13:54 -0800 (PST) Message-Id: <199703041013.CAA12868@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 20:58:25 +1100." <199703040958.UAA03727@godzilla.zeta.org.au> From: David Greenman Reply-To: dg@root.com Date: Tue, 04 Mar 1997 02:13:54 -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>gpalmer 97/03/04 01:24:03 >> >> Modified: sys/i386/isa clock.c >> Log: >> Split the rather long and line-wrapping clock probe messages on boot. >> (2.2?) >> >> Submitted by: Mathew Dood > >Arrgh. The clock calibration messages were carefully phrased to provide >complete information on one for all paths through the code. Formatting >them on one line is particularly useful with option CLK_CALIBRATION_LOOP >and boot flag -v. Then the calibration is repeated until you hit a key, >and printing one line per call gives a readable tabular format. This was >broken in rev.1.60, fixed in rev.1.71 and is now broken again. 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. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project