Module Name: xsrc Committed By: macallan Date: Thu Jun 10 13:26:46 UTC 2010
Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_driver.c Log Message: Make ioctl(CG14_SET_PIXELMODE) a proper NetBSD ioctl() ( as in use _IOW ), also fix some bogosity in colour weights and depth. With this and the kernel changes committed earlier the cg14 in my SS20 works with the suncg14 driver. TODO: - beat some sanity in the order in which the Xserver issues various ioctl()s and opens or closes devices to reduce unnecessary flicker and make sure we end up in the right colour mode when entering and exiting X - add hw cursor support - support 8 bit visuals along with 24 bit or alone for high resolutions To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14.h cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.