summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_kbd_sun.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-869/+0
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-1/+0
* keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-161-19/+19
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Fix bugs in the Sun -> AT keycode translation table which caused theMarius Strobl2007-05-011-3/+3
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-2/+2
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-181-15/+7
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutMarius Strobl2006-11-021-85/+379
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-1/+24
* Do not try to call keyboard callback unless keyboard is active and busy.Maksim Yevmenkin2006-09-181-4/+6
* MFp4:Marcel Moolenaar2006-02-241-2/+2
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-1/+1
* Replace the band-aid for allowing to call sunkbd_configure() multipleMarius Strobl2005-06-041-14/+19
* - Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() asMarius Strobl2005-05-211-11/+21
* Add the keyboard system device before we probe for the keyboard.Marcel Moolenaar2005-01-311-2/+13
* Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the functionMarcel Moolenaar2004-04-021-0/+2
* Add a uart attachment/syscons keyboard driver for sun keyboards. In theoryJake Burkholder2003-11-111-0/+529