xref: /openbsd-src/share/man/man4/man4.sparc64/comkbd.4 (revision e5cc2e7e920dbd55478717f702d4358e7c5f977d)
1*e5cc2e7eSschwarze.\"     $OpenBSD: comkbd.4,v 1.9 2013/07/16 16:05:49 schwarze Exp $
28b5938e0Sjason.\"
38b5938e0Sjason.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
48b5938e0Sjason.\" All rights reserved.
58b5938e0Sjason.\"
68b5938e0Sjason.\" Redistribution and use in source and binary forms, with or without
78b5938e0Sjason.\" modification, are permitted provided that the following conditions
88b5938e0Sjason.\" are met:
98b5938e0Sjason.\" 1. Redistributions of source code must retain the above copyright
108b5938e0Sjason.\"    notice, this list of conditions and the following disclaimer.
118b5938e0Sjason.\" 2. Redistributions in binary form must reproduce the above copyright
128b5938e0Sjason.\"    notice, this list of conditions and the following disclaimer in the
138b5938e0Sjason.\"    documentation and/or other materials provided with the distribution.
148b5938e0Sjason.\"
158b5938e0Sjason.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
168b5938e0Sjason.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
178b5938e0Sjason.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
188b5938e0Sjason.\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
198b5938e0Sjason.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
208b5938e0Sjason.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
218b5938e0Sjason.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
228b5938e0Sjason.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
238b5938e0Sjason.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
248b5938e0Sjason.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
258b5938e0Sjason.\" POSSIBILITY OF SUCH DAMAGE.
268b5938e0Sjason.\"
27*e5cc2e7eSschwarze.Dd $Mdocdate: July 16 2013 $
288b5938e0Sjason.Dt COMKBD 4 sparc64
298b5938e0Sjason.Os
308b5938e0Sjason.Sh NAME
318b5938e0Sjason.Nm comkbd
328b5938e0Sjason.Nd serial keyboard driver
338b5938e0Sjason.Sh SYNOPSIS
348b5938e0Sjason.Cd "comkbd* at ebus?"
35afb7f3acSmickey.Cd "wskbd* at comkbd?"
368b5938e0Sjason.Sh DESCRIPTION
378b5938e0SjasonThe
385cde76c9Smpech.Nm
398b5938e0Sjasondriver provides support for Sun serial keyboards such as the Type 4,
408b5938e0SjasonType 5, and Type 6 attached to a clone of the
418b5938e0Sjason.Tn NS16550
428b5938e0SjasonUART (normally supported by the
438b5938e0Sjason.Xr com 4
448b5938e0Sjasondriver).
458b5938e0Sjason.Sh SEE ALSO
468b5938e0Sjason.Xr com 4 ,
4719cddadbSmiod.Xr comms 4 ,
489cf9dc59Smiod.Xr ebus 4 ,
499cf9dc59Smiod.Xr intro 4 ,
508b5938e0Sjason.Xr wskbd 4
518b5938e0Sjason.Sh HISTORY
528b5938e0SjasonThe
535cde76c9Smpech.Nm
548b5938e0Sjasondriver was first supported in
558b5938e0Sjason.Ox 3.1 .
56908a2779Sjmc.Sh AUTHORS
57908a2779SjmcThe driver was written by
58*e5cc2e7eSschwarze.An Jason Wright Aq Mt jason@thought.net .
59