From owner-svn-src-all@FreeBSD.ORG Thu Feb 21 06:57:37 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AB47C90D for ; Thu, 21 Feb 2013 06:57:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-x235.google.com (ie-in-x0235.1e100.net [IPv6:2607:f8b0:4001:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 7DC6F14E7 for ; Thu, 21 Feb 2013 06:57:37 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id 17so10834151iea.26 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=E/mqq0RnrhlrrbYJhb6zNfCOQkn+uKA6xbl8J5OMu0A85cCAm95n9TiQZ33RvDuqIk WAQ4HRpvoZJOkufDaCTrEHYgQrxNrE2SaqCR1JsscFfvAhaA2Wu+ZNU2ZkKNbnPd3nnl 6Ix9xtc1pImyaQSpkPPScGFtc4CTSKP3AI4f8Rcq4P/59/TKRJUHw7EZNlcAvRRQIOUp kaI3qTljhgXUsZSg7mNaC6SzunJliFIwBxjvmXOdmPESdtls5kwsdN3uTjUcoaj30Nmp W9K+9/RY1UMA16jLcOgLBHpzZuwUI5huVFsUIPlrvYjZaHuDchsW9quS1TgVeTu9YeXJ ebjw== 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: ALoCoQkqiA+ifFoGlXAX90TGjggyK8OrY/0a53hhezX8d+Y5PkgetPhFc1oJ//LMUIAVmh44LqMY Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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