Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2023 05:14:20 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: 9ab58f9784c5 - main - cam: Virtual SIMs communicate via the network too
Message-ID:  <202312120514.3BC5EKLF079293@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=9ab58f9784c5f2c9d0cd46c7ac107bf35f8c2dff

commit 9ab58f9784c5f2c9d0cd46c7ac107bf35f8c2dff
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-12-12 04:50:26 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-12 05:12:13 +0000

    cam: Virtual SIMs communicate via the network too
    
    A virutal SIM can also be connected via the network for iSCSI or NVM
    over fabrics.
    
    Sponsored by:           Netflix
---
 share/man/man4/scsi.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4
index 7cf6dc00cf58..0e349ba60f0d 100644
--- a/share/man/man4/scsi.4
+++ b/share/man/man4/scsi.4
@@ -22,7 +22,7 @@
 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
-.Dd September 15, 2023
+.Dd December 11, 2023
 .Dt CAM 4
 .Os
 .Sh NAME
@@ -367,7 +367,7 @@ SIM used to stand for SCSI Interface Module.
 Now it is just SIM because it understands protocols other than SCSI.
 There are two types of SIM drivers: virtual and physical.
 Physical SIMs are typically called host bus adapters (HBA), but not universally.
-Virtual SIM drivers are for communicating with virtual machine hosts.
+Virtual SIM drivers are for communicating with network or virtual machine hosts.
 .Sh FILES
 see other
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312120514.3BC5EKLF079293>