From nobody Thu Jan 06 05:25:33 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 58E1C193CBF0; Thu, 6 Jan 2022 05:25:50 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4JTvvf080Zz3nlv; Thu, 6 Jan 2022 05:25:49 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.16.1/8.16.1) with ESMTPS id 2065PXV1063164 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 6 Jan 2022 07:25:36 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 2065PXV1063164 Received: (from kostik@localhost) by tom.home (8.16.1/8.16.1/Submit) id 2065PXMt063163; Thu, 6 Jan 2022 07:25:33 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 6 Jan 2022 07:25:33 +0200 From: Konstantin Belousov To: Alexander Motin Cc: Warner Losh , Gleb Smirnoff , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: ce881170088c - main - atkbd: Disable periodic polling by default. Message-ID: References: <202201052013.205KD3HJ024209@gitrepo.freebsd.org> <7ef439e9-506d-b790-cc8a-617aa7896523@FreeBSD.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7ef439e9-506d-b790-cc8a-617aa7896523@FreeBSD.org> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.5 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on tom.home X-Rspamd-Queue-Id: 4JTvvf080Zz3nlv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Wed, Jan 05, 2022 at 09:48:40PM -0500, Alexander Motin wrote: > On 05.01.2022 19:06, Warner Losh wrote: > > On Wed, Jan 5, 2022 at 5:04 PM Gleb Smirnoff > > wrote: > > > > I think that even if this change creates some regression, we never > > know that. > > Nobody would today run so old mainboard as a desktop. Might have it as a > > headless appliance. > > > > You'd be surprised what people run today :(. Doing the graphics stuff > > has shown > > me that. Nobody would build a new one today, but there's lots of systems > > that have > > been around a few years that have keyboards connected via PS/2. > > I think many laptops still use atkbd for keyboard. At least both of > mine do, including new one I bought last year. PS/2 port is still very common on modern full-sized desktop motherboards. It is usually single combined port, which can handle both keyboard and mouse.