summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2002-01-24 16:03:49 +0000
committerjason <jason@openbsd.org>2002-01-24 16:03:49 +0000
commit5fb62df1e025786746f45b823537ac576cf15737 (patch)
treed3b545a8fbb2feca79d6118480e15a50f2fffc78
parentAdd a driver for keyboards on com (ns16550 clones) as found on the AXi, etc. (diff)
downloadwireguard-openbsd-5fb62df1e025786746f45b823537ac576cf15737.tar.xz
wireguard-openbsd-5fb62df1e025786746f45b823537ac576cf15737.zip
mention zskbd and attachment to wskbd
-rw-r--r--share/man/man4/man4.sparc64/zs.413
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/zs.4 b/share/man/man4/man4.sparc64/zs.4
index 937319c6a99..243bd84f9e4 100644
--- a/share/man/man4/man4.sparc64/zs.4
+++ b/share/man/man4/man4.sparc64/zs.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: zs.4,v 1.1 2001/10/08 22:37:11 miod Exp $
+.\" $OpenBSD: zs.4,v 1.2 2002/01/24 16:03:49 jason Exp $
.\"
.\" Copyright (c) 1998 The OpenBSD Project
.\" All rights reserved.
@@ -13,6 +13,8 @@
.Sh SYNOPSIS
.Cd "zs* at sbus? slot ? offset ?"
.Cd "zstty* at zs? channel ?"
+.Cd "zskbd* at zs? channel ?
+.Cd "wskbd* at zskbd? console ?"
.Sh DESCRIPTION
The
.Nm
@@ -25,8 +27,12 @@ Most
workstations include two of these interfaces.
One of the interfaces is usually hardwired for use by the keyboard and mouse
attached to the workstation console.
+The
+.Nm zskbd
+devices connect keyboard devices to the generic keyboard driver
+.Nm wskbd .
The remaining additional
-.Nm
+.Nm zs
interfaces provide RS-423
and RS-232 serial ports for general purpose use.
.Pp
@@ -51,8 +57,7 @@ connections fail, apparently due to a getty hang.
The hung getty apparently prevents the cua device from being re-opened.
.Sh SEE ALSO
.Xr ioctl 2 ,
-.Xr kbd 4 ,
-.Xr ms 4 ,
+.Xr wskbd 4 ,
.Xr tty 4
.Sh HISTORY
The