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