From owner-svn-src-head@FreeBSD.ORG Thu Feb 21 06:49:12 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6C0425E4; Thu, 21 Feb 2013 06:49:12 +0000 (UTC) Date: Thu, 21 Feb 2013 06:49:12 +0000 From: Alexey Dokuchaev To: Warner Losh Subject: Re: svn commit: r247086 - head/sys/x86/isa Message-ID: <20130221064912.GA20360@FreeBSD.org> References: <201302210638.r1L6cOVx006678@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201302210638.r1L6cOVx006678@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 06:49:12 -0000 On Thu, Feb 21, 2013 at 06:38:24AM +0000, Warner Losh wrote: > New Revision: 247086 > URL: http://svnweb.freebsd.org/changeset/base/247086 > > Log: > Correct comment about use of pmtimer, and the real reason it isn't > used or desirable for amd64. Thanks! > + * pmtimer is used only with the old APM power management, and not with > + * acpi, which is required for amd64, so skip it in that case. Does it also mean it should be removed from ACPI-driven i386 machines kernel configs? ./danfe