summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cgthree.c
AgeCommit message (Expand)Author
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod Vallat
2006-07-25Do not bother reading the existing colormap on attach, since we willMiod Vallat
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2005-03-15Take care of updating the PROMs view of the cursor position in the common fbMiod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-03-01Display hardware name and display resolution at attach time, as done on sparc.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-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlyMiod Vallat
2003-07-03ansifyJason Wright
2003-06-27These don't need linear mappings either.Jason Wright
2003-06-18Switch to fbxxx() API.Miod Vallat
2003-06-17A few typos in the Bt initialisation sequence were introduced in 1.29, andMiod Vallat
2003-06-02Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo).Jason Wright
2003-05-31real register definitions for the brooktree 451/457/458 on the cgsix andJason Wright
2003-03-28Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWNJason Wright
2003-03-27map vid mem based on linebytes and heightJason Wright
2003-02-12Labels must be followed by a statement. (Pointed out by gcc3.)Henric Jungheim
2002-09-10Register more wsscreen properties to take advantage of wsemul_sun changes.Jason Wright
2002-08-31Always setup the RAMDAC (even if we're not the console) so when the displayJason Wright
2002-08-12Update rom cursor position if we're the console framebufferJason Wright
2002-08-06Set RI_CLEAR if the card isn't the console framebuffer; based on discussion w...Jason Wright
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-07-30handle dumbfb and mapped mode requests differentlyJason Wright
2002-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
2002-06-03Convert from rcons to rasopsJason Wright
2002-06-02Turn off timing if WSDISPLAY_BURN_VBLANK is set (which in turn puts mostJason Wright
2002-05-21Enable the blanker now that the X stuff is fixedJason Wright
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-29o remove extra args in printf's.Federico G. Schwindt
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-04Disable the wscons burner functionality... I'm not in the mood to debug it ri...Jason Wright
2002-02-24Proper screenblank semanticsJason Wright
2002-02-23Add burner function so wscons can blank the fbJason Wright
2002-02-07import some register defns from sparcJason Wright
2002-02-05Allow mmap as a dumb framebuffer (from offset 0).Jason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-01-06Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn'tJason Wright
2002-01-04Add support for get/put colormap (mostly borrowed from sparc)Jason Wright
2002-01-04mmap functionality for cgthee (mostly from NetBSD)Jason Wright
2001-12-05- fix initialization so that the cursor is initialized to be in the sameJason Wright
2001-12-04skeleton driver for cgthree (at the same point as cgsix)Jason Wright