diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-12-15 19:46:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-12-15 19:46:56 +0000 |
commit | 934a2a6fff05c451deb90e724f752c9cfdc608d9 (patch) | |
tree | 99019b07d47de66779bb2e2281dcdf01e561d388 /share | |
parent | 98b252b3c299122cbfc3e916c240acb65938cccc (diff) |
Document vsw(4).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 3 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/cbus.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/vnet.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/vsw.4 | 55 |
4 files changed, 65 insertions, 5 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 42272036e90..0ca0cc17a5a 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.77 2009/09/21 19:51:04 kettenis Exp $ +# $OpenBSD: Makefile,v 1.78 2009/12/15 19:46:55 kettenis Exp $ MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \ bbc.4 be.4 beeper.4 bpp.4 bwtwo.4 cbus.4 central.4 cgsix.4 cgthree.4 \ @@ -11,6 +11,7 @@ MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \ sab.4 sbbc.4 schizo.4 spif.4 ssm.4 \ tda.4 timer.4 tvtwo.4 upa.4 uperf.4 \ vbus.4 vcc.4 vcons.4 vdsk.4 vigra.4 vnet.4 vpci.4 vrng.4 vrtc.4 \ + vsw.4 \ xbox.4 zs.4 zx.4 MLINKS= beeper.4 beep.4 \ clock.4 rtc.4 \ diff --git a/share/man/man4/man4.sparc64/cbus.4 b/share/man/man4/man4.sparc64/cbus.4 index 087bdc31363..462987cb6b6 100644 --- a/share/man/man4/man4.sparc64/cbus.4 +++ b/share/man/man4/man4.sparc64/cbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cbus.4,v 1.3 2009/05/12 19:53:34 jmc Exp $ +.\" $OpenBSD: cbus.4,v 1.4 2009/12/15 19:46:55 kettenis Exp $ .\" .\" Copyright (c) 2009 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,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: May 12 2009 $ +.Dd $Mdocdate: December 15 2009 $ .Dt CBUS 4 sparc64 .Os .Sh NAME @@ -38,6 +38,8 @@ virtual console concentrator virtual disk .It Xr vnet 4 virtual network interface +.It Xr vsw 4 +virtual network switch .El .Sh SEE ALSO .Xr intro 4 , diff --git a/share/man/man4/man4.sparc64/vnet.4 b/share/man/man4/man4.sparc64/vnet.4 index f71ec71918c..8324e8f322a 100644 --- a/share/man/man4/man4.sparc64/vnet.4 +++ b/share/man/man4/man4.sparc64/vnet.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnet.4,v 1.2 2009/01/04 22:07:54 jmc Exp $ +.\" $OpenBSD: vnet.4,v 1.3 2009/12/15 19:46:55 kettenis Exp $ .\" .\" Copyright (c) 2009 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,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 4 2009 $ +.Dd $Mdocdate: December 15 2009 $ .Dt VNET 4 sparc64 .Os .Sh NAME @@ -22,6 +22,7 @@ .Nd virtual network interface .Sh SYNOPSIS .Cd "vnet* at cbus?" +.Cd "vnet* at vsw?" .Sh DESCRIPTION The .Nm @@ -53,6 +54,7 @@ For more information on configuring this device, see .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , +.Xr vsw 4 , .Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY diff --git a/share/man/man4/man4.sparc64/vsw.4 b/share/man/man4/man4.sparc64/vsw.4 new file mode 100644 index 00000000000..1eb2e29c4a6 --- /dev/null +++ b/share/man/man4/man4.sparc64/vsw.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: vsw.4,v 1.1 2009/12/15 19:46:55 kettenis Exp $ +.\" +.\" Copyright (c) 2009 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: December 15 2009 $ +.Dt VSW 4 sparc64 +.Os +.Sh NAME +.Nm vsw +.Nd virtual network switch +.Sh SYNOPSIS +.Cd "vsw* at cbus?" +.Cd "vnet* at vsw?" +.Sh DESCRIPTION +The +.Nm +driver provides a network switch using the services provided by the +UltraSPARC Hypervisor as found on sun4v systems. +It attaches a seperate +.Xr vnet 4 +interface for each switch port. +These ports can be added to a +.Xr bridge +to create a functional network switch. +.Pp +The +.Nm +driver supports version 1.0 of the vNet protocol. +.Sh SEE ALSO +.Xr bridge 4 , +.Xr cbus 4 , +.Xr intro 4 , +.Xr netintro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.7 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq kettenis@openbsd.org . |