Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C99 named initializers for struct wsdisplay_accessops fields. | 2013-10-20 | 1 | -10/+4 | |
| | | | | No functional change. | ||||
* | Sync the sparc64 fb* api with the recent changes done on sparc. | 2008-12-27 | 1 | -76/+8 | |
| | |||||
* | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | 2006-12-17 | 1 | -2/+1 | |
| | |||||
* | sbus_establish() and the associated linked list in the sbus softc is now only | 2006-06-02 | 1 | -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. | 2005-03-08 | 1 | -2/+2 | |
| | | | | ok cloder@ martin@ | ||||
* | Do not bother passing the blanking routine to fbwscons_console_init(), | 2005-03-07 | 1 | -2/+2 | |
| | | | | as fbwscons_attach() can find it on its own. | ||||
* | Missing argument to printf(); pat@ | 2005-03-06 | 1 | -3/+3 | |
| | |||||
* | Sync a few comments with reality. | 2005-03-03 | 1 | -3/+3 | |
| | |||||
* | If we couldn't register an interrupt, don't abort attaching - we'll just | 2005-03-03 | 1 | -3/+6 | |
| | | | | update colormaps immediately rather than waiting for the retrace interrupt. | ||||
* | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | 2005-01-05 | 1 | -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-instance | 2004-11-29 | 1 | -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 untested | 2004-11-29 | 1 | -0/+635 | |
due to lack of hardware. |