summaryrefslogtreecommitdiffstats
path: root/sys/dev/sun
AgeCommit message (Expand)AuthorFilesLines
2020-04-06sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha1-7/+3
2016-10-24adapt to recent wsmouse changes by bru (oct23)deraadt1-1/+2
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.bru1-3/+3
2016-03-19Reduces the noise around the global ``ticks'' variable by renaming allmpi1-6/+6
2015-09-18Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner.kettenis1-2/+1
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod1-3/+3
2013-04-21Unify the zs tty driver.sebastia1-10/+2
2012-11-29Fix asterisk symbol in de layout.shadchin1-3/+3
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.shadchin2-40/+3
2011-01-30Report the compose key on sun keyboards in raw mode as a different keycodemiod1-2/+2
2010-04-25introducing a 64-bit type to the disklabel structure leads some architecturesderaadt1-2/+2
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniquejsing1-2/+4
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Sincemiod4-1/+786
2009-01-12Oops, sunkbd_decode() still needs to be public for *cngetc() to work;miod2-3/+3
2009-01-12Remap the audio mute key on type 5, as it collides with the keypad equalmiod3-10/+31
2009-01-11WSDISPLAY_COMPAT_RAWKBD support for sun serial keyboards (zskbd, comkbd).miod3-6/+226
2009-01-11Define a limit to the input which can be fed to sunkbd_input() at once,miod1-1/+3
2009-01-11Factor a bit more sunkbd common parts; paves the way for upcomingmiod2-2/+24
2007-10-02Fiddle Sun traditional disklabel recognition to eliminate union andkrw1-52/+22
2007-09-19On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionstsi1-15/+76
2007-05-31extend the sun disklabel format to contain filesystem types. also,deraadt1-39/+15
2005-11-11Enable or disable keyclick on attach, based upon the PROM keyboard-click?miod2-2/+17
2005-06-03reties -> retriesmiod1-5/+5
2005-05-14Factorize most of the high-level logic for Sun serial keyboards inmiod4-969/+1231
2005-02-28Fix confusion between KS_paragraph and KS_section; inspired from a PS/2miod1-18/+18
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-02nuke clase 3 & 4jason3-18/+3
2003-06-02remove clause 3 & 4 jointly held by miod and me.jason1-6/+1
2003-05-17up MAXSUNLAYOUT... miod, you owe me a beerjason1-2/+2
2003-05-17Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards.miod1-2/+2
2003-03-17Fix UK keyboard layout (2 & 3 shifted from one position).matthieu1-3/+3
2003-01-28Japanese type 5 layout; from a picture of the actual layout on sunsolve,miod1-3/+23
2003-01-22Recognize the Voyager ``Compact-1'' keyboard layouts.miod2-5/+48
2003-01-14Move sunkbd defn to common place and remove old event.c referencejason1-2/+3
2003-01-14Remove dead filesjason7-3516/+0
2003-01-01Invalid key in french type 5 keyboard layout; reported by Olivier Cherrier,miod1-2/+2
2002-11-29Upon detection of an international Sun keyboard with a recognized layout,miod2-2/+80
2002-11-23Add the remaining layouts (due to popular demand): spanish, italian, dutch,miod1-11/+456
2002-11-23wskbd layouts for Sun Danish, French and German keyboards.miod1-2/+192
2002-09-08Correctly handle keypad '.'/Delete key on sun keyboards.miod1-2/+2
2002-08-29Define new wscons symbols for the L function keys found on Sun keyboards,miod1-1/+9
2002-08-26map backspace to delete, not backspace key symbol which are defined the same at the moment; jason ok@mickey1-2/+2
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.miod2-4/+12
2002-08-05move HoldScreen to R3 where it belongs (not L3)jason1-2/+2
2002-05-29Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).maja2-2/+51
2002-04-08Credit DARPA/USAF appropriately.jason4-4/+25
2002-03-14First round of __P removal in sysmillert4-30/+30
2002-02-25Opps. One missing _nodead. -mojmaja1-2/+2
2002-02-25US isn't all :-) Here is a swedish map. -mojmaja1-3/+43
2002-01-31Move ioctl userland accessible stuff to <dev/sun/uperfio.h>jason1-0/+99