summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/bwtwo.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-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-06-27These don't need linear mappings either.Jason Wright
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-03-27map the 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-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-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
2002-06-04driver for the sbus bwtwo cards (completely untested).Jason Wright