1999-02-07 05:40:14 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1999
|
|
|
|
.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
|
|
|
.\" 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 as
|
|
|
|
.\" the first lines of this file unmodified.
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1999-02-07 05:40:14 +00:00
|
|
|
.\"
|
1999-02-10 14:25:03 +00:00
|
|
|
.Dd February 9, 1999
|
1999-11-15 23:14:32 +00:00
|
|
|
.Dt ATKBDC 4
|
2001-07-10 15:31:11 +00:00
|
|
|
.Os
|
1999-02-07 05:40:14 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm atkbdc
|
2001-04-18 15:54:10 +00:00
|
|
|
.Nd the AT keyboard controller interface
|
1999-02-07 05:40:14 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-01-17 13:37:10 +00:00
|
|
|
.Cd "options KBD_RESETDELAY=N"
|
|
|
|
.Cd "options KBD_MAXWAIT=N"
|
|
|
|
.Cd "options KBDIO_DEBUG=N"
|
2001-10-13 09:08:37 +00:00
|
|
|
.Cd "device atkbdc"
|
|
|
|
.Pp
|
|
|
|
In
|
|
|
|
.Pa /boot/device.hints :
|
|
|
|
.Cd hint.atkbdc.0.at="isa"
|
|
|
|
.Cd hint.atkbdc.0.port="0x060"
|
1999-02-07 05:40:14 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The keyboard controller
|
|
|
|
.Nm
|
|
|
|
provides I/O services for the AT keyboard and PS/2 mouse style
|
|
|
|
pointing devices.
|
|
|
|
This controller is required for the keyboard driver
|
|
|
|
.Nm atkbd
|
|
|
|
and the PS/2 pointing device driver
|
1999-02-10 14:25:03 +00:00
|
|
|
.Nm psm .
|
1999-02-07 05:40:14 +00:00
|
|
|
.Pp
|
2001-07-14 19:41:16 +00:00
|
|
|
There can be only one
|
1999-02-07 05:40:14 +00:00
|
|
|
.Nm
|
1999-02-10 14:25:03 +00:00
|
|
|
device configured in the system.
|
1999-02-07 05:40:14 +00:00
|
|
|
.Sh DRIVER CONFIGURATION
|
|
|
|
.Ss Kernel Configuration Options
|
1999-02-10 14:25:03 +00:00
|
|
|
The following kernel configuration options can be used to control the
|
1999-02-07 05:40:14 +00:00
|
|
|
.Nm
|
|
|
|
driver.
|
2001-07-14 19:41:16 +00:00
|
|
|
They may be set in the kernel configuration file
|
2001-08-07 15:48:51 +00:00
|
|
|
(see
|
|
|
|
.Xr config 8 ) .
|
1999-02-07 05:40:14 +00:00
|
|
|
.Bl -tag -width MOUSE
|
2001-02-01 16:38:02 +00:00
|
|
|
.It Em KBD_RESETDELAY=X , KBD_MAXWAIT=Y
|
1999-02-07 05:40:14 +00:00
|
|
|
The keyboard driver
|
|
|
|
.Nm atkbd
|
|
|
|
and the pointing device driver
|
|
|
|
.Nm psm
|
|
|
|
may ask the
|
|
|
|
.Nm
|
1999-02-10 14:25:03 +00:00
|
|
|
driver to reset these devices during the boot process.
|
|
|
|
It sometimes takes a long time before these devices respond to
|
1999-02-07 05:40:14 +00:00
|
|
|
the reset command.
|
|
|
|
These options control how long the
|
|
|
|
.Nm
|
|
|
|
driver should
|
1999-02-10 14:25:03 +00:00
|
|
|
wait before eventually giving up -- the driver will wait
|
1999-02-07 05:40:14 +00:00
|
|
|
.Fa X
|
|
|
|
*
|
|
|
|
.Fa Y
|
2000-03-01 14:50:24 +00:00
|
|
|
msecs at most.
|
2001-07-14 19:41:16 +00:00
|
|
|
If the drivers seem unable to detect
|
2000-03-01 14:50:24 +00:00
|
|
|
devices, you may want to increase these values.
|
|
|
|
The default values are
|
2001-07-14 19:41:16 +00:00
|
|
|
200 msec for
|
1999-02-07 05:40:14 +00:00
|
|
|
.Fa X
|
|
|
|
and 5
|
|
|
|
for
|
|
|
|
.Fa Y .
|
|
|
|
.It Em KBDIO_DEBUG=N
|
2001-07-14 19:41:16 +00:00
|
|
|
Sets the debug level to
|
1999-02-07 05:40:14 +00:00
|
|
|
.Fa N .
|
1999-02-10 14:25:03 +00:00
|
|
|
The default value is zero, which suppresses all debugging output.
|
1999-02-07 05:40:14 +00:00
|
|
|
.El
|
|
|
|
.\".Ss Driver Flags
|
|
|
|
.\".Sh FILES
|
|
|
|
.\".Sh EXAMPLE
|
|
|
|
.\".Sh DIAGNOSTICS
|
|
|
|
.\".Sh CAVEATS
|
|
|
|
.\".Sh BUGS
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr atkbd 4 ,
|
1999-02-10 14:25:03 +00:00
|
|
|
.Xr psm 4 ,
|
2000-11-15 16:00:07 +00:00
|
|
|
.Xr config 8
|
1999-02-07 05:40:14 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver first appeared in
|
|
|
|
.Fx 3.1 .
|
|
|
|
It is based on the kbdio module in
|
|
|
|
.Fx 2.2 .
|
|
|
|
.Sh AUTHORS
|
1999-02-10 14:25:03 +00:00
|
|
|
The kbdio module, the
|
1999-02-07 05:40:14 +00:00
|
|
|
.Nm
|
|
|
|
driver and this manual page were written by
|
|
|
|
.An Kazutaka Yokota Aq yokota@FreeBSD.org .
|