From owner-freebsd-bugs Sun May 19 19:50:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19227 for bugs-outgoing; Sun, 19 May 1996 19:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19221; Sun, 19 May 1996 19:50:02 -0700 (PDT) Date: Sun, 19 May 1996 19:50:02 -0700 (PDT) Message-Id: <199605200250.TAA19221@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: kern/1216: clock.c's defines Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/1216; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, mi@aldan.zipnet.net Cc: Subject: Re: kern/1216: clock.c's defines Date: Mon, 20 May 1996 12:44:31 +1000 >>Description: > CLK_USE_I586_CALIBRATION is not turned on automaticly by > specifying CPU as 586 or 686. Neither is the option listed > in the i386/conf/LINT This is intentional. Clock calibration will become non-optional when it is fully debugged. The CLK_* options should only be used by people who know that the calibration is right or want to debug it. Bruce