From owner-svn-src-all@FreeBSD.ORG Wed Jan 28 13:56:33 2015 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB0DC523; Wed, 28 Jan 2015 13:56:33 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5406EE; Wed, 28 Jan 2015 13:56:32 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA27046; Wed, 28 Jan 2015 15:58:22 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1YGT6b-000CsX-11; Wed, 28 Jan 2015 15:56:29 +0200 Message-ID: <54C8EA55.2060403@FreeBSD.org> Date: Wed, 28 Jan 2015 15:55:33 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Ivan Klymenko Subject: Re: svn commit: r277796 - in head/sys: dev/acpica dev/syscons dev/vt sys References: <201501271733.t0RHXJ3M058422@svn.freebsd.org> <20150128003623.4f843a5c@nonamehost.local> In-Reply-To: <20150128003623.4f843a5c@nonamehost.local> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 28 Jan 2015 13:56:33 -0000 On 28/01/2015 00:36, Ivan Klymenko wrote: > acpiconf -s 3 works perfectly, but there is one problem. > I use not the main timecounter > kern.timecounter.hardware=HPET > after turning on the power button does not occur laptop recovery hdac0 > and it is likely that the same applies to the timer. > Indirect evidence of this - it's a quick video playback, for example in > flash on YouTube. > > dmesg_first : http://pastebin.com/a4gC5PGy > dmesg_afterS3 : http://pastebin.com/vyHtrakZ > > my HW: > > pciconf -lvbce : > https://bz-attachments.freebsd.org/attachment.cgi?id=148947 > devinfo -vr : > https://bz-attachments.freebsd.org/attachment.cgi?id=148948 Is that a new problem introduced by this commit? I have a hard time connecting the described symptoms to the code affected by this commit. -- Andriy Gapon