summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/tvtwo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use C99 named initializers for struct wsdisplay_accessops fields.miod2013-10-201-10/+4
* Sync the sparc64 fb* api with the recent changes done on sparc.miod2008-12-271-52/+7
* Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead ofmiod2008-12-251-2/+2
* Support the old-prom XVideo boards by rewriting the sbus range registers;miod2008-03-151-51/+59
* When about to run X11 in 32 bpp mode, advertize correctly that we aremiod2007-03-131-1/+4
* Fix 640x480 mode operation (needs a font change, and stride is larger thanmiod2006-08-141-4/+12
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-4/+1
* Disable sync when blanking if display.vblank is set to off.miod2006-02-121-6/+12
* Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit.miod2006-02-121-37/+88
* Don't cause the screen border to be black; but we have to clear the wholemiod2006-02-121-6/+12
* - Match PGI,tvthree (similar frame buffer capacities)miod2005-03-071-47/+62
* Do not bother passing the blanking routine to fbwscons_console_init(),miod2005-03-071-2/+2
* Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostmiod2005-01-051-1/+3
* Move the struct wsscreen_descr from a per-driver global to a per-instancemiod2004-11-291-27/+3
* Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untestedmiod2004-11-291-0/+420