summaryrefslogtreecommitdiff
path: root/sys/dev/sun/kbd.c
AgeCommit message (Expand)Author
2020-01-21Pull up following revision(s) (requested by tsutsui in ticket #637):martin
2018-02-08update for GCC 6:mrg
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-05-02make this compile again.christos
2012-04-27Make it compilable without envsysmartin
2012-04-26report power button events to sysmonmacallan
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-01-11retain compatibility with old firm_event. Perhaps we should bump the protocolchristos
2008-04-20- use device_lookup_private() where appropriatetsutsui
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-15Missing initializermartin
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2005-12-14whitespace.christos
2005-12-12welcome to the new lwp world.christos
2005-12-11merge ktrace-lwp.christos
2005-09-28Remove spurious debug output accidently commited in revision 1.44.martin
2005-09-14Ignore KBD_IDLE one layer earlier - wskbd does not like it [and complainsmartin
2005-06-08Use KBD_IDLE instead of magic constantsmartin
2005-06-07Do not bother to post "keyboard idle" events to userland when we aremartin
2005-05-17Fix indentation.martin
2005-05-16Make the raw keyboard code #ifdef WSDISPLAY_COMPAT_RAWKBD only.martin
2005-05-16Fix WSDISPLAY_COMPAT_RAWKBD. Also return keyboard types < 4 as SUN insteadmartin
2005-04-29Add a missing #if to allow non-wscons compilation.martin
2005-04-28Finish support for wskbd @ kbd @ zs/sab for sparc64 consoles.martin
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-12-31Go back to filtering out KBD_IDLE events by default. The Xsun shipped withbjh21
2004-04-22sprintf -> snprintfitojun
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
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-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2002-10-26Allow attaching wskbd at kbd, idea from Valeriy Ushakov.martin
2002-10-23merge kqueue branch into -currentjdolecek
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-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-05-13Check whether a console is attached before sending data upstream.pk
2001-11-13add RCSIDslukem
2001-06-08#endif /* takes no argument */mrg
2000-09-21Support for Sun Keyboard/Mouse line disciplines.eeh
2000-03-24Fix typos from last commit (callout).hannken
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-22Make kbd_iopen/kbd_iclose internal routines; introduce kbd_cc_{open,close}pk
2000-03-19Use a somewhat more flexible method to hook up the keyboard driverpk
1999-05-14split the sun ms/kbd drivers into frontend/backend parts at the serialmrg
1999-02-03Catch up with a change to the stint interface.mycroft