From owner-freebsd-stable@FreeBSD.ORG Tue Dec 7 14:25:29 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 625A816A4CE for ; Tue, 7 Dec 2004 14:25:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0295043D45 for ; Tue, 7 Dec 2004 14:25:29 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by rproxy.gmail.com with SMTP id 1so112069rny for ; Tue, 07 Dec 2004 06:25:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=UovwXCO+ZoRp54xMxRUELn6NeMcasAWPJFp/jSxMBbRrnLxA4V9g/aY3zr6Aiy2yFgQUOLNBRjXROayHu4FhEa0XQ9yhTwGc/y0jysb8Obb4QZU0Qm+8gbTpPuEo+beV2O5PXX95mhxvUGYjVyjT0sQEkAXB/Kmx7d9KNux++lM= Received: by 10.38.179.71 with SMTP id b71mr1232292rnf; Tue, 07 Dec 2004 06:25:28 -0800 (PST) Received: by 10.38.206.16 with HTTP; Tue, 7 Dec 2004 06:25:28 -0800 (PST) Message-ID: Date: Tue, 7 Dec 2004 15:25:28 +0100 From: Arjan Van Leeuwen To: Doug White In-Reply-To: <20041206185901.W23442@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041204161351.F434@carver.gumbysoft.com> <20041206185901.W23442@carver.gumbysoft.com> cc: freebsd-stable@freebsd.org Subject: Re: Timecounter problems on 5.3 - things take twice as long X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Arjan Van Leeuwen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2004 14:25:29 -0000 On Mon, 6 Dec 2004 19:07:05 -0800 (PST), Doug White wrote: > On Mon, 6 Dec 2004, Arjan Van Leeuwen wrote: (...) > > The rate on 'clk' should be 1000, so it looks like your system doesn't > like HZ=1000. Try sticking this in loader.conf and rebooting: > > kern.hz="100" > > If that works then its like your motherboard has Issues(tm). I think it certainly has issues, but it's something else :). This is what happens with kern.hz=100: interrupt total rate irq1: atkbd0 2 0 irq6: fdc0 10 0 irq8: rtc 53803 127 irq13: npx0 1 0 irq16: atapci0 14751 35 irq21: rl0 7180 17 irq24: fwohci0 1 0 irq28: sym0 30 0 irq29: sym1 30 0 irq31: fxp0 3236 7 irq0: clk 21016 49 Total 100060 237 In other words, exactly the same thing. I should also note that earlier versions of 5-CURRENT worked correctly (-CURRENT from june 7). Is there anything else I could try? Thanks, Arjan