Re: [PATCH] move DAC register setting to linux.c

2009-09-12 Thread Robert Millan
Committed. On Thu, Sep 10, 2009 at 11:03:16PM +0200, Robert Millan wrote: > > It didn't really seem right that we were *setting* values in the DAC palette > register in a function that was only meant to retrieve video mode information. > > So I would rather move this to the Linux loader. In th

[PATCH] move DAC register setting to linux.c

2009-09-10 Thread Robert Millan
It didn't really seem right that we were *setting* values in the DAC palette register in a function that was only meant to retrieve video mode information. So I would rather move this to the Linux loader. In the event that other loaders would need this facility, it can be moved into a shared fun