Correct initialization of Bt458, used in LUNA's 8bpp frame buffer.
authoraoyama <aoyama@openbsd.org>
Mon, 30 Dec 2013 07:33:40 +0000 (07:33 +0000)
committeraoyama <aoyama@openbsd.org>
Mon, 30 Dec 2013 07:33:40 +0000 (07:33 +0000)
commit23619b22271d055dfcda1b448f8c12d1c292a633
tree6a6587e151793e5dfdb4318aab9c49095e66b44b
parent878844f5c4789d631defe088b5aa814bc8283cb1
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@
sys/arch/luna88k/dev/lunafb.c