Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 1996 11:59:36 GMT
From:      mi@aldan.zipnet.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/1216: clock.c's defines 
Message-ID:  <199605191159.LAA00265@guest.zipnet.net>
Resent-Message-ID: <199605191600.JAA03096@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1216
>Category:       kern
>Synopsis:       Support for i586 clock clibration is not built in
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 19 09:00:01 PDT 1996
>Last-Modified:
>Originator:     Mikhail Teterin
>Organization:
>Release:        FreeBSD 2.2-960501-SNAP i386
>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...

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605191159.LAA00265>