From owner-svn-src-all@freebsd.org Thu Feb 13 14:05:23 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 94170257A19; Thu, 13 Feb 2020 14:05:23 +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 48JJDz38sVz400Y; Thu, 13 Feb 2020 14:05:23 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1j2F7C-000Opv-Ku; Thu, 13 Feb 2020 17:05:14 +0300 Date: Thu, 13 Feb 2020 17:05:14 +0300 From: Slawa Olhovchenkov To: Warner Losh Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r357849 - head/sys/cam/scsi Message-ID: <20200213140514.GG8028@zxy.spb.ru> References: <202002130123.01D1NjnN004216@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202002130123.01D1NjnN004216@repo.freebsd.org> 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: 48JJDz38sVz400Y X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 13 Feb 2020 14:05:23 -0000 On Thu, Feb 13, 2020 at 01:23:45AM +0000, Warner Losh wrote: > Author: imp > Date: Thu Feb 13 01:23:44 2020 > New Revision: 357849 > URL: https://svnweb.freebsd.org/changeset/base/357849 > > Log: > Convert rotating and unmapped_io to a DA flag > > Rotating and unmapped_io are really da flags. Convert them to a flag so it will > be reported with the other flags for the device. Deprecate the .rotating and > .unmapped_io sysctls in FreeBSD 14 and remove the softc ints. Can you clarification this deprecate?