Deleted Added
full compact
atkbd.4 (175799) atkbd.4 (222152)
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.\"
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 175799 2008-01-29 18:28:50Z trhodes $
27.\" $FreeBSD: head/share/man/man4/atkbd.4 222152 2011-05-20 22:36:17Z delphij $
28.\"
28.\"
29.Dd January 29, 2008
29.Dd May 20, 2011
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_"

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

171.It bit 2 (ALT_SCANCODESET)
172Certain keyboards, such as those on some ThinkPad models, behave
173like the old XT keyboard and require this option.
174.It bit 3 (NO_PROBE_TEST)
175When this option is given, the
176.Nm
177driver will not test the keyboard port during the probe routine.
178Some machines hang during boot when this test is performed.
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_"

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

171.It bit 2 (ALT_SCANCODESET)
172Certain keyboards, such as those on some ThinkPad models, behave
173like the old XT keyboard and require this option.
174.It bit 3 (NO_PROBE_TEST)
175When this option is given, the
176.Nm
177driver will not test the keyboard port during the probe routine.
178Some machines hang during boot when this test is performed.
179.It bit 4 (PROBE_TYPEMATIC)
180When this option is given, the
181.Nm
182driver will try to probe the keyboard typematic rate on boot.
183Some machines hang during boot when this test is performed.
179.El
180.\".Sh FILES
181.Sh EXAMPLES
182The
183.Nm
184driver requires the keyboard controller
185.Nm atkbdc .
186Thus, the kernel configuration file should contain the following lines.

--- 45 unchanged lines hidden ---
184.El
185.\".Sh FILES
186.Sh EXAMPLES
187The
188.Nm
189driver requires the keyboard controller
190.Nm atkbdc .
191Thus, the kernel configuration file should contain the following lines.

--- 45 unchanged lines hidden ---