Subject: Re: CVS commit: xsrc
To: None <tv@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: source-changes
Date: 05/16/1999 10:17:45
On Sun, 16 May 1999 18:56:51 +0300 (EEST) 
 Todd Vierling <tv@netbsd.org> wrote:

 > Modified Files:
 > 	xsrc/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips: ct_driver.c
 > Log Message:
 > `#ifdef __arm32__' the call to Xf86SetRGBOut(); the i386 et. al. do not
 > have a composite output for this chip (nor any kernel support for such),
 > so don't try to `switch to' RGB mode at startup.
 > 
 > Fixes problem reported by Jukka Marin <jmarin@pyy.jmp.fi>.

Unfortunately, this isn't a very good solution, because someone might
slap a C&T-containing board into a CATS, or something :-)

This all needs to be done w/ e.g. wscons ioctls, some of which may need
to be invented.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>