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
1999-06-04
In pckbd_decode(), do the remapping of "extended" (multibyte) keys
drochner
1999-05-15
now that wscons_glue is gone we can back out rev. 1.16 (which made
drochner
1999-05-11
add swedish keyboard map from Johan Danielsson (joda@pdc.kth.se) per
drochner
1999-05-03
Pull in slightly modified ioctl() routine from psm.c (handles WSMOUSEIO_SRES).
ad
1999-05-03
Update ioctl routine to handle WSMOUSEIO_SRES case.
ad
1999-03-26
In a PC keyboard doesn't accept a "set to scanset 2" command, reset it
drochner
1999-01-26
don't wait for completion of keyboard enable/disable commands; this
drochner
1999-01-23
-correction to PR kern/6814 from AW9K-NNK@asahi-net.or.jp
drochner
1999-01-23
back to the roots: rename psm->pms
drochner
1999-01-15
add japanese keyboard map, from AW9K-NNK@asahi-net.or.jp (Nonaka Kimihiro)
drochner
1999-01-14
map the new "reset emulator" function to CTL-ALT-Backspace
drochner
1999-01-10
Rename the "windows" keys and add the new keys to the keyboard maps.
augustss
1999-01-09
implement the option to swap left CTL and caps lock key, from
drochner
1999-01-06
add british keymap, from Patrick Welche per PR kern/6735
drochner
1998-10-03
french keymap, from Matthieu Herrb <matthieu@mipnet.fr> per PR kern/6231
drochner
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