diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2016-09-15 16:01:21 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2016-09-15 16:01:21 +0000 |
commit | ebe5ab80415dd7b9e17988cbf90476799118d89a (patch) | |
tree | 3ea34310293c09898a0b5899848e6fe937dc0b59 /share | |
parent | b3f8db3dbac034fa3f6d9cecc4bb2840b9cc960f (diff) |
Add Hyper-V devices
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pvbus.4 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man4/pvbus.4 b/share/man/man4/pvbus.4 index 6519dea5546..03b252ed929 100644 --- a/share/man/man4/pvbus.4 +++ b/share/man/man4/pvbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pvbus.4,v 1.7 2016/01/28 10:42:23 jmc Exp $ +.\" $OpenBSD: pvbus.4,v 1.8 2016/09/15 16:01:20 mikeb Exp $ .\" .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006 Jason McIntyre <jmc@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 28 2016 $ +.Dd $Mdocdate: September 15 2016 $ .Dt PVBUS 4 .Os .Sh NAME @@ -62,6 +62,13 @@ VMware Tools driver and .Dq guestinfo information store .El +.Ss Hyper-V paravirtual devices +.Bl -tag -width 13n -offset ind -compact +.It Xr hyperv 4 +Hyper-V guest nexus device +.It Xr hvn 4 +Hyper-V virtual networking interface +.El .Ss Xen paravirtual devices .Bl -tag -width 13n -offset ind -compact .It Xr xen 4 |