From owner-cvs-all Mon Sep 20 1: 7:49 1999 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 4D04115948; Mon, 20 Sep 1999 01:07:44 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id KAA21410; Mon, 20 Sep 1999 10:06:53 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/i386 mp_clock.c In-reply-to: Your message of "Mon, 20 Sep 1999 00:52:55 PDT." <199909200752.AAA29722@dingo.cdrom.com> Date: Mon, 20 Sep 1999 10:06:53 +0200 Message-ID: <21408.937814813@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199909200752.AAA29722@dingo.cdrom.com>, Mike Smith writes: >> On PIIX4 based SMP systems use the PMTMR register for timecounting. > >You should be using this on all systems with the PIIX4, not just SMP >systems. No, the TSC is far superior on UP, (unless destroyed by APM), it has roughly 100 times better resolution and is twice as fast to query. Once we get the ACPI stuff rolling we can use the PIIX for APM too. >This is probably also the wrong way to do it, but right now getting the >code out there is more important. The PIIX4 shouldn't be being claimed >wholesale as it currently is. It isn't claimed wholesale, I just figure out the address I'm interested in and fail the probe so other code can claim the PIIX4. Kind of hackish. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message