Deleted Added
sdiff udiff text old ( 81251 ) new ( 84877 )
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 81251 2001-08-07 15:48:51Z ru $
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
36.Cd "options ATKBD_DFLT_KEYMAP"
37.Cd "makeoptions ATKBD_DFLT_KEYMAP=_keymap_name_"
38.Cd "options KBD_DISABLE_KEYMAP_LOAD"
39.Cd "device atkbd0 at atkbdc? irq 1"
40.Sh DESCRIPTION
41The
42.Nm
43driver, together with the
44.Nm atkbdc
45driver, provides access to the AT 84 keyboard or the AT enhanced keyboard
46which is connected to the AT keyboard controller.
47.Pp

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

133command.
134This option will disable this feature and prevent the user from
135changing key assignment.
136.El
137.Pp
138.Ss Driver Flags
139The
140.Nm
141driver accepts the following driver flags. They can be set either in the
142kernel configuration file
143(see
144.Xr config 8 ) ,
145or else in the User Configuration Menu at boot time
146(see
147.Xr boot 8 ) .
148.Bl -tag -width FAIL
149.It bit 0 (FAIL_IF_NO_KBD)
150By default the
151.Nm
152driver will install even if a keyboard is not actually connected to the
153system.
154This option prevents the driver from being installed in this situation.
155.It bit 1 (NO_RESET)

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

166.\".Sh FILES
167.Sh EXAMPLES
168The
169.Nm
170driver requires the keyboard controller
171.Nm atkbdc .
172Thus, the kernel configuration file should contain the following lines.
173.Pp
174.Dl "device atkbdc0 at isa"
175.Dl "device atkbd0 at atkbdc? irq 1"
176.Pp
177The following example shows how to set the default, built-in keymap
178to
179.Pa jp.106.kbd .
180.Pp
181.Dl "options ATKBD_DFLT_KEYMAP"
182.Dl "makeoptions ATKBD_DFLT_KEYMAP=jp.106"
183.Dl "device atkbd0 at atkbdc? irq 1"
184.Pp
185.\".Sh DIAGNOSTICS
186.\".Sh CAVEATS
187.\".Sh BUGS
188.Sh SEE ALSO
189.Xr kbdcontrol 1 ,
190.Xr atkbdc 4 ,
191.Xr pcvt 4 ,
192.Xr psm 4 ,
193.Xr syscons 4 ,
194.Xr boot 8 ,
195.Xr config 8
196.Sh HISTORY
197The
198.Nm
199driver first appeared in
200.Fx 3.1 .
201.Sh AUTHORS
202.An -nosplit
203The
204.Nm
205driver was written by
206.An S\(/oren Schmidt Aq sos@FreeBSD.org
207and
208.An Kazutaka Yokota Aq yokota@FreeBSD.org .
209This manual page was written by
210.An Kazutaka Yokota .