summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cgsix.c
AgeCommit message (Expand)Author
2008-12-27Sync the sparc64 fb* api with the recent changes done on sparc.Miod Vallat
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod Vallat
2006-12-02Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr.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-08When failing to register an interrupt, display the correct priority on sparc64.Miod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-03-03If we couldn't register an interrupt, don't abort attaching - we'll justMiod Vallat
2005-03-03Do not unmap more memory than we mapped earlier, in case of attachment failure.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-07-03ansifyJason Wright
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-18Switch to fbxxx() API.Miod 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-28Fix the color inversion of the cursor (now it's not a solid block of black =)Jason Wright
2003-03-28Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWNJason Wright
2003-03-28If console acceleration was not enabled, do not reinitialize the blitterMiod Vallat
2003-03-27add support for *CURS* ioctlsJason Wright
2003-03-20Compute linebytes and such earlier and use them to decide how muchJason 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-16Turn OFF (not ON) acceleration if revision < 5Jason 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-05Force acceleration to be turned off if we encounter an old hardwareMiod Vallat
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-07-30- Whoops, I had the mode mask and value bits backwardsJason Wright
2002-07-30- Allow disabling of console acceleration with cf_flagsJason Wright
2002-07-26House cleaning (move reg defns into their own file), and be sure to drainJason Wright
2002-07-26add support for hardware accelerated fill/copy; from NetBSD (committed from t...Jason Wright
2002-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
2002-06-03Convert from rcons to rasopsJason 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-14Reload the palette only during the vert retrace interruptJason Wright
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-07Do a more complete initialization if the prom didn't do it for us.Jason Wright
2002-02-07use bus_space_vaddrJason Wright
2002-02-06prettyJason Wright
2002-02-06non console framebuffers, reset and initialize them correctlyJason Wright