From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262266AbVGNBOK (ORCPT ); Wed, 13 Jul 2005 21:14:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262492AbVGNBOI (ORCPT ); Wed, 13 Jul 2005 21:14:08 -0400 Received: from twinlark.arctic.org ([207.7.145.18]:13800 "EHLO twinlark.arctic.org") by vger.kernel.org with ESMTP id S262266AbVGNBNR (ORCPT ); Wed, 13 Jul 2005 21:13:17 -0400 Date: Wed, 13 Jul 2005 18:13:17 -0700 (PDT) From: dean gaudet To: Chris Wedgwood cc: Andrew Morton , Lee Revell , "Brown, Len" , dtor_core@ameritech.net, torvalds@osdl.org, vojtech@suse.cz, david.lang@digitalinsight.com, davidsen@tmr.com, kernel@kolivas.org, linux-kernel@vger.kernel.org, mbligh@mbligh.org, diegocg@gmail.com, azarah@nosferatu.za.org, christoph@lameter.com Subject: Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt In-Reply-To: <20050714005106.GA16085@taniwha.stupidest.org> Message-ID: References: <42D540C2.9060201@tmr.com> <20050713184227.GB2072@ucw.cz> <1121282025.4435.70.camel@mindpipe> <1121286258.4435.98.camel@mindpipe> <20050713134857.354e697c.akpm@osdl.org> <20050713211650.GA12127@taniwha.stupidest.org> <20050714005106.GA16085@taniwha.stupidest.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 13 Jul 2005, Chris Wedgwood wrote: > On Wed, Jul 13, 2005 at 04:41:41PM -0700, dean gaudet wrote: > > > windows xp base rate is 100Hz... but multimedia apps can ask for > > almost any rate they want (depends on the hw capabilities). i > > recall seeing rates >1200Hz when you launch some of the media player > > apps -- sorry i forget the exact number. > > Windows starts an additional high-speed timer as needed for this? i don't think so -- i think it reprograms the divisor... but don't trust me, check this doc: http://www.microsoft.com/whdc/system/CEC/mm-timer.mspx it goes into detail on the current and future timer support in winxp. -dean