aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_kbd_sun.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix our ioctl(2) implementation for ioctls with "int" arguments.Ruslan Ermilov2006-10-041-1/+15
* MFC:Maksim Yevmenkin2006-09-251-4/+6
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-101-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