From mi@guest.zipnet.net  Sun May 19 08:57:56 1996
Received: from guest.zipnet.net (guest.zipnet.net [199.232.255.43])
          by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA03001
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 May 1996 08:57:52 -0700 (PDT)
Received: (from mi@localhost) by guest.zipnet.net (8.7.5/8.7.3) id LAA00265; Sun, 19 May 1996 11:59:36 GMT
Message-Id: <199605191159.LAA00265@guest.zipnet.net>
Date: Sun, 19 May 1996 11:59:36 GMT
From: mi@aldan.zipnet.net
Reply-To: mi@aldan.zipnet.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: clock.c's defines 
X-Send-Pr-Version: 3.2

>Number:         1216
>Category:       kern
>Synopsis:       Support for i586 clock clibration is not built in
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bde
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 19 09:00:01 PDT 1996
>Closed-Date:    Tue Sep 24 17:25:10 PDT 1996
>Last-Modified:  Tue Sep 24 17:27:12 PDT 1996
>Originator:     Mikhail Teterin
>Release:        FreeBSD 2.2-960501-SNAP i386
>Organization:
>Environment:

	May 1 snapshot

>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

>How-To-Repeat:


>Fix:
	
	#if defined(I586) || defined(I686)
	#	define CLK_USE....
	#endif

	But this is so obvious, there must be smth behind it...

>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
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
State-Changed-From-To: open->closed 
State-Changed-By: wosch 
State-Changed-When: Tue Sep 24 17:25:10 PDT 1996 
State-Changed-Why:  
This is intentional. [Bruce] 


Responsible-Changed-From-To: freebsd-bugs->bde 
Responsible-Changed-By: wosch 
Responsible-Changed-When: Tue Sep 24 17:25:10 PDT 1996 
Responsible-Changed-Why:  
>Unformatted:
