Date: Fri, 5 Nov 2021 15:25:43 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c688a2eb2f24 - main - scsi.4: Remove untrue paragraph Message-ID: <202111051525.1A5FPh3d073349@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=c688a2eb2f2481da6a4b57913e3ea261daa73f32 commit c688a2eb2f2481da6a4b57913e3ea261daa73f32 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-11-05 14:56:57 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-11-05 14:56:57 +0000 scsi.4: Remove untrue paragraph Unwired units start with the first avaialble unit that hasn't been wired, not one greater than the largest wired unit. wired units are skipped when assigning unwired units a number. Sponsored by: Netflix Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D32824 --- share/man/man4/scsi.4 | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index d3f92fd6b8bb..29b8a48cd48d 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd June 18, 2020 +.Dd November 3, 2021 .Dt CAM 4 .Os .Sh NAME @@ -252,14 +252,6 @@ The namespace id 1 is exported as .Tn nda10 and namespace id 2 is exported as .Tn nda11 . -.Pp -When you have a mixture of wired down and counted devices then the -counting begins with the first non-wired down unit for a particular -type. -That is, if you have a disk wired down as -.Em "device da1" , -then the first non-wired disk shall come on line as -.Em da2 . .Sh ADAPTERS The system allows common device drivers to work through many different types of adapters.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111051525.1A5FPh3d073349>