diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2018-06-07 12:32:26 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2018-06-07 12:32:26 +0000 |
| commit | e6171b951b59efd810caa9ded1cb41f036447a5f (patch) | |
| tree | f875236911721f77abb01e88fc6195a40ed8e9cd | |
| parent | 89aff6d1a09a5dd6f51aabe2752dadb83a445d06 (diff) | |
make note of new 'virtio at fdt' attachment
| -rw-r--r-- | share/man/man4/virtio.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4 index 75a9676ef51..aeb15cd0ec8 100644 --- a/share/man/man4/virtio.4 +++ b/share/man/man4/virtio.4 @@ -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, standard and extensible I/O between the 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 |
