From owner-svn-src-head@FreeBSD.ORG Thu Feb 21 06:57:37 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83BB290A for ; Thu, 21 Feb 2013 06:57:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 568A514E4 for ; Thu, 21 Feb 2013 06:57:37 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id c12so10791568ieb.6 for ; Wed, 20 Feb 2013 22:57:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=+7T5mBMRZOy7GLre9GJI/LQQA/4cE2CN4302dtIx9k8=; b=LuG0KAIDVbxQtFM5C7zwRghtOVNB6STUNV6NjSnfOdI676ORZZm2rqw3OXc56JZRfK Tay5jg232Rxw6a2HyAqH/ZdBfOgyqVL8V8fK1e5o/NDlMshanYi8mkPcoF8+b5saOmHU VaSKhnN65S1x6nM7cSmv/LkmjlfoEsSDruOo0W2yQwL8yKWY205XIgLjoc31dcdH1Qgn 04dCXzTOzQymN8zMVV36GSU2mtrTk3Cwt0QFLtuqBsnRwqqUrYpj3d92M1i1fpQJurMz yuAiRC119kdjEGtU0Nt+6Y8RXOFCUNBnI8L1hPyjgqccSrW58LDdOEPjR12CQF4pm67Y i32Q== X-Received: by 10.50.152.230 with SMTP id vb6mr12557408igb.23.1361429856987; Wed, 20 Feb 2013 22:57:36 -0800 (PST) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id ip8sm7792814igc.4.2013.02.20.22.57.36 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Feb 2013 22:57:36 -0800 (PST) Sender: Warner Losh Subject: Re: svn commit: r247086 - head/sys/x86/isa Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20130221064912.GA20360@FreeBSD.org> Date: Wed, 20 Feb 2013 23:57:35 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201302210638.r1L6cOVx006678@svn.freebsd.org> <20130221064912.GA20360@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQktWM0TNR3kT/PeST+qwasON6JmqI6ng303e7KdTAO+vdZORKdw2qkRyA46q0B/u30OHcWj Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh 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:57:37 -0000 On Feb 20, 2013, at 11:49 PM, Alexey Dokuchaev wrote: > On Thu, Feb 21, 2013 at 06:38:24AM +0000, Warner Losh wrote: >> New Revision: 247086 >> URL: http://svnweb.freebsd.org/changeset/base/247086 >>=20 >> Log: >> Correct comment about use of pmtimer, and the real reason it isn't >> used or desirable for amd64. >=20 > Thanks! >=20 >> + * 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. >=20 > Does it also mean it should be removed from ACPI-driven i386 machines = kernel > configs? Likely, but let me confirm with one of the laptops that I have that I = know is affected and supports acpi. Warner