Module Name: src Committed By: tsutsui Date: Thu Jul 21 10:06:59 UTC 2011
Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Changes put for luna68k X.Org mono server demo at OSC 2011 Kansai @ Kyoto: - sprinkle volatile around register access - initialize pallete for WHITE on BLACK text - add WSDISPLAYIO_LINEBYTES ioctl(2) - fix index count in omsetcmap() - make omfbmmap() return cookie for OMFB_FB_RADDR to make X.Org wsfb driver work on 1bpp framebuffer memory (XXX: should revisit later) - make WSDISPLAYIO_GINFO always return 1bpp to avoid pallete mangled by X.Org server initialization (XXX: should revisit later) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/luna68k/dev/lunafb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.