summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-03-08 19:40:34 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-03-08 19:40:34 +0000
commit7f092262450711b75f59b20953900b95dd17db37 (patch)
treeaf288ce171c1fa1402aecc8aed7914ae879c9aae /share/man
parente496997cabfa71a92d458daca2f8776f7e194e2f (diff)
vcons(4)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.sparc64/vcons.447
1 files changed, 47 insertions, 0 deletions
diff --git a/share/man/man4/man4.sparc64/vcons.4 b/share/man/man4/man4.sparc64/vcons.4
new file mode 100644
index 00000000000..74375f05e83
--- /dev/null
+++ b/share/man/man4/man4.sparc64/vcons.4
@@ -0,0 +1,47 @@
+.\" $OpenBSD: vcons.4,v 1.1 2008/03/08 19:40:33 kettenis Exp $
+.\"
+.\" Copyright (c) 2008 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: March 8 2008 $
+.Dt VCONS 4 sparc64
+.Os
+.Sh NAME
+.Nm vcons
+.Nd virtual console interface
+.Sh SYNOPSIS
+.Cd "vcons0 at vbus?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides a console using the services provided by the
+UltraSPARC Hypervisor as found on sun4v systems.
+.Pp
+.Sh FILES
+.Bl -tag -width /dev/console
+.It Pa /dev/console
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr tty 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq kettenis@openbsd.org .