Module Name: src
Committed By: jakllsch
Date: Thu Jun 7 12:32:26 UTC 2018
Modified Files:
src/share/man/man4: virtio.4
Log Message:
make note of new 'virtio at fdt' attachment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/share/man/man4/virtio.4:1.9
--- src/share/man/man4/virtio.4:1.8 Tue May 16 23:21:53 2017
+++ src/share/man/man4/virtio.4 Thu Jun 7 12:32:26 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: virtio.4,v 1.8 2017/05/16 23:21:53 jdolecek Exp $
+.\" $NetBSD: virtio.4,v 1.9 2018/06/07 12:32:26 jakllsch Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,13 +24,14 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 17, 2017
+.Dd June 7, 2018
.Dt VIRTIO 4
.Os
.Sh NAME
.Nm virtio
.Nd Para-virtualized I/O in a virtual machine
.Sh SYNOPSIS
+.Cd "virtio* at fdt?"
.Cd "virtio* at pci? dev ? function ?"
.Cd "ld* at virtio?"
.Cd "vioif* at virtio?"
@@ -43,7 +44,7 @@ defines an interface for efficient, stan
hypervisor and the virtual machine.
The
.Nm
-device driver represents an emulated PCI device that the hypervisor makes
+device driver represents an emulated device that the hypervisor makes
available to the virtual machine.
.Pp
.Nm