From owner-cvs-all Mon Sep 20 0:52:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C230D158A2; Mon, 20 Sep 1999 00:52:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30657; Mon, 20 Sep 1999 00:52:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199909200752.AAA30657@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 20 Sep 1999 00:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/i386 mp_clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/09/20 00:52:39 PDT Modified files: sys/i386/conf files.i386 Added files: sys/i386/i386 mp_clock.c Log: On PIIX4 based SMP systems use the PMTMR register for timecounting. It is about 2.5 microseconds or roughly 3 times faster to use this "PIIX" timecounter than the "i8254" timecounter. Resolution is also 3 times better. The code cheats and don't register the PCI device, because other pieces of code want to use it too. Originally spotted by: msmith Revision Changes Path 1.269 +2 -1 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message