From owner-freebsd-hackers Tue Aug 6 04:55:23 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA15550 for hackers-outgoing; Tue, 6 Aug 1996 04:55:23 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA15545 for ; Tue, 6 Aug 1996 04:55:21 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id EAA08181 for ; Tue, 6 Aug 1996 04:55:09 -0700 (PDT) Message-Id: <199608061155.EAA08181@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 to: freebsd-hackers@FreeBSD.ORG Subject: Re: Accurate time clock? In-reply-to: Your message of "Tue, 06 Aug 1996 03:07:00 PDT." <199608061007.DAA07516@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 06 Aug 1996 04:55:08 -0700 From: Amancio Hasty Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk How accurate is the pentium clock register: I found this in /sys/i386/isa/clock.c: #if defined(I586_CPU) || defined(I686_CPU) if (cpu_class == CPUCLASS_586 || cpu_class == CPUCLASS_686) wrmsr(0x10, 0LL); /* XXX 0x10 is the MSR for the TSC */ #endif Thank you, Amancio