From owner-cvs-src@FreeBSD.ORG Mon Aug 25 13:29:31 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45ECE106564A for ; Mon, 25 Aug 2008 13:29:31 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id E5BC18FC33 for ; Mon, 25 Aug 2008 13:29:30 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so235723ana.13 for ; Mon, 25 Aug 2008 06:29:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=yghOr609/lIVtO9QEJjFglZEpsxm0f/avel5taSORk4=; b=Olp1xVj2nULmZ30XKr7RjyjEmZm5JyG3k+GbYRF1wEHkvvhvTjGJd1f3ISqZakbu9A q0LEwu8q16sDWrBqgD/VRoFIFA9IpEumN479wAJVvF+T6cDWLvsvN23ezVe73boo/qw5 BUHkK3rkBENDaBKqIy7lovK+w8L7yLcaCqlCk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=cUoeXqE7c9f/ZpqGHAEZhYfQ2AsOZ/yQW82AxgI7vgO7zPBnw24mYC+5eMjxmdEkt/ ZlHl2WxdpVZrfOn07oVBNL0c7efkfeJn1syuQE014vf3cjlu/2lPNugh2YtZT1WHfMgE MyxQ2klCJFEcLszyIpFG3Zl14h4Vh/+1N8YUU= Received: by 10.100.109.13 with SMTP id h13mr3720987anc.158.1219670969770; Mon, 25 Aug 2008 06:29:29 -0700 (PDT) Received: by 10.100.92.4 with HTTP; Mon, 25 Aug 2008 06:29:29 -0700 (PDT) Message-ID: <747dc8f30808250629h73676fd8m71f0d6cbc0e035e2@mail.gmail.com> Date: Mon, 25 Aug 2008 10:29:29 -0300 From: "Renato Botelho" To: "John Baldwin" In-Reply-To: <200808231253.m7NCrkLp093604@repoman.freebsd.org> MIME-Version: 1.0 References: <200808231253.m7NCrkLp093604@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2008 13:29:31 -0000 On Sat, Aug 23, 2008 at 9:53 AM, John Baldwin wrote: > jhb 2008-08-23 12:53:42 UTC > > FreeBSD src repository > > Modified files: > sys/i386/cpufreq est.c > Log: > SVN rev 182048 on 2008-08-23 12:53:42Z by jhb > > If we are unable to obtain a frequency list from either ACPI or the static > tables, then attempt to build a simple list containing just the high and > low frequencies based on the current CPU frequency calculated during boot > and the contents of the MSR. > Seems it has broken something, after upgrade my -current i386 today I got a kernel trap 18 after est0 say cannot calculate the frequency and set it to 200Mhz This kernel was not built with debugs since it's my desktop, but i can do if you want. Let me know what kind of information you need from my system and my hw. Thanks -- Renato Botelho