summaryrefslogtreecommitdiffstats
path: root/sys/dev/sun (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* nuke clase 3 & 4jason2003-06-023-18/+3
|
* remove clause 3 & 4 jointly held by miod and me.jason2003-06-021-6/+1
|
* up MAXSUNLAYOUT... miod, you owe me a beerjason2003-05-171-2/+2
|
* Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards.miod2003-05-171-2/+2
|
* Fix UK keyboard layout (2 & 3 shifted from one position).matthieu2003-03-171-3/+3
| | | | | Reported by scott at porticia dot com. Ok deraadt@
* Japanese type 5 layout; from a picture of the actual layout on sunsolve,miod2003-01-281-3/+23
| | | | checked against prom behaviour with a jumpered type 5.
* Recognize the Voyager ``Compact-1'' keyboard layouts.miod2003-01-222-5/+48
| | | | | Currently, they are mapped to the corresponding type 5 layouts, but some tweaks might be necessary in the future.
* Move sunkbd defn to common place and remove old event.c referencejason2003-01-141-2/+3
|
* Remove dead filesjason2003-01-147-3516/+0
|
* Invalid key in french type 5 keyboard layout; reported by Olivier Cherrier,miod2003-01-011-2/+2
| | | | thanks.
* Upon detection of an international Sun keyboard with a recognized layout,miod2002-11-292-2/+80
| | | | | | | | | | | | | | attach it with the appropriate keymap table, rather than the default KB_US table. If this is not the expected behaviour, users can still revert to US layout via "kbd us" or "wsconsctl -w keyboard.encoding=us". As the installation media uses the prom console, which will honor the international keyboard layout, this will definitely help users with international keyboards and fancy characters in their passwords... Note that there is still some Sun keyboard tables missing at the moment.
* Add the remaining layouts (due to popular demand): spanish, italian, dutch,miod2002-11-231-11/+456
| | | | | | | norwegian, portuguese, swiss-french, swiss-german, uk english. Not thoroughly tested, problems (if any) should be minor. Also fix glitch in caret handling in the previous commit.
* wskbd layouts for Sun Danish, French and German keyboards.miod2002-11-231-2/+192
| | | | More to come as time permits...
* Correctly handle keypad '.'/Delete key on sun keyboards.miod2002-09-081-2/+2
|
* Define new wscons symbols for the L function keys found on Sun keyboards,miod2002-08-291-1/+9
| | | | | and let the sun layout tables produce them. ok mickey@
* map backspace to delete, not backspace key symbol which are defined the same at the moment; jason ok@mickey2002-08-261-2/+2
|
* Convert sparc console code from rcons and pseudo-devices to rasops and wscons.miod2002-08-122-4/+12
| | | | | | | | | | | | | | | | | | | | | For most framebuffers it is faster. Other changes include: o 24 bit support in tcx(4) for the S24 framebuffer o accelerated cgsix(4) text console o new cgtwelve(4) driver for the GS framebuffer o improved serial driver code o better keyboard support The following framebuffers have not been tested but should work: cgfour, cgeight and cgfourteen These changes will require XF4 changes, to use Xwsfb instead of Xsun*, to be commited later today. Most of the work by me during the LSM and the week after, with code borrowed from jason@, NetBSD (new serial code), and feedback from mickey@. Work on pnozz(4) done by millert@
* move HoldScreen to R3 where it belongs (not L3)jason2002-08-051-2/+2
|
* Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).maja2002-05-292-2/+51
| | | | | | | | | This is needed since eg Swedish type 4 and 5 keyboard has keycodes with different keycodes. eg AltGr and Compose are switched in type 5 compared with type 4. This change will need a new Xserver to allow sun type 5 keyboards. -moj ok miod@
* Credit DARPA/USAF appropriately.jason2002-04-084-4/+25
|
* First round of __P removal in sysmillert2002-03-144-30/+30
|
* Opps. One missing _nodead. -mojmaja2002-02-251-2/+2
|
* US isn't all :-) Here is a swedish map. -mojmaja2002-02-251-3/+43
|
* Move ioctl userland accessible stuff to <dev/sun/uperfio.h>jason2002-01-311-0/+99
|
* Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.jason2002-01-251-64/+0
|
* move the scancode -> wskbd event map into a seperate file... more stilljason2002-01-253-0/+263
| | | | to move, though.
* bring sparc64 OUT of the stone age... MAXPARTITIONS 16jason2001-09-181-3/+8
|
* more from netbsd... not sure if it's modified or not (modified at least for RCSids, tho)jason2001-08-192-0/+174
|
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
| | | | deraadt@ ok
* recieve -> receivenate2001-06-271-2/+2
|
* Convert to new timeout API. art@ ok.ho2001-03-241-5/+10
|
* Stab at fixing the locators.h mess, test!niklas1997-08-082-6/+4
|
* Mostly sync to NetBSD-current 970804 + tags.downsj1997-08-088-123/+142
|
* added prototypes, made some functions static, removed unused variableskstailey1997-01-153-16/+39
| | | | now compiles with -Werror -Wall -Wstrict-prototypes
* extra braces to prevent warning about missing braceskstailey1997-01-151-13/+13
|
* partial merge with NetBSDkstailey1996-12-032-6/+12
|
* missing splxderaadt1996-06-231-2/+3
|
* sync 0521deraadt1996-05-262-6/+6
|
* partial sync with netbsd 960418, more to comederaadt1996-04-212-148/+188
|
* NetBSD 960317 mergeniklas1996-04-184-70/+116
|
* z8530 reorganization from gwr (which i think isn't nearly as machinederaadt1996-01-317-0/+3384
independent or correct as he thinks it is)