Re: PATCH to fix initialisation issue for GC3 (linux-2.5.64 +).

2005-02-16 Thread Mark Fortescue
Hi Mellis, The register masks are set up for an 8bit byte operation. If you use a 32bit read/write (readl/writel) you get very different results on a big endian system (SPARC) when you apply a byte mask. This is why you need to use 8bit (readb/writeb) operations. In addition, using 8bit read/writ

Re: PATCH to fix initialisation issue for GC3 (linux-2.5.64 +).

2005-02-16 Thread David S. Miller
On Wed, 16 Feb 2005 16:15:47 +0200 Meelis Roos <[EMAIL PROTECTED]> wrote: > MF> This patch fixes an error in the blanking code for the GCThree SBUS > MF> video card. Now I get a logo and black screen, not just a blank (no > MF> video) screen. It is a trivual fix that has taken too long to identify

Re: PATCH to fix initialisation issue for GC3 (linux-2.5.64 +).

2005-02-16 Thread Meelis Roos
MF> This patch fixes an error in the blanking code for the GCThree SBUS MF> video card. Now I get a logo and black screen, not just a blank (no MF> video) screen. It is a trivual fix that has taken too long to identify as MF> it is such a small typing error during the rewriting of the code for MF>