xref: /netbsd/share/man/man4/man4.acorn32/iomdkbc.4 (revision 6550d01e)
1.\" $NetBSD: iomdkbc.4,v 1.3 2009/03/09 19:24:29 joerg Exp $
2.\"
3.\" Copyright (c) 2004 Ben Harris
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. The name of the author may not be used to endorse or promote products
15.\"    derived from this software without specific prior written permission.
16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.Dd March 20, 2004
29.Dt IOMDKBC 4 acorn32
30.Os
31.Sh NAME
32.Nm iomdkbc
33.Nd ARM IOMD keyboard and mouse ports
34.Sh SYNOPSIS
35.Cd iomdkbc* at iomd?
36.Cd pckbd* at iomdkbc?
37.Cd pms* at iomdkbc?
38.Sh DESCRIPTION
39The
40.Nm
41driver interfaces machine-independent drivers for PC keyboards and
42PS/2 mice to the particular implementation of the keyboard and mouse
43ports provided by the
44.Tn ARM IOMD20 ,
45.Tn ARM7500 ,
46and
47.Tn ARM7500FE .
48The quadrature mouse interface on the
49.Tn IOMD20
50is handled by the
51.Xr qms 4
52driver.
53.Pp
54This driver replaces the
55.Xr kbd 4
56and
57.Xr rpckbd 4
58drivers, which will be withdrawn in a future
59.Nx
60release.
61If a kernel has
62.Xr kbd 4
63or
64.Xr rpckbd 4
65configured,
66.Nm
67will only be used for the mouse interface (if present).
68.Sh SEE ALSO
69.Xr kbd 4 ,
70.Xr pckbd 4 ,
71.Xr pms 4 ,
72.Xr qms 4 ,
73.Xr rpckbd 4
74.Sh HISTORY
75The
76.Nm
77driver was introduced in
78.Nx 2.0 .
79