index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sbus
/
zx.c
Age
Commit message (
Expand
)
Author
2022-07-15
Implement support for framebuffers that don't start on a page boundary.
Mark Kettenis
2022-03-13
Constify struct cfattach.
Martin Pieuchot
2022-01-09
spelling
Jonathan Gray
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2015-09-10
Fix a zx_putchar() stupid bug I introduced nine years ago by actually
Miod Vallat
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-09-28
Fix use of uninitialized variable, found by Maxime Villard.
Mike Larkin
2009-09-05
Change the wsdisplay_emulops return types from void to int; emulops will now
Miod Vallat
2008-12-27
Sync the sparc64 fb* api with the recent changes done on sparc.
Miod Vallat
2008-12-25
Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-03-13
When about to run X11 in 32 bpp mode, advertize correctly that we are
Miod Vallat
2006-12-17
Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.
Miod Vallat
2006-12-03
Instead of invoking rasops_init with a wrong depth value to have some
Miod Vallat
2006-12-02
Use ri_devcmap to get corrected color values, instead of directly using
Miod Vallat
2006-11-29
Add an unpack_attr function to struct wsdisplay_emulops, to match the
Miod Vallat
2006-06-02
sbus_establish() and the associated linked list in the sbus softc is now only
Miod Vallat
2006-03-04
Properly display underlined space characters.
Miod Vallat
2005-03-13
Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling.
Miod Vallat
2005-03-07
Do not bother passing the blanking routine to fbwscons_console_init(),
Miod Vallat
2005-03-01
Print display resolution as %dx%d, not %d x %d.
Miod Vallat
2004-11-29
Move the struct wsscreen_descr from a per-driver global to a per-instance
Miod Vallat
2004-07-26
Remove orphaned prototypes.
Miod Vallat
2004-06-20
zx(4) support for sparc64, tested on an Ultra 2.
Miod Vallat