Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of
authormiod <miod@openbsd.org>
Wed, 16 Jul 2008 16:32:06 +0000 (16:32 +0000)
committermiod <miod@openbsd.org>
Wed, 16 Jul 2008 16:32:06 +0000 (16:32 +0000)
commit2415bd9b6234c44c3540e3d1fb459c7275a88f71
treebbf1ac3951842c10eca43181a68290f1e879426a
parentcb201058d9b2c5c6e155288a837adac653b310d7
Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of
gsckbd; the former will cause a proper translation page to be selected by
the keyboard.

Because of this, we no longer depend on the page the keyboard is left in
by the PDC (page 2 for all machines but the PrecisionBook, which is in
page 3), and there is no longer any need to use separate keyboard maps.
15 files changed:
share/man/man4/man4.hppa/Makefile
share/man/man4/man4.hppa/gsckbc.4
share/man/man4/man4.hppa/gsckbd.4 [deleted file]
share/man/man4/pckbd.4
share/man/man4/wskbd.4
sys/arch/hppa/conf/GENERIC
sys/arch/hppa/conf/RAMDISK
sys/arch/hppa/conf/files.hppa
sys/arch/hppa/gsc/Makefile [deleted file]
sys/arch/hppa/gsc/gsckbc.c
sys/arch/hppa/gsc/gsckbd.c [deleted file]
sys/arch/hppa/gsc/gsckbdmap.c [deleted file]
sys/arch/hppa/gsc/gsckbdmap.h [deleted file]
sys/arch/hppa/gsc/gsckbdvar.h [deleted file]
sys/arch/hppa/gsc/makemap.awk [deleted file]