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
/
arch
/
dreamcast
/
dev
/
maple
/
mkbd.c
Age
Commit message (
Expand
)
Author
2021-09-18
Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers.
tsutsui
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2011-07-19
Change <machine/bus.h> to <sys/bus.h> throughout.
dyoung
2010-10-17
Split device_t/softc.
tsutsui
2008-10-19
Removed a local variable that is no longer needed (should have been removed i...
marcus
2008-10-19
Replaced funky delay loop with a call to DELAY (fixed problems with newer GCCs).
marcus
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-07-16
Fixed incorrect logic in mkbd_cngetc() (fixes port-dreamcast/28711).
marcus
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-03-06
Add two options to change the default keymap:
tsutsui
2005-02-19
- u_intNN_t -> uintNN_t
tsutsui
2003-07-15
__KERNEL_RCSID()
lukem
2002-12-10
Use WSKBD_TYPE_MAPLE.
itohy
2002-11-15
New Maple Bus driver
itohy
2002-10-02
Add trailing ; to CFATTACH_DECL
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-03-25
ANSIfy, KNF
uch
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-12-04
Fixes to eliminate some compiler complaints, such as:
atatat
2001-09-06
Indent.
thorpej
2001-07-22
bcopy -> memcpy, bzero -> memset
wiz
2001-05-26
Changed maple device to attach per function instead of per unit.
marcus
2001-03-02
Harmonized keycodes with USB.
marcus
2001-02-22
fix a check code whether mkbs is console or not
msaitoh
2001-02-02
Don't make the reporting of the keyboard type a parenthetical.
thorpej
2001-01-31
Set the keyboard layout based on what type of keyboard
thorpej
2001-01-31
Recognize the US keyboard.
thorpej
2001-01-21
Fixed double-stroke bug.
marcus
2001-01-16
Maple bus keyboard driver.
marcus