Module Name: src
Committed By: martin
Date: Wed Aug 7 09:52:59 UTC 2024
Modified Files:
src/share/man/man4 [netbsd-10]: virtio.4
Log Message:
Pull up following revision(s) (requested by uwe in ticket #771):
share/man/man4/virtio.4: revision 1.10
share/man/man4/virtio.4: revision 1.11
virtio(4): add references to viocon (PR kern/58533)
virtio(4): add viocon to yet another list of devices
While here, add the reference to the VirtIO 1.0 spec.
PR kern/58533
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.12.1 src/share/man/man4/virtio.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/virtio.4
diff -u src/share/man/man4/virtio.4:1.9 src/share/man/man4/virtio.4:1.9.12.1
--- src/share/man/man4/virtio.4:1.9 Thu Jun 7 12:32:26 2018
+++ src/share/man/man4/virtio.4 Wed Aug 7 09:52:59 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: virtio.4,v 1.9 2018/06/07 12:32:26 jakllsch Exp $
+.\" $NetBSD: virtio.4,v 1.9.12.1 2024/08/07 09:52:59 martin Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -34,6 +34,7 @@
.Cd "virtio* at fdt?"
.Cd "virtio* at pci? dev ? function ?"
.Cd "ld* at virtio?"
+.Cd "viocon* at virtio?"
.Cd "vioif* at virtio?"
.Cd "viomb* at virtio?"
.Cd "viornd* at virtio?"
@@ -50,9 +51,12 @@ available to the virtual machine.
.Nm
driver itself provides the core infrastructure to communicate
with the hypervisor (called virtqueues) and supports the following devices:
-.Bl -tag -width xxxxx
+.Pp
+.Bl -tag -width Xr -compact
.It Xr ld 4
A Disk device.
+.It Xr viocon 4
+Console device.
.It Xr vioif 4
An Ethernet device.
.It Xr viomb 4
@@ -65,6 +69,7 @@ A SCSI adapter.
.Sh SEE ALSO
.Xr ld 4 ,
.Xr pci 4 ,
+.Xr viocon 4 ,
.Xr vioif 4 ,
.Xr viomb 4 ,
.Xr viornd 4 ,
@@ -75,6 +80,10 @@ A SCSI adapter.
.%T Virtio PCI Card Specification
.%U http://ozlabs.org/~rusty/virtio-spec/
.Re
+.Rs
+.%T Virtual I/O Device (VIRTIO) Version 1.0
+.%U https://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html
+.Re
.Sh HISTORY
The
.Nm