summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/tvtwo.c
AgeCommit message (Expand)Author
2008-12-26Move the logic responsible from deciding whether a frame buffer needs to beMiod Vallat
2008-12-25Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead ofMiod Vallat
2008-03-15Support the old-prom XVideo boards by rewriting the sbus range registers;Miod Vallat
2007-03-13When about to run X11 in 32 bpp mode, advertize correctly that we areMiod Vallat
2006-08-14Fix 640x480 mode operation (needs a font change, and stride is larger thanMiod Vallat
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2006-02-12Disable sync when blanking if display.vblank is set to off.Miod Vallat
2006-02-12Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit.Miod Vallat
2006-02-12Don't cause the screen border to be black; but we have to clear the wholeMiod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
2005-03-07- Match PGI,tvthree (similar frame buffer capacities)Miod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-06Do not bother taking care of the frame buffer flags in the softc, if theMiod Vallat
2003-03-05Driver for the Parallax XVideo and PowerVideo frame buffers.Miod Vallat