summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2012-10-17 12:10:08 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2012-10-17 12:10:08 +0000
commit1612191b453d7e659371187182b6d5287c46b61c (patch)
tree481e993f1523c32d678bc4001faf23537c708a28
parentbc8a0b1b9df2a76cb0a9dbde78e719d9c1b46dfe (diff)
vldc(4)
-rw-r--r--share/man/man4/man4.sparc64/Makefile7
-rw-r--r--share/man/man4/man4.sparc64/vldc.445
2 files changed, 49 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile
index e094f842d84..0dabeb7b9a6 100644
--- a/share/man/man4/man4.sparc64/Makefile
+++ b/share/man/man4/man4.sparc64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.79 2009/12/31 12:28:45 kettenis Exp $
+# $OpenBSD: Makefile,v 1.80 2012/10/17 12:10:07 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 \
@@ -10,8 +10,8 @@ MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
radeonfb.4 raptor.4 rfx.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 vds.4 vdsk.4 vigra.4 vnet.4 vpci.4 vrng.4 \
- vrtc.4 vsw.4 \
+ vbus.4 vcc.4 vcons.4 vds.4 vdsk.4 vigra.4 vldc.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 \
@@ -20,6 +20,7 @@ MLINKS= beeper.4 beep.4 \
sab.4 sabtty.4 \
vcc.4 vcctty.4 \
vds.4 vdsp.4 \
+ vldc.4 vldcp.4 \
zs.4 zskbd.4 zs.4 zsms.4 zs.4 zstty.4
MANSUBDIR=sparc64
diff --git a/share/man/man4/man4.sparc64/vldc.4 b/share/man/man4/man4.sparc64/vldc.4
new file mode 100644
index 00000000000..e76f81e8bf6
--- /dev/null
+++ b/share/man/man4/man4.sparc64/vldc.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: vldc.4,v 1.1 2012/10/17 12:10:07 kettenis Exp $
+.\"
+.\" Copyright (c) 2012 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: October 17 2012 $
+.Dt VLDC 4 sparc64
+.Os
+.Sh NAME
+.Nm vldc
+.Nd virtual channel driver
+.Sh SYNOPSIS
+.Cd "vldc* at cbus?"
+.Cd "vldcp* at vldc?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides access to services provided over virtual channels provided by
+the UltraSPARC Hypervisor as found on sun4v systems.
+Examples of such services are the Hypervisor Control Interface and the
+Variable Configuration domain service.
+.Sh SEE ALSO
+.Xr cbus 4 ,
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 5.3 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq kettenis@openbsd.org .