summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/vigra.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-76/+8
* 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
* When failing to register an interrupt, display the correct priority on sparc64.miod2005-03-081-2/+2
* Do not bother passing the blanking routine to fbwscons_console_init(),miod2005-03-071-2/+2
* Missing argument to printf(); pat@miod2005-03-061-3/+3
* Sync a few comments with reality.miod2005-03-031-3/+3
* If we couldn't register an interrupt, don't abort attaching - we'll justmiod2005-03-031-3/+6
* 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-28/+4
* Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untestedmiod2004-11-291-0/+635