index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pckbc
Age
Commit message (
Expand
)
Author
1998-09-18
Map the "backspace" key to "delete" and the "remove" key to
drochner
1998-09-17
Move keyboard map from <dev/wscons/wskbdmap_mfii.h> into a _source_ file.
drochner
1998-09-02
Can't use pckbc_enqueue_cmd() in attach() because pckbc's initialization
drochner
1998-08-15
Assign my copyrights to TNF.
mycroft
1998-08-15
Make copyright notices with my name consistent.
mycroft
1998-08-07
use an md keyboard beep replacement function on alpha too
drochner
1998-08-02
Adapt to wskbd interface changes; implement enable/disable function.
drochner
1998-07-29
Make sure to report wheel movements.
augustss
1998-07-28
Reset the mouse in attach(); Bog knows what other drivers did to it
drochner
1998-07-27
add support for native "Intelli" mice (wheel = z axis)
drochner
1998-07-27
add zero z axis argument
drochner
1998-06-16
defopt PCKBD_LAYOUT
drochner
1998-06-12
Rework the way kernel include files are installed. In the new method,
cgd
1998-06-11
implement a way to get raw keyboard data (for X)
drochner
1998-05-03
Make error reporting similar to "pckbd".
drochner
1998-05-03
Let keyboard probe succeed without a keyboard connected if it is used
drochner
1998-04-28
Fix a couple of function names used in diagnostic printfs.
thorpej
1998-04-18
-Set keyboard (and/or controller) to XT scancode in early console
drochner
1998-04-16
-don't modify call arguments in place - bad for debugging
drochner
1998-04-09
Split wscons/wskbd.c's softc into a static and a nonstatic part.
hannken
1998-04-07
Put some diagnostic output inside "#ifdef DIAGNOSTIC".
drochner
1998-04-07
Initial import of MI keyboard translation for dev/wscons.
hannken
1998-03-22
Devices attached to the PC keyboard controller (or its aux port),
drochner