From owner-freebsd-current@freebsd.org Sun Jan 21 21:10:33 2018 Return-Path: Delivered-To: freebsd-current@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 A627AEBB602 for ; Sun, 21 Jan 2018 21:10:33 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD217C64C for ; Sun, 21 Jan 2018 21:10:33 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 19FD32604F8; Sun, 21 Jan 2018 22:10:31 +0100 (CET) Subject: Re: Periodical interrupt storm when playing game with USB keyboard To: Johannes Lundberg Cc: freebsd-current References: From: Hans Petter Selasky Message-ID: <64218617-98d2-0e6e-5872-e44106e61bf7@selasky.org> Date: Sun, 21 Jan 2018 22:07:39 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jan 2018 21:10:33 -0000 On 01/21/18 21:45, Johannes Lundberg wrote: > What does kern.eventtimer.periodic do? The sysctl description wasn't > that elaborate... It turns off re-programming the timer every time there is a new callout with earlier completion time. --HPS