Subject: wscons mappings
To: None <tech-kern@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: tech-kern
Date: 03/17/2002 19:54:16
Dear all,
in my process of writing the Acorn32 keyboard mappings i was unpleasantly
reminded that all the current wscons mappings are based on XT keycodes and
not AT codes for the wscons code just assumes everyone has the AT->XT
scancode converter chip as found in i386 PC's.
As a result i had to write my own wskbd driver and had to use my own
keymapping tables...
Isn't it a good idea to for once and for all dispose of the XT keycode
mappings ? or was i supposed to write my own AT->XT->wscons scancode
converter ?
Cheers,
Reinoud