diff options
author | trasz <trasz@FreeBSD.org> | 2014-10-26 13:30:53 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-10-26 13:30:53 +0000 |
commit | 6abe4c9596c0a27676d95d3da04ce7a2347a5a37 (patch) | |
tree | 66dfacae597cc4dc1fec0022a4928c789ba852f9 | |
parent | ed6a1857098c893243cd94f168fadd1832ef6fc4 (diff) | |
download | FreeBSD-src-6abe4c9596c0a27676d95d3da04ce7a2347a5a37.zip FreeBSD-src-6abe4c9596c0a27676d95d3da04ce7a2347a5a37.tar.gz |
Mention VAAI and ODX in ctl(4).
Reviewed by: mav@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | share/man/man4/ctl.4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/ctl.4 b/share/man/man4/ctl.4 index 51fd0a5..a226b62 100644 --- a/share/man/man4/ctl.4 +++ b/share/man/man4/ctl.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd April 2, 2013 +.Dd October 23, 2014 .Dt CTL 4 .Os .Sh NAME @@ -57,7 +57,7 @@ Tagged queueing .It SCSI task attribute support (ordered, head of queue, simple tags) .It -SCSI implicit command ordering support. +SCSI implicit command ordering support .It Full task management support (abort, LUN reset, target reset, etc.) .It @@ -67,6 +67,12 @@ Support for multiple simultaneous initiators .It Support for multiple simultaneous backing stores .It +Support for VMWare VAAI: COMPARE AND WRITE, XCOPY, WRITE SAME, +and UNMAP commands +.It +Support for Microsoft ODX: POPULATE TOKEN/WRITE USING TOKEN, +WRITE SAME, and UNMAP commands +.It Persistent reservation support .It Mode sense/select support |