sommerfe
|
8ba3494f9a
|
Deal with new pool code's changed API by rewriting this to not use pools.
Instead, use a manually maintained freelist in a second tailq.
Uses less data space, looks more symmetrical.
|
1998-07-24 03:29:29 +00:00 |
drochner
|
85c0eea04e
|
Suppress the diagnostic printout if the keyboard controller has no
mouse port.
|
1998-05-03 12:04:53 +00:00 |
drochner
|
ed1653232b
|
If the keyboard is console device, use the command byte as set by
the console initialization code.
|
1998-05-03 11:54:38 +00:00 |
drochner
|
e47f63efe6
|
Make some diagnostic output "#ifdef PCKBCDEBUG".
|
1998-05-03 10:02:11 +00:00 |
thorpej
|
28454023cc
|
Add a comment about some future work.
|
1998-04-28 19:13:24 +00:00 |
drochner
|
a099e8dda5
|
Initialize the command byte and its shadow register in early console
setup so that the keykoard driver can deal with scancode translation
in its console initialization function.
|
1998-04-18 09:42:20 +00:00 |
drochner
|
11da32b13c
|
Clean up diagnostic printouts.
Being here, remove BROKEN_INDIRECT_CONFIG.
|
1998-04-07 15:57:48 +00:00 |
drochner
|
b5ec34f082
|
MI driver for the infamous PC keyboard controller, primarily for use with
the new wscons code (but may be interfaced with other drivers as well).
needs testing
|
1998-03-22 15:25:15 +00:00 |