Deleted Added
sdiff udiff text old ( 155619 ) new ( 158687 )
full compact
1.\"
2.\" Copyright (c) 1999
3.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
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:

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man4/atkbd.4 155619 2006-02-13 21:34:19Z joel $
28.\"
29.Dd May 21, 1999
30.Dt ATKBD 4
31.Os
32.Sh NAME
33.Nm atkbd
34.Nd the AT keyboard interface
35.Sh SYNOPSIS

--- 9 unchanged lines hidden (view full) ---

45.Sh DESCRIPTION
46The
47.Nm
48driver, together with the
49.Nm atkbdc
50driver, provides access to the AT 84 keyboard or the AT enhanced keyboard
51which is connected to the AT keyboard controller.
52.Pp
53This driver is required for the console drivers
54.Xr syscons 4
55and
56.Xr pcvt 4 .
57.Pp
58There can be only one
59.Nm
60device defined in the kernel configuration file.
61This device also requires the
62.Nm atkbdc
63keyboard controller to be present.
64The

--- 135 unchanged lines hidden (view full) ---

200.Dl hint.atkbd.0.at="atkbdc"
201.Dl hint.atkbd.0.irq="1"
202.\".Sh DIAGNOSTICS
203.\".Sh CAVEATS
204.\".Sh BUGS
205.Sh SEE ALSO
206.Xr kbdcontrol 1 ,
207.Xr atkbdc 4 ,
208.Xr pcvt 4 ,
209.Xr psm 4 ,
210.Xr syscons 4 ,
211.Xr loader 8
212.Sh HISTORY
213The
214.Nm
215driver first appeared in
216.Fx 3.1 .
217.Sh AUTHORS
218.An -nosplit
219The
220.Nm
221driver was written by
222.An S\(/oren Schmidt Aq sos@FreeBSD.org
223and
224.An Kazutaka Yokota Aq yokota@FreeBSD.org .
225This manual page was written by
226.An Kazutaka Yokota .