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
/
mgx.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
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
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-04-15
It turns out the mysterious chip with the heatsink glued on, found on mgx
Miod Vallat
2008-04-15
Fix braino in mgx_loadcmap() invocation.
Miod Vallat
2007-02-18
Make it more apparent these boards have (crippled version of) vga-compatible
Miod Vallat
2006-12-17
Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.
Miod Vallat
2006-06-02
sbus_establish() and the associated linked list in the sbus softc is now only
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-03
Sync a few comments with reality.
Miod Vallat
2004-11-29
Move the struct wsscreen_descr from a per-driver global to a per-instance
Miod Vallat
2004-06-20
Port mgx(4) to sparc64.
Miod Vallat