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