Subject: current on Intermec 6651 "WS_KERNEL_FG" won't work
To: port-hpcmips En <port-hpcmips@netbsd.org>
From: Takaaki Murata <taka_hpcmips@hotmail.com>
List: port-hpcmips
Date: 06/21/2003 17:54:51
Hello,

I compiled a current kernel (netbsd 16U) for my intermec 6651.
Since I don't satisfied with 8 bit color depth, I made my kernel use
16 bit color depth. After that, I have a trouble with the color map.

On my config, I set the value 'WS_KERNEL_FG=GREEN',
then the kernel massage color becomes 'Red'.
Another case I tried was 'WS_KERNEL_FG=WHITE', then massage becomes
'Purple'.
However, 'WS_KERNEL_BG' is working well......

Is this a bug? or Did I do something wrong?

I used TX3922 config file to build kernel.
Then I change the value of plumvideo.c, from
"#if NPLUMOHCI > 0 /* reserve V-RAM area for USB OHCI */" (line 328?)
to
"#if NPLUMOHCI < 0 /* reserve V-RAM area for USB OHCI */"

Thanks,

Taka