Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/28/1997 06:20:04
gwr
Mon Oct 27 22:14:19 PST 1997
Update of /cvsroot/src/sys/dev/sun
In directory netbsd1:/var/slash-tmp/cvs-serv29933

Modified Files:
	kbd.c 
Log Message:
Print more helpful information if we get unexpected keysyms.
Call kbd_xlate_init() after we know the keyboard type so it
has a chance to install the RIGHT keymap pointers!  (Duh!)


gwr
Mon Oct 27 22:18:40 PST 1997
Update of /cvsroot/src/sys/dev/sun
In directory netbsd1:/var/slash-tmp/cvs-serv295

Modified Files:
	kbd_tables.c 
Log Message:
The release and control maps are shared by all keyboard types, so
change KEYSYM_HOLE to KEYSYM_NOP most places in those tables.
Map the `R' function keys with KEYSYM_FUNC_R instead of the
arrow key strings so that numlock indirection works.