index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
comkbd_ebus.c
Age
Commit message (
Expand
)
Author
2011-03-18
Add some delay between a successful keyboard reset sequence and a keyboard
Miod Vallat
2009-01-11
Define a limit to the input which can be fed to sunkbd_input() at once,
Miod Vallat
2009-01-11
Factor a bit more sunkbd common parts; paves the way for upcoming
Miod Vallat
2005-11-11
Enable or disable keyclick on attach, based upon the PROM keyboard-click?
Miod Vallat
2005-05-14
Factorize most of the high-level logic for Sun serial keyboards in
Miod Vallat
2005-04-05
No extra newline if keyboard plugged but not console.
Miod Vallat
2005-03-06
Shorten dmesg if no keyboard is plugged.
Miod Vallat
2003-06-24
Add a "where" argument to the sparc64 interrupt code. This lets us
Henric Jungheim
2003-06-02
nuke terms 3 & 4
Jason Wright
2003-05-26
Make sure to do the keyboard layout selection dance before wskbd_cnattach()
Miod Vallat
2003-02-17
Add support for the Sun Enterprise 450
Henric Jungheim
2002-12-22
Do not attempt to select keyboard layout until it has been determined from
Miod Vallat
2002-12-10
Fix spurious \n in dmesg output
Miod Vallat
2002-11-29
Upon detection of an international Sun keyboard with a recognized layout,
Miod Vallat
2002-05-29
Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).
Mats O Jansson
2002-04-08
Credit DARPA/USAF appropriately.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-12
beep!
Jason Wright
2002-02-01
missing \n
Jason Wright
2002-01-25
move the scancode -> wskbd event map into a seperate file... more still
Jason Wright
2002-01-24
Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc.
Jason Wright