summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/zx.c
AgeCommit message (Expand)Author
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-03-13Constify struct cfattach.Martin Pieuchot
2022-01-09spellingJonathan Gray
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallyMiod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-09-28Fix use of uninitialized variable, found by Maxime Villard.Mike Larkin
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2008-12-27Sync the sparc64 fb* api with the recent changes done on sparc.Miod Vallat
2008-12-25Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead ofMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-03-13When about to run X11 in 32 bpp mode, advertize correctly that we areMiod Vallat
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod 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-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