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
/
sun
/
sunms.c
Age
Commit message (
Expand
)
Author
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-04-21
Fix minor device_t split fallout.
martin
2008-03-29
Split softc and device_t for zsc(4) and its children.
tsutsui
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-29
Remove more duplicate headers.
hubertf
2006-03-30
Use device_private().
thorpej
2006-03-29
Use device_cfdata().
thorpej
2006-03-28
Use device_unit().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-11-27
Overhaul how TTY line disciplines are handled:
thorpej
2005-02-27
nuke trailing whitespace
perry
2005-02-21
GC SUNKBDDISC & SUNMSDISC line discipline slot definitions. Both are already
heas
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
struct proc * -> struct lwp *
martin
2003-05-30
wsmouse for ms@tty.
petrov
2003-01-19
Merge the nathanw_sa branch.
thorpej
2002-10-03
Refactor kbd and mouse drivers so that they can use different middle
uwe
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-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2001-12-11
Name changes: {KBD,MS}_BPS => {KBD,MS}_DEFAULT_BPS
pk
2001-11-27
When opening the mouse port, be sure to open it for 8 data bits.
fredette
2001-11-13
add RCSIDs
lukem
2001-05-17
give sunkbd and sunms a "poll" routine.
chs
2000-11-01
Adapt to new line discipline scheme.
eeh
2000-10-10
Fix compilation errors: unused variable & missing function return values.
pk
2000-09-21
Guts of the Sun Keyboard/Mouse line disciplines.
eeh