diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-05-26 20:37:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-05-26 20:37:04 +0000 |
commit | a5c37614c04b8cd43c494cd572b33bc0e60610f4 (patch) | |
tree | 6e0113404c3c2d146319c98d9aa92cd5f3c8847e | |
parent | 30a4cf8a472caeef0bdbf04317f4e41c544e27be (diff) |
tweak previous;
-rw-r--r-- | share/man/man4/virtio.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4 index 470275dba1c..cc23a8ddbb8 100644 --- a/share/man/man4/virtio.4 +++ b/share/man/man4/virtio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: virtio.4,v 1.15 2019/05/26 15:22:30 sf Exp $ +.\" $OpenBSD: virtio.4,v 1.16 2019/05/26 20:37:03 jmc Exp $ .\" .\" Copyright (c) 2012 Stefan Fritsch <sf@sfritsch.de> .\" @@ -56,14 +56,11 @@ control interface The .Nm driver conforms to the virtio 0.9.5 specification. -The virtio 1.0 standard is only supported for pci devices. +The virtio 1.0 standard is only supported for PCI devices. .Pp By default 0.9 is preferred over 1.0. This can be changed by setting the bit 0x4 in the flags. -.Pp -Setting the bit 0x8 in the flags disables the 1.0 support completely. -.Sh BUGS -.Nm Big-endian architectures are not yet supported. +Setting the bit 0x8 in the flags disables 1.0 support completely. .Sh SEE ALSO .Xr intro 4 .Sh HISTORY @@ -83,3 +80,6 @@ It is based on the .Nx driver by .An Minoura Makoto . +.Sh BUGS +.Nm +big-endian architectures are not yet supported. |