xref: /netbsd/share/man/man4/pckbc.4 (revision 6550d01e)
1.\" $NetBSD: pckbc.4,v 1.10 2009/03/09 19:24:28 joerg Exp $
2.\"
3.\" Copyright (c) 1999
4.\" 	Matthias Drochner.  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.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.Dd April 16, 2002
28.Dt PCKBC 4
29.Os
30.Sh NAME
31.Nm pckbc
32.Nd PC (ISA) keyboard controller driver
33.Sh SYNOPSIS
34.Cd "pckbc* at acpi?"
35.Cd "pckbc* at isa?"
36.Cd "pckbc* at pnpbios? index ?"
37.Cd "pckbd* at pckbc? slot ?"
38.Cd "pms*   at pckbc? slot ?"
39.Sh DESCRIPTION
40The
41.Nm
42driver handles resource allocation and device attachment for the
43traditional PC/AT keyboard controller. It provides two logical
44connections for child devices, the
45.Dq keyboard
46slot for a keyboard and the
47.Dq auxiliary
48slot for mice (the latter might be missing in older keyboard controllers).
49.Pp
50The optional
51.Dq slot
52locator argument can be used to force unusual connections of devices to
53logical slots. This feature is for experimentation only, it will not be
54useful in normal operation.
55.Sh SEE ALSO
56.Xr acpi 4 ,
57.Xr isa 4 ,
58.Xr pckbd 4 ,
59.Xr pms 4 ,
60.Xr pnpbios 4
61