From owner-svn-src-all@freebsd.org Wed Jan 10 17:39:00 2018 Return-Path: Delivered-To: svn-src-all@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 0C578E6A566; Wed, 10 Jan 2018 17:39:00 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 DBAE880DD0; Wed, 10 Jan 2018 17:38:59 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 32E7FC676; Wed, 10 Jan 2018 17:38:59 +0000 (UTC) Date: Wed, 10 Jan 2018 17:38:59 +0000 From: Alexey Dokuchaev To: Warner Losh Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers , Warner Losh , "Rodney W. Grimes" Subject: Re: svn commit: r327767 - in head/sys: conf i386/bios i386/conf i386/isa Message-ID: <20180110173859.GC85022@FreeBSD.org> References: <201801101459.w0AExJWM055025@repo.freebsd.org> <201801101631.w0AGVAEV032087@pdx.rh.CN85.dnsmgr.net> <20180110165821.GA69465@FreeBSD.org> <20180110171444.GA85022@FreeBSD.org> <20180110173013.GB85022@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-all@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 10 Jan 2018 17:39:00 -0000 On Wed, Jan 10, 2018 at 10:32:46AM -0700, Warner Losh wrote: > On Wed, Jan 10, 2018 at 10:30 AM, Alexey Dokuchaev wrote: > > 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, > > pmtimer was removed from amd64 some time ago... Please let me know if you > hit any snags. Right. I'll also try fresh -CURRENT on that i386 laptop of mine, just to make sure we've covered all it. ./danfe