summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/zx.c
AgeCommit message (Expand)Author
2007-03-13When about to run X11 in 32 bpp mode, advertize correctly that we areMiod Vallat
2006-12-03Instead of invoking rasops_init with a wrong depth value to have someMiod Vallat
2006-12-02Use ri_devcmap to get corrected color values, instead of directly usingMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2006-03-04Properly display underlined space characters.Miod Vallat
2005-03-23Set up a shutdown hook to put the display back to a PROM-compatible modeMiod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
2005-03-13Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling.Miod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-03-01Print display resolution as %dx%d, not %d x %d.Miod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-07-26Remove orphaned prototypes.Miod Vallat
2004-06-20zx(4) support for sparc64, tested on an Ultra 2.Miod Vallat
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-28Add a macro to encode (x,y) coordinates.Miod Vallat
2003-06-06Do not bother taking care of the frame buffer flags in the softc, if theMiod Vallat
2003-03-09Correctly switch back and forth the 8-bit overlay plane (used in consoleMiod Vallat
2003-03-09A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers,Miod Vallat