From owner-freebsd-stable@FreeBSD.ORG Mon Jul 21 20:56:25 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E331C10657C9; Mon, 21 Jul 2008 20:56:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 74B578FC12; Mon, 21 Jul 2008 20:56:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m6LKtZIA084378; Mon, 21 Jul 2008 16:56:17 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Jeremy Chadwick Date: Mon, 21 Jul 2008 11:48:46 -0400 User-Agent: KMail/1.9.7 References: <20080719100315.2td4dl2q5ck88wkw@webmail.opentransfer.com> <20080721130752.pstwcwkz88wso8cs@webmail.opentransfer.com> <20080721104648.GA29700@eos.sc1.parodius.com> In-Reply-To: <20080721104648.GA29700@eos.sc1.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807211148.46704.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Mon, 21 Jul 2008 16:56:19 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/7770/Mon Jul 21 15:30:47 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.3 required=4.2 tests=AWL,BAYES_00, DATE_IN_PAST_03_06,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-stable@freebsd.org Subject: Re: ACPI regression on recent 7.0-STABLE: HPET stops working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2008 20:56:26 -0000 On Monday 21 July 2008 06:46:48 am Jeremy Chadwick wrote: > On Mon, Jul 21, 2008 at 01:07:52PM +0300, Oleg V. Nauman wrote: > > Well.. Backout 1.243.2.3 revision of /usr/src/sys/dev/acpica/acpi.c > > (committed to RELENG_7 at July 10 by jhb) fixes this issue for me: > > > > acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 > > Timecounter "HPET" frequency 14318180 Hz quality 900 > > > > kern.timecounter.choice: TSC(800) HPET(900) ACPI-safe(850) i8254(0) > > dummy(-1000000) > > kern.timecounter.hardware: HPET > > > > Hopefully it helps to understand what is went wrong there. > > John, do you have any ideas WRT this regression? HPET on this user's > system has the most granularity. ENOCONTEXT. I will try to find the thread in my stable@ inbox, but right now I can't tell anything from just this e-mail. -- John Baldwin