From owner-freebsd-acpi@FreeBSD.ORG Mon Jan 10 23:12:40 2011 Return-Path: Delivered-To: acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EEC9106564A; Mon, 10 Jan 2011 23:12:40 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 911928FC13; Mon, 10 Jan 2011 23:12:39 +0000 (UTC) Received: by iwn39 with SMTP id 39so20000397iwn.13 for ; Mon, 10 Jan 2011 15:12:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=LB/wbzLMdMfWIoqVrvgpTw/0jyNwr0aW4HLQovaqlEc=; b=QOerBg+hUGfLDmAOD8lviPzsLwxGkQGVQZbOjQSICOY6iFncpvM4XpKCJ+6wGR55Q9 Bak3b/MICs55og3tZxOr3mCZDpGfwRXyo0OSPlXnb4KD1iMKmriPIVXEWWJc/CCz58tC dKjR/m4MoaworTBCAxx6YZ0KcPuZXLQuNfMrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=MZSWzyevzNE6ER8/qOU6pfpyNc9t9ZKLd1yYfJCcLBbHsMfNiq1ZsJOZCihRUKw+W/ x9W02UTB8Ir9qtaJ7Uej4Vv0Nl7bpmkJcbWwb7CX/BcF0Zn5ThOxQrgkSVRvKoXEXgHR kirkGw3GGSoL1FS5oqa+eXpl28nBnB/uobCLA= MIME-Version: 1.0 Received: by 10.231.17.77 with SMTP id r13mr13309766iba.38.1294701158933; Mon, 10 Jan 2011 15:12:38 -0800 (PST) Sender: mavbsd@gmail.com Received: by 10.231.24.104 with HTTP; Mon, 10 Jan 2011 15:12:38 -0800 (PST) Received: by 10.231.24.104 with HTTP; Mon, 10 Jan 2011 15:12:38 -0800 (PST) In-Reply-To: References: <201101101500.45783.jhb@freebsd.org> <4D2B67E4.70907@FreeBSD.org> <201101101515.47127.jhb@freebsd.org> <4D2B8944.6030200@FreeBSD.org> Date: Tue, 11 Jan 2011 01:12:38 +0200 X-Google-Sender-Auth: 5iaQLu2q26WlqjdwmLdRdeqQgLs Message-ID: From: Alexander Motin To: "Arno J. Klaassen" Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: acpi@freebsd.org, Alexander Motin Subject: Re: Tyan S3992-E: hpet no longer working X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2011 23:12:40 -0000 Ah, that's fine and indeed just funny. When CPUs are idle now, they receive minimal amount of interrupts to allow reduced power consumption. Your numbers just tells that load is not equal. You may see in systat how rates changing depending on load. --=20 Alexander Motin 11.01.2011 0:42 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 "Arno J. Klaassen" =CE=C1=D0=C9=D3=C1=CC: > Alexander Motin writes: > >> Arno J. Klaassen wrote: >>> Sure .. that said, the BIOS I use is the last official release for this >>> board (Sept 2009) and not even a more recent beta-release is available. >>> >>> I would expect reporting a disabled device which cannot be enabled via >>> de BIOS a bug deserving a newer release. >>> >>> Anyway, this bug isn't very harmful for me, but the non-hpet >>> timecounters don't seem that fun either : >>> >>> # uptime >>> 10:27PM up 2 days, 5:44 >>> >>> # sysctl kern.timecounter.hardware kern.timecounter.choice >>> kern.timecounter.hardware: ACPI-safe >>> kern.timecounter.choice: TSC(-100) i8254(0) ACPI-safe(850) dummy(-1000000) >>> >>> # vmstat -i | fgrep cpu: >>> cpu0:timer 38599321 199 >>> cpu6:timer 2151003 11 >>> cpu1:timer 7121075 36 >>> cpu3:timer 1808269 9 >>> cpu5:timer 3832463 19 >>> cpu2:timer 2399988 12 >>> cpu7:timer 2013444 10 >>> cpu4:timer 21630368 111 >>> >>> (default HZ ....) >>> >>> Maybe I should try downgrading the BIOS? >> >> So what here seems not funny to you? Lower timer interrupt rate is not a >> bug but feature of 9-CURRENT. > > the standard deviation in the values; I don't have another 8-way by > hand, but a 4-way 6-STABLE gives : > > cpu0: timer 3299774936 2000 > cpu2: timer 3299757640 2000 > cpu3: timer 3299757640 2000 > cpu1: timer 3299757640 2000 > > and my 8-STABLE notebook (with kern.hz=3D100) : > > cpu0: timer 323161363 400 > cpu1: timer 323161114 400 > > A range from 9 to 199 is 'funny', maybe I choose the wrong word, but > I didn't see such discrepancies before. Sorry > > Best, Arno >