summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/hpc/z8530kbd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Probe the keyboard for its dip switches also if it is the console keyboard,miod2014-12-071-76/+128
* Extend the keyboard communication routines to be able to work in polling mode;miod2014-05-221-39/+150
* Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod2014-01-261-2/+2
* Recognize 85230 chips, and take advantage of their FIFOs to reduce themiod2012-04-291-26/+27
* Be sure to initialize the `state' member of the softc when attaching themiod2012-04-281-9/+5
* Fix the `all keys up' event handling logic to only apply to it, and not tomiod2012-04-271-2/+2
* Drivers for the SGI Indigo serial keyboard and mouse (not PS/2 devices).miod2012-04-171-0/+593