svn commit: r357849 - head/sys/cam/scsi
Warner Losh
imp at bsdimp.com
Thu Feb 13 15:36:28 UTC 2020
On Thu, Feb 13, 2020 at 7:05 AM Slawa Olhovchenkov <slw at zxy.spb.ru> wrote:
> 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?
>
The functionality has moved into the new .flags sysctl. I plan on keeping
the old sysctls through 13, but remove them in 14 sometime. This will
also give us time to ensure things are the same for all CAM devices, etc.
The plans are somewhere between preliminary and firm and could change for
good reasons.
Warner
More information about the svn-src-all
mailing list