From owner-freebsd-current Mon Sep 22 19:21:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08721 for current-outgoing; Mon, 22 Sep 1997 19:21:24 -0700 (PDT) Received: from usr01.primenet.com (tlambert@usr01.primenet.com [206.165.6.201]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08712 for ; Mon, 22 Sep 1997 19:21:18 -0700 (PDT) Received: (from tlambert@localhost) by usr01.primenet.com (8.8.5/8.8.5) id TAA00363; Mon, 22 Sep 1997 19:20:55 -0700 (MST) From: Terry Lambert Message-Id: <199709230220.TAA00363@usr01.primenet.com> Subject: Re: cvs commit: src/sys/conf files src/sys/dev/vx if_vx.c if_vxreg.h src/sys/i386/apm apm.c src/sys/i386/conf GENERIC files.i386 To: gibbs@plutotech.com (Justin T. Gibbs) Date: Tue, 23 Sep 1997 02:20:53 +0000 (GMT) Cc: nate@mt.sri.com, gibbs@plutotech.com, bde@zeta.org.au, current@FreeBSD.ORG In-Reply-To: <199709222129.PAA02701@pluto.plutotech.com> from "Justin T. Gibbs" at Sep 22, 97 03:29:05 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > If we implement high resolution timers, we will probably pay the O(hash > chain length) insertion sort price in timeout and schedule a one shot > timer for the next event that needs to run meaning that softclock is no > longer tied to hz. Yes. This is a happy circumstance, in my book, as it will abstract the idea of timer services from the underlying hardware providing the timing events... does wonders for cFreeBSD console code portability to other platforms. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.