summaryrefslogtreecommitdiff
path: root/sys/dev/sun
AgeCommit message (Expand)Author
2005-05-04Make ffb take part in the /dev/fbN circus.martin
2005-05-01fixed tab width and formattingmacallan
2005-05-01Made the Alt key act like STOP when options SPARCBOOK_CMD is #defined tomacallan
2005-04-29Add a missing #if to allow non-wscons compilation.martin
2005-04-28Finish support for wskbd @ kbd @ zs/sab for sparc64 consoles.martin
2005-03-14KNFmartin
2005-03-03Fix a conditional: sparc's will use the raster ops via RASTERCONSOLmartin
2005-03-03Make it (at least) compile w/o wsdisplay @ cgsix.martin
2005-02-27nuke trailing whitespaceperry
2005-02-25From Michael Lorenz: add screen switching keyboard symbolsmartin
2005-02-25From Micahel Lorenz: wsdisplay support for cg6martin
2005-02-21GC SUNKBDDISC & SUNMSDISC line discipline slot definitions. Both are alreadyheas
2005-02-21oops, missed adding a return value for KBD_LAYOUTheas
2005-02-21Place busy loops around the tsleep()s for keyboard ID and layout codes inheas
2005-02-20Return 0, not return -1, to the serial chip's input routine except when aheas
2005-02-20Fix typo in a comment.heas
2005-02-20Add commented about keyboard IDs. No functional change.heas
2005-02-04de-__Pperry
2004-12-31Go back to filtering out KBD_IDLE events by default. The Xsun shipped withbjh21
2004-04-22sprintf -> snprintfitojun
2004-03-19fb_is_console/SUN4U: fbnode => prom_stdout_node.pk
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2004-03-17Update previous change: set defaults properly.pk
2004-03-16Use prom_getoption() and drop home-grown string-to-integer conversion code.pk
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clausejdolecek
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-11-15Commit changes proposed on tech-kern Thu, 6 Nov 2003bouyer
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-10-28keep the caller's defaults instead of supplying our own.chs
2003-10-28uninitialized variables.chs
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-08-27cc_callout does not belong to struct cons_channel, as it's only useduwe
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *martin
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-05-30wsmouse for ms@tty.petrov
2003-01-24fix kernel build error, such a configs w/o kbd, ms.nakayama
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26si_ -> sel_christos
2002-10-26Allow attaching wskbd at kbd, idea from Valeriy Ushakov.martin
2002-10-25Fix pasto.martin
2002-10-25Scan code/keymap table for sun keyboards and wscons.martin
2002-10-23merge kqueue branch into -currentjdolecek