From nobody Thu Nov 04 15:54:26 2021 X-Original-To: dev-commits-src-main@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 ED3521837935; Thu, 4 Nov 2021 15:54:35 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (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 4HlSrC54MDz3Cws; Thu, 4 Nov 2021 15:54:35 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1mif4N-0005QR-1C; Thu, 04 Nov 2021 18:54:27 +0300 Date: Thu, 4 Nov 2021 18:54:26 +0300 From: Slawa Olhovchenkov To: Warner Losh Cc: "Rodney W. Grimes" , Warner Losh , src-committers , "" , dev-commits-src-main@freebsd.org Subject: Re: git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell Message-ID: <20211104155426.GD77338@zxy.spb.ru> References: <202111032204.1A3M4K5R066389@gitrepo.freebsd.org> <202111041455.1A4Et1pX029819@gndrsh.dnsmgr.net> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-Rspamd-Queue-Id: 4HlSrC54MDz3Cws 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 Thu, Nov 04, 2021 at 09:17:38AM -0600, Warner Losh wrote: > On Thu, Nov 4, 2021 at 8:55 AM Rodney W. Grimes > wrote: > > > Thank you Warner for all the legwork on tracking this down and > > getting a proper bell tone working on FreeBSD-Current. I do not > > see any MFC plans for this, can you please consider merging this > > to all supported releases? > > > > I'm merging to 13. The merge was easy. I'm unlikely to merge to 12, > though, because some of these changes are dependent on changing > a system interface that I got conflicts with. If there's a lot of demand > I can plow through the conflicts. > > > > Oh and RELNOTES: YES? > > > > Added. May be now enable bell by default back?