From owner-cvs-all@FreeBSD.ORG Fri Apr 30 19:55:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74ED116A4CE for ; Fri, 30 Apr 2004 19:55:47 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D3D1C43D2D for ; Fri, 30 Apr 2004 19:55:46 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 12495 invoked from network); 1 May 2004 02:55:46 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 1 May 2004 02:55:46 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 30 Apr 2004 22:05:41 -0500 (CDT) From: Mike Silbersack To: John Baldwin In-Reply-To: <200404272003.i3RK3RFZ048001@repoman.freebsd.org> Message-ID: <20040430220507.B8726@odysseus.silby.com> References: <200404272003.i3RK3RFZ048001@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa clock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 02:55:47 -0000 On Tue, 27 Apr 2004, John Baldwin wrote: > jhb 2004/04/27 13:03:27 PDT > > FreeBSD src repository > > Modified files: > sys/i386/isa clock.c > Log: > - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference the > correct interrupt source. > - Cache a pointer to the i8254_intsrc's pending method to avoid several > pointer indirections in i8254_get_timecount(). Does this fix a bug with clock handling? I ask because my system's clock has been running fast recently, and I haven't had time to investigate why that is occuring... Mike "Silby" Silbersack