From owner-svn-src-head@freebsd.org Wed Jan 10 17:30:14 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9899E69AED; Wed, 10 Jan 2018 17:30:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8639B801FC; Wed, 10 Jan 2018 17:30:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D7903BF5C; Wed, 10 Jan 2018 17:30:13 +0000 (UTC) Date: Wed, 10 Jan 2018 17:30:13 +0000 From: Alexey Dokuchaev To: Warner Losh Cc: "Rodney W. Grimes" , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers , Warner Losh Subject: Re: svn commit: r327767 - in head/sys: conf i386/bios i386/conf i386/isa Message-ID: <20180110173013.GB85022@FreeBSD.org> References: <201801101459.w0AExJWM055025@repo.freebsd.org> <201801101631.w0AGVAEV032087@pdx.rh.CN85.dnsmgr.net> <20180110165821.GA69465@FreeBSD.org> <20180110171444.GA85022@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 10 Jan 2018 17:30:14 -0000 On Wed, Jan 10, 2018 at 10:20:17AM -0700, Warner Losh wrote: > On Wed, Jan 10, 2018 at 10:14 AM, Alexey Dokuchaev wrote: > > ... > > Not sure of now, but at least back in 2013 pmtimer was required on my > > i386 ACPI-ish laptop (it is still required now, but I just don't run > > -CURRENT): > > > > https://lists.freebsd.org/pipermail/svn-src-all/2013-May/069020.html > > It's been a nop in ACPI only on -current. Ah, OK, that probably explains it then. I'll try it out later on amd64 laptop running fresh -CURRENT and report of any problems. Thanks, ./danfe