summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/bwtwo.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-58/+6
* Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.miod2006-12-171-2/+1
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-4/+1
* Take care of updating the PROMs view of the cursor position in the common fbmiod2005-03-151-15/+1
* Do not bother passing the blanking routine to fbwscons_console_init(),miod2005-03-071-2/+2
* Display hardware name and display resolution at attach time, as done on sparc.miod2005-03-011-5/+12
* 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
* These don't need linear mappings either.jason2003-06-271-3/+2
* Switch to fbxxx() API.miod2003-06-181-89/+30
* Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo).jason2003-06-021-6/+1
* map the vid mem based on linebytes and heightjason2003-03-271-7/+7
* Labels must be followed by a statement. (Pointed out by gcc3.)henric2003-02-121-1/+2
* Register more wsscreen properties to take advantage of wsemul_sun changes.jason2002-09-101-2/+2
* Update rom cursor position if we're the console framebufferjason2002-08-121-10/+23
* Set RI_CLEAR if the card isn't the console framebuffer; based on discussion with miod.jason2002-08-061-2/+3
* Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andmiod2002-07-251-3/+3
* driver for the sbus bwtwo cards (completely untested).jason2002-06-041-0/+442