summaryrefslogtreecommitdiff
path: root/sys/dev/sun
AgeCommit message (Expand)Author
2001-11-13add RCSIDslukem
2001-11-12In fb_bell call kbd_docmd only #if NKBD > 0.uwe
2001-09-28Don't force a fixed baud rate if the parent zs driver has already determinedpk
2001-09-26getprop* -> PROM_getprop*eeh
2001-09-24Change bus_space_mmap() signature to the official one.eeh
2001-09-19Define the DECstation framebuffer types, from pmax/include/fbio.h.thorpej
2001-08-05use unsigned variable types as appropriatejdolecek
2001-06-24Avoid unused variables if RASTERCONS_FULLSCREEN is defined. (see PR#13231)pk
2001-06-12receive, not recievewiz
2001-06-08#endif /* takes no argument */mrg
2001-06-07LKM friendly: move ev_out32() to netbsd32 specific code; add an ev_out32 hook.mrg
2001-05-17give sunkbd and sunms a "poll" routine.chs
2001-04-11Put back all header files defining ioctlsjdolecek
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-01-10Get rid of (unintentionally added) ^M.tsutsui
2001-01-10Initialize the FBC mode register in cg6attach().tsutsui
2000-12-19Kill extra "attached" message.eeh
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