Deleted Added
full compact
ukbd.4 (102491) ukbd.4 (105524)
1.\" Copyright (c) 1997, 1998
2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1997, 1998
2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/ukbd.4 102491 2002-08-27 16:18:07Z trhodes $
31.\" $FreeBSD: head/share/man/man4/ukbd.4 105524 2002-10-20 15:19:40Z ceri $
32.\"
33.Dd April 11, 1999
34.Dt UKBD 4
35.Os
36.Sh NAME
37.Nm ukbd
38.Nd USB keyboard driver
39.Sh SYNOPSIS

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

117initialized at boot time.
118.Sh DRIVER CONFIGURATION
119.D1 Cd "options KBD_INSTALL_CDEV"
120.Pp
121Make the keyboards available through a character device in
122.Pa /dev .
123.Pp
124.D1 Cd options UKBD_DFLT_KEYMAP
32.\"
33.Dd April 11, 1999
34.Dt UKBD 4
35.Os
36.Sh NAME
37.Nm ukbd
38.Nd USB keyboard driver
39.Sh SYNOPSIS

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

117initialized at boot time.
118.Sh DRIVER CONFIGURATION
119.D1 Cd "options KBD_INSTALL_CDEV"
120.Pp
121Make the keyboards available through a character device in
122.Pa /dev .
123.Pp
124.D1 Cd options UKBD_DFLT_KEYMAP
125.D1 Cd makeoptions \&"UKBD_DFLT_KEYMAP=fr.iso"
125.D1 Cd makeoptions UKBD_DFLT_KEYMAP=fr.iso
126.Pp
127The above lines will put the French ISO keymap in the ukbd driver.
128You can specify any keymap in
129.Pa /usr/share/syscons/keymaps
130with this option.
131.Pp
132.D1 Cd "options KBD_DISABLE_KEYMAP_LOADING"
133.Pp

--- 38 unchanged lines hidden ---
126.Pp
127The above lines will put the French ISO keymap in the ukbd driver.
128You can specify any keymap in
129.Pa /usr/share/syscons/keymaps
130with this option.
131.Pp
132.D1 Cd "options KBD_DISABLE_KEYMAP_LOADING"
133.Pp

--- 38 unchanged lines hidden ---