git: 9ab58f9784c5 - main - cam: Virtual SIMs communicate via the network too
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Dec 2023 05:14:20 UTC
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