thorpej
|
925fe63713
|
Fix a couple of function names used in diagnostic printfs.
|
1998-04-28 17:48:35 +00:00 |
drochner
|
1745de275b
|
-Set keyboard (and/or controller) to XT scancode in early console
initialzation. Closes PR port-alpha/5303 (Jason Thorpe).
-Namespace protection: give key description table a more private name.
-Make sure "struct pckbd_internal" is completely initialized.
-Improve locator comparition in probe().
-Remove BROKEN_INDIRECT_CONFIG.
|
1998-04-18 09:49:58 +00:00 |
drochner
|
d3067d3f3f
|
-don't modify call arguments in place - bad for debugging
-give at least the i386 its keyboard beep back
|
1998-04-16 21:18:46 +00:00 |
hannken
|
311e30018d
|
Split wscons/wskbd.c's softc into a static and a nonstatic part.
Booting into debugger (-d) now works.
Cleaned wscons/wskbdvar.h. Use the same attach arguments for
console and normal keyboards.
|
1998-04-09 13:09:45 +00:00 |
hannken
|
64f1bb73d6
|
Initial import of MI keyboard translation for dev/wscons.
|
1998-04-07 13:43:16 +00:00 |
drochner
|
2390332103
|
Devices attached to the PC keyboard controller (or its aux port),
for use with the new wscons code.
(keyboard map management will change)
|
1998-03-22 15:41:27 +00:00 |