No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / man4.acorn26 / arckbd.4
blob6b2d8a369f7067f814501e480680b7311850c317
1 .\" $NetBSD: arckbd.4,v 1.3 2009/02/14 10:35:36 wiz Exp $
2 .\"
3 .\" Copyright (c) 2000 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 February 14, 2009
29 .Dt ARCKBD 4 acorn26
30 .Os
31 .Sh NAME
32 .Nm arckbd
33 .Nd Archimedes keyboard/mouse driver
34 .Sh SYNOPSIS
35 .Cd "arckbd0         at ioc0 bank 0 offset 0x04"
36 .Cd "wskbd0          at arckbd0"
37 .Cd "wsmouse0        at arckbd0"
38 .Sh DESCRIPTION
39 The
40 .Nm
41 driver controls the keyboard on systems supported by
42 .Nx Ns /acorn26
43 and interfaces it to the
44 .Nm wscons
45 system.
46 All communication between user programs and the
47 .Nm
48 driver goes through the
49 .Nm wskbd
50 and
51 .Nm wsmouse
52 drivers.
53 .Sh SEE ALSO
54 .Xr wscons 4 ,
55 .Xr wskbd 4 ,
56 .Xr wsmouse 4
57 .Sh BUGS
58 The
59 .Nm
60 driver is capable of determining the layout of the keyboard, and noticing when
61 it changes (if a different keyboard is connected, for instance), but doesn't
62 know how to pass this information on to
63 .Nm wscons .