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