summaryrefslogtreecommitdiff
path: root/sys/dev/sun
AgeCommit message (Expand)Author
2000-11-08Support for MI console magic framework.eeh
2000-11-05fix types in debug code.chs
2000-11-01Adapt to new line discipline scheme.eeh
2000-10-31fb_is_console(): we must match on the `fb' propery in a V0 PROMs root nodepk
2000-10-10Fix compilation errors: unused variable & missing function return values.pk
2000-09-27Add missing cast of ms to (struct device *) in ms_deviopen and ms_devicloseabs
2000-09-21Support for Sun Keyboard/Mouse line disciplines.eeh
2000-09-21Guts of the Sun Keyboard/Mouse line disciplines.eeh
2000-08-26Don't bcopy() from luserland.eeh
2000-08-26Make 64-bit clean.eeh
2000-08-23Common framebuffer functions.pk
2000-08-23Add fb_setsize_pfour() prototype.pk
2000-08-22Declare drivers moved here from arch/sparc/dev.pk
2000-08-22Split off `pfour' code from sparc/dev/fb.c into a separate file.pk
2000-08-22#include <compat/netbsd32/netbsd32.h> if necessarymrg
2000-08-20Move declaration up, before it is used.pk
2000-08-20<machine/fbio.h> -> <dev/sun/fbio.h>pk
2000-08-20Split & move cgthree from arch/sparc.pk
2000-08-20De-P__pk
2000-08-20Move cgsix, bwtwo and BT DAC support here from arch/sparc.pk
2000-08-20Move fbio.h and fbvar.h here.pk
2000-08-20Add COMPAT_NETBSD32 support.eeh
2000-05-19Fix the sparc64 console.eeh
2000-03-30Remove register declarations.augustss
2000-03-24Fix typos from last commit (callout).hannken
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-22Make kbd_iopen/kbd_iclose internal routines; introduce kbd_cc_{open,close}pk
2000-03-19Use a somewhat more flexible method to hook up the keyboard driverpk
1999-08-02The Tadpole 3GX uses a modified Sun Mouse protocol. Instead ofmatt
1999-08-02Allow the mouse baud rate to be patched (rather than forcing a recompilationmatt
1999-05-14oops, forgot to add these files.mrg
1999-05-14split the sun ms/kbd drivers into frontend/backend parts at the serialmrg
1999-02-03Catch up with a change to the stint interface.mycroft
1998-09-29Changed to allow the mouse baud rate to be set at kernel compile time.jeremy
1998-08-22make "struct sun_dkpart" the same for sparc/sparc64 (sparc64 must have been b...mrg
1998-06-20add <dev/sun/disklabel.h>mrg
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-01-12Update for changes to config.thorpej
1997-11-03Trivial change; use KB_SUN4 rather than the constant in one place.mycroft
1997-11-03KIOCSLED ioctl takes a char (from Krister Walfridsson).gwr
1997-10-28The release and control maps are shared by all keyboard types, sogwr
1997-10-28Print more helpful information if we get unexpected keysyms.gwr
1997-10-21Clean up kbdioctl():gwr
1997-10-03Export kbd_docmd() because the sparc fb.c wants it.gwr
1997-07-17use locator defines in "locators.h" to index cf_loc[]jtk
1997-05-02Update an obsolete comment. (We DO handle CapsLock and NumLock.)gwr
1996-12-17Adapt to the new definition of struct zsc_softcgwr
1996-10-16Replace the field cs_rr0_new with cs_rr0_delta (keep changes instead).gwr
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos