summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/vigra.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use C99 named initializers for struct wsdisplay_accessops fields.miod2013-10-201-10/+4
| | | | No functional change.
* 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
| | | | | | used to store a per-device reset callback, for use in sbusreset(). Except sbusreset() has never, ever, been used since Torek's sbus code went in. Time to recycle those wasted bits.
* When failing to register an interrupt, display the correct priority on sparc64.miod2005-03-081-2/+2
| | | | ok cloder@ martin@
* Do not bother passing the blanking routine to fbwscons_console_init(),miod2005-03-071-2/+2
| | | | as fbwscons_attach() can find it on its own.
* 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
| | | | update colormaps immediately rather than waiting for the retrace interrupt.
* Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostmiod2005-01-051-1/+3
| | | | | of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error.
* Move the struct wsscreen_descr from a per-driver global to a per-instancemiod2004-11-291-28/+4
| | | | | | | | | | field of the sunfb structure. This allows multiple instances of the same driver, but with different resolutions (such as a couple of vigra or a TGX cgsix and a TGX+ cgsix) to use distinct wsscreen_descr structures featuring different resolution information. Doing this allows more wsscreen_descr fiddling inside the sparc* fb api, and results in some code shrinkage (about 4KB on sparc GENERIC).
* Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untestedmiod2004-11-291-0/+635
due to lack of hardware.