summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2003-05-26fix some fictitious spellings. ok miod@Ted Unangst
2003-05-25Support for the Vigra VS11 frame buffer. This is basically the same as theMiod Vallat
2003-05-22Let this compile on SUN4 or SUN4C only kernels, PR #3269Miod Vallat
2003-05-18It turns out that this card has a vga-compatible CRTC interface, withMiod Vallat
2003-05-17No need to check for the 640x480 resolution case, since the minimal resolutionMiod Vallat
2003-05-16Let the user control the brightness of the tadpole built-in display viaMiod Vallat
2003-05-16Sync definitions with NetBSD. Will be necessary shortly.Miod Vallat
2003-05-15Use less magic numbers when programming the vidc control register.Miod Vallat
2003-05-15Remove relics of an ancient pastMiod Vallat
2003-05-14Silence the "lost carrier on FOO port" messages when the port has been setMiod Vallat
2003-05-14The ramdac's hater club is proud to present new yet another SBus frameMiod Vallat
2003-05-13Nuke a few simple commons.Miod Vallat
2003-05-12use new display types; ok miodJason Wright
2003-05-12Initial work to bring this driver in par with other sparc frame buffers:Miod Vallat
2003-05-11string cleaning; krw okTheo de Raadt
2003-04-28use the new display typesJason Wright
2003-04-28Prettier dmesg; henningMiod Vallat
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat
2003-04-06Run the console in the overlay plane, or in low-depth mode, as appropriate,Miod Vallat
2003-04-06Check for the "addr" locator versus the physical address of the VSIMM, soMiod Vallat
2003-04-06When encountering an older or unexpected model this driver can not handle,Miod Vallat
2003-03-09Correctly switch back and forth the 8-bit overlay plane (used in consoleMiod Vallat
2003-03-09A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers,Miod Vallat
2003-03-09When a sparc machine is running with serial console, the zskbd probe wouldMiod Vallat
2003-03-06Improve comments, including type fixes; lebel@Miod Vallat
2003-03-06Premiliminary driver for the Fujitsu AG-10e SBus frame buffer.Miod Vallat
2003-03-05Driver for the Parallax XVideo and PowerVideo frame buffers.Miod Vallat
2003-02-14always need softintr after rxexception (avoids uninitialized variable); point...Jason Wright
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2003-01-22Revert previous - it would prevent the second zs chip from being probedMiod Vallat
2003-01-20Put back the Voyager zs probe workaround that got lost in rev 1.36;Miod Vallat
2002-12-12Dvorak typo.Miod Vallat
2002-12-12Remove dead prototypesMiod Vallat
2002-12-10The introduction of fbwscons_setcolormap() left out 24 bit frame buffersMiod Vallat
2002-11-29Upon detection of an international Sun keyboard with a recognized layout,Miod Vallat
2002-11-24Be sun4m-friendly in FDC_C_HANDLER case.Miod Vallat
2002-11-24Fix a kernel fault in FDC_C_HANDLER code.Miod Vallat
2002-11-24Make this compile again if FDC_C_HANDLER is defined.Miod Vallat
2002-11-24When initializing the colormap on low depth frame buffers, pick valuesMiod Vallat
2002-11-10Use appropriate VM_MAP constants rather than hardcoded values inMiod Vallat
2002-11-09- make IFF_SIMPLEX only set if the media is IFM_FDX (prevents ip6 fromFederico G. Schwindt
2002-11-06- always initialize colormaps, even if the frame buffer is non console; thisMiod Vallat
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-05spelling.Federico G. Schwindt
2002-10-01Do not enable the code that makes use of the vertical retrace interruptMiod Vallat
2002-10-01If the framebuffer is being run in 32bit mode, register a shutdown_hookMiod Vallat
2002-09-30Evil, evil, evil typo broke innocent ramdisks. Die!Miod Vallat
2002-09-23Get the wsdisplay capabilities from rasops, rather than attempting toMiod Vallat
2002-09-20Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit modeFederico G. Schwindt