From owner-cvs-sys Tue Mar 4 21:55:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA25542 for cvs-sys-outgoing; Tue, 4 Mar 1997 21:55:43 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25535; Tue, 4 Mar 1997 21:55:32 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id QAA09621; Wed, 5 Mar 1997 16:47:07 +1100 Date: Wed, 5 Mar 1997 16:47:07 +1100 From: Bruce Evans Message-Id: <199703050547.QAA09621@godzilla.zeta.org.au> To: bde@zeta.org.au, winter@jurai.net Subject: Re: cvs commit: src/sys/i386/isa clock.c Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, gpalmer@freefall.freebsd.org, gpalmer@mail.webspan.net Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Since Gary just crashed I'll point out that its not too difficult to add >the proper #ifdef's for CLK_CALIBRATION_LOOP to have your cake and eat it >too. > >Attached is a patch against 1.77 to make everyone happy. > >Though as Gary and Bruce indicate putting the whole mess behind >bootverbose might be the best way to deal with this. I didn't really mind >seeing the clock probes, just seeing them wrapped. *grin* Thanks, but I will use the bootverbose version. It "only" takes twice as many lines instead of 5 times as many for each printf :-]. Bruce