CVSROOT: /cvs Module name: src Changes by: aoy...@cvs.openbsd.org 2013/12/30 00:33:40
Modified files: sys/arch/luna88k/dev: lunafb.c Log message: Correct initialization of Bt458, used in LUNA's 8bpp frame buffer. According to the manual, the address register does not automatically increment when we access to the control registers. Also we disable overlay planes, because we do not use them. This diff should be one of preliminaries for upcoming colored wscons on luna88k. ok miod@