From owner-cvs-all@FreeBSD.ORG Fri Apr 8 04:11:16 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB4816A4CE; Fri, 8 Apr 2005 04:11:16 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8528043D49; Fri, 8 Apr 2005 04:11:16 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j384BFO3065908; Thu, 7 Apr 2005 21:11:15 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j384BFcs065907; Thu, 7 Apr 2005 21:11:15 -0700 (PDT) (envelope-from obrien) Date: Thu, 7 Apr 2005 21:11:15 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20050408041115.GA65552@dragon.NUXI.org> References: <200504032145.j33LjKcD077325@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504032145.j33LjKcD077325@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 04:11:16 -0000 On Sun, Apr 03, 2005 at 09:45:20PM +0000, Nate Lawson wrote: > njl 2005-04-03 21:45:20 UTC > > FreeBSD src repository > > Modified files: > etc/defaults rc.conf > Log: > Instead of leaving the current frequency setting at whatever the BIOS set > on boot, force it to HIGH. This is needed for some systems which appear > to boot with a low acpi_throttle setting by default. Thanks to Christian > Brueffer for tracking this down on his system. > > MFC after: 1 day That is an awful fast MFC for something like this... I am worried about this for Athlon64 laptops, which per AMD specification defaults the CPU to the lowest Pstate. We may fry some Athlon64 laptops unless we are *sure* our power daemon is working correctly. -- -- David (obrien@FreeBSD.org)