summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/comkbd_ebus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move away from K&R style function definitions. clang is rather picky aboutclaudio2018-12-271-30/+11
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Add some delay between a successful keyboard reset sequence and a keyboardmiod2011-03-181-1/+3
* Define a limit to the input which can be fed to sunkbd_input() at once,miod2009-01-111-3/+9
* Factor a bit more sunkbd common parts; paves the way for upcomingmiod2009-01-111-7/+5
* Enable or disable keyclick on attach, based upon the PROM keyboard-click?miod2005-11-111-1/+5
* Factorize most of the high-level logic for Sun serial keyboards inmiod2005-05-141-244/+42
* No extra newline if keyboard plugged but not console.miod2005-04-051-3/+2
* Shorten dmesg if no keyboard is plugged.miod2005-03-061-4/+3
* Add a "where" argument to the sparc64 interrupt code. This lets ushenric2003-06-241-2/+2
* nuke terms 3 & 4jason2003-06-021-6/+1
* Make sure to do the keyboard layout selection dance before wskbd_cnattach()miod2003-05-261-21/+28
* Add support for the Sun Enterprise 450henric2003-02-171-17/+24
* Do not attempt to select keyboard layout until it has been determined frommiod2002-12-221-21/+21
* Fix spurious \n in dmesg outputmiod2002-12-101-4/+4
* Upon detection of an international Sun keyboard with a recognized layout,miod2002-11-291-12/+23
* Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).maja2002-05-291-4/+16
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+6
* First round of __P removal in sysmillert2002-03-141-18/+18
* beep!jason2002-02-121-12/+71
* missing \njason2002-02-011-1/+3
* move the scancode -> wskbd event map into a seperate file... more stilljason2002-01-251-153/+6
* Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc.jason2002-01-241-0/+755