diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-05-12 18:01:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-05-12 18:01:09 +0000 |
commit | 9cd2545ee85e9608354e60c0e52cffb59446f3a8 (patch) | |
tree | eca9737012f4fa87a6bb9a64f93659c22b575096 /share/man | |
parent | 050a5ae65e5676a9c2f3f581c6887b30334a9735 (diff) |
vcc(4)/vcctty(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 7 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/vcc.4 | 51 |
2 files changed, 55 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 7564257f94d..074c3f203af 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.71 2009/03/01 19:28:20 kettenis Exp $ +# $OpenBSD: Makefile,v 1.72 2009/05/12 18:01:08 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 \ @@ -9,13 +9,14 @@ MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.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 vcons.4 vdsk.4 vigra.4 vnet.4 vpci.4 vrng.4 vrtc.4 xbox.4 \ - zs.4 zx.4 + vbus.4 vcc.4 vcons.4 vdsk.4 vigra.4 vnet.4 vpci.4 vrng.4 vrtc.4 \ + xbox.4 zs.4 zx.4 MLINKS= beeper.4 beep.4 \ clock.4 rtc.4 \ le.4 lebuffer.4 le.4 ledma.4 \ mem.4 kmem.4 \ sab.4 sabtty.4 \ + vcc.4 vcctty.4 \ zs.4 zstty.4 zs.4 zskbd.4 MANSUBDIR=sparc64 diff --git a/share/man/man4/man4.sparc64/vcc.4 b/share/man/man4/man4.sparc64/vcc.4 new file mode 100644 index 00000000000..44726bdd9df --- /dev/null +++ b/share/man/man4/man4.sparc64/vcc.4 @@ -0,0 +1,51 @@ +.\" $OpenBSD: vcc.4,v 1.1 2009/05/12 18:01:08 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: May 12 2009 $ +.Dt VCC 4 sparc64 +.Os +.Sh NAME +.Nm vcc +.Nd virtual console concentrator +.Sh SYNOPSIS +.Cd "vcc* at cbus?" +.Cd "vcctty* at vcc?" +.Sh DESCRIPTION +The +.Nm +driver provides access to the consoles of guest domains from the +control domain of sun4v systems. +It provides a standard +.Xr tty 4 +interface on top of a logical domain channel provided by the +UltraSPARC Hypervisor. +.Sh FILES +.Bl -tag -width /dev/ttyV[0-9a-zA-Z] +.It /dev/ttyV[0-9a-zA-Z] +.Sh SEE ALSO +.Xr cbus 4 , +.Xr intro 4 , +.Xr tty 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.6 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq kettenis@openbsd.org . |