summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-24 16:31:28 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-24 16:31:28 +0000
commita0456ee5dc04556a772e9c7914cddd71dd26d3f2 (patch)
tree2f989f95b43ef94debfb83cc792c7d571953ce55 /share
parent98943fd031a9cc75be077f1a8756234d27157b40 (diff)
Add manpage for comkbd and create links for sabtty->sab, zstty->zs, zskbd->zs
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sparc64/Makefile12
-rw-r--r--share/man/man4/man4.sparc64/comkbd.459
2 files changed, 66 insertions, 5 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile
index ddf2f1d04aa..a9cbbe7cbf0 100644
--- a/share/man/man4/man4.sparc64/Makefile
+++ b/share/man/man4/man4.sparc64/Makefile
@@ -1,11 +1,13 @@
-# $OpenBSD: Makefile,v 1.12 2002/01/13 02:15:01 jason Exp $
+# $OpenBSD: Makefile,v 1.13 2002/01/24 16:31:27 jason Exp $
# TODO: auxio.4 beeper.4 clock.4 ebus.4 pcons.4 psycho.4 sbus.4 timer.4
-MAN= audioce.4 audiocs.4 autoconf.4 be.4 cgsix.4 cgthree.4 esp.4 gem.4 \
- hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 pcons.4 qe.4 qec.4 \
- sab.4 spif.4 zs.4
+MAN= audioce.4 audiocs.4 autoconf.4 be.4 cgsix.4 cgthree.4 comkbd.4 \
+ esp.4 gem.4 hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 pcons.4 \
+ qe.4 qec.4 sab.4 spif.4 zs.4
MLINKS= mem.4 kmem.4 \
- sab.4 sabtty.4
+ sab.4 sabtty.4 \
+ zs.4 zstty.4 \
+ zs.4 zskbd.4
MANSUBDIR=sparc64
.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.sparc64/comkbd.4 b/share/man/man4/man4.sparc64/comkbd.4
new file mode 100644
index 00000000000..26c6a73417b
--- /dev/null
+++ b/share/man/man4/man4.sparc64/comkbd.4
@@ -0,0 +1,59 @@
+.\" $OpenBSD: comkbd.4,v 1.1 2002/01/24 16:31:27 jason Exp $
+.\"
+.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by Jason L. Wright
+.\" 4. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd January 24, 2002
+.Dt COMKBD 4 sparc64
+.Os
+.Sh NAME
+.Nm comkbd
+.Nd serial keyboard driver
+.Sh SYNOPSIS
+.Cd "comkbd* at ebus?"
+.Cd "wskbd* at comkbd? console ?"
+.Sh DESCRIPTION
+The
+.Nm comkbd
+driver provides support for Sun serial keyboards such as the Type 4,
+Type 5, and Type 6 attached to a clone of the
+.Tn NS16550
+UART (normally supported by the
+.Xr com 4
+driver).
+.Sh SEE ALSO
+.Xr com 4 ,
+.Xr wskbd 4
+.Sh AUTHORS
+The driver was written by Jason Wright <jason@thought.net>.
+.Sh HISTORY
+The
+.Nm spif
+driver was first supported in
+.Ox 3.1 .