summaryrefslogtreecommitdiff
path: root/sys/dev/sun/sunkbd.c
AgeCommit message (Expand)Author
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2007-11-10Call ttyoutput/ttstart with tty_lock held.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-03-30Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-02-21GC SUNKBDDISC & SUNMSDISC line discipline slot definitions. Both are alreadyheas
2005-02-20Return 0, not return -1, to the serial chip's input routine except when aheas
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *martin
2003-01-19Merge the nathanw_sa branch.thorpej
2002-10-26Allow attaching wskbd at kbd, idea from Valeriy Ushakov.martin
2002-10-21Clean-up kbd driver layers a bit more. Lift common code into the upper layer.uwe
2002-10-03Refactor kbd and mouse drivers so that they can use different middleuwe
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-12-11Name changes: {KBD,MS}_BPS => {KBD,MS}_DEFAULT_BPSpk
2001-11-13add RCSIDslukem
2001-05-17give sunkbd and sunms a "poll" routine.chs
2000-12-19Kill extra "attached" message.eeh
2000-11-08Support for MI console magic framework.eeh
2000-11-01Adapt to new line discipline scheme.eeh
2000-10-10Fix compilation errors: unused variable & missing function return values.pk
2000-09-21Guts of the Sun Keyboard/Mouse line disciplines.eeh