From owner-freebsd-current@FreeBSD.ORG Fri Jul 13 02:13:47 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10ABE16A403 for ; Fri, 13 Jul 2007 02:13:47 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id C45AC13C442 for ; Fri, 13 Jul 2007 02:13:46 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 8B29A690DC6; Fri, 13 Jul 2007 03:08:18 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 57088690DDA; Fri, 13 Jul 2007 03:08:18 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_DSBL autolearn=no version=3.1.7 Received: from epsilon.local (87-196-53-163.net.novis.pt [87.196.53.163]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by core.fnop.net (Postfix) with ESMTP id D90A9690DC6; Fri, 13 Jul 2007 03:08:17 +0100 (WEST) Message-ID: <4696DFD3.1010808@fnop.net> Date: Fri, 13 Jul 2007 03:13:39 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.4 (X11/20070704) MIME-Version: 1.0 To: Nate Lawson References: <4696DB83.4000803@root.org> In-Reply-To: <4696DB83.4000803@root.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: current@FreeBSD.org Subject: Re: patch to catch non-working hpet X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 02:13:47 -0000 Nate Lawson wrote: > I need someone to test this code. You have to have an HPET timer. It > should detect the case where it's non-working on at least one Acer > system but not break others. Your system should boot and work normally > with no change in dmesg. Let me know if it breaks something, thx. Works fine. acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 2000 No changes in dmesg. Regards. -- Rui Paulo