summaryrefslogtreecommitdiff
path: root/sys/dev/sun
AgeCommit message (Expand)Author
2006-03-10Make external mice work on Tadpole SPARCbookmacallan
2005-12-14whitespace.christos
2005-12-12welcome to the new lwp world.christos
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-10-15Add a multiple include guard.macallan
2005-10-08Fixes the following bug:macallan
2005-09-28Remove spurious debug output accidently commited in revision 1.44.martin
2005-09-14Ignore KBD_IDLE one layer earlier - wskbd does not like it [and complainsmartin
2005-08-25Fix cut and paste error in UK keymap.jdc
2005-06-28deal with more than one cgsix, make sure to get things right even when nonemacallan
2005-06-24Attach multiple displays as fb0, fb1, ... so that X can use multiple headsjdc
2005-06-21Fix mis-placed newline.thorpej
2005-06-20Install eeprom.h and idprom.hthorpej
2005-06-19Move common Sun3/Sun4 EEPROM definitions in to <dev/sun/eeprom.h>thorpej
2005-06-19Move common Sun ID PROM definitions into <dev/sun/idprom.h>.thorpej
2005-06-18Add UK keyboard map.jdc
2005-06-08Use KBD_IDLE instead of magic constantsmartin
2005-06-08Add a key symbol for the "Power" key.martin
2005-06-07Do not bother to post "keyboard idle" events to userland when we aremartin
2005-06-04Add const.tsutsui
2005-06-04Add const.tsutsui
2005-06-03Add const.tsutsui
2005-06-01Add german keymapsmartin
2005-05-31add a missing const.christos
2005-05-30Add const.christos
2005-05-30remove unneeded casts.christos
2005-05-22fixed a typo in cg6_ras_do_cursor and made using the blitter to draw themacallan
2005-05-17Fix indentation.martin
2005-05-16Make the raw keyboard code #ifdef WSDISPLAY_COMPAT_RAWKBD only.martin
2005-05-16Fix WSDISPLAY_COMPAT_RAWKBD. Also return keyboard types < 4 as SUN insteadmartin
2005-05-16Added support for virtual consoles, colour and some code to determine themacallan
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