Yup....
If this isn't proof that we should always just code it up, compile test and
diff, then I don't know what is :)
I started out with "I don't have time but I'll put in my $0.02" and now
we've spent more time writing email code than it would have taken in the
first place... oh well, best intentions sometimes don't work out.

 -Matt


-----Original Message-----
From: Dr Andrew C Aitchison [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 16, 2002 9:36 AM
To: '[EMAIL PROTECTED]'
Cc: Sebastien BASTARD; '[EMAIL PROTECTED]'
Subject: proof-reader's report on RE: [Xpert]!! Correction for i810
driver !!


On Wed, 16 Oct 2002, Sottek, Matthew J wrote:

This proof-reader suggests:
        sed -e s/temp/tv_htotal/g

> File : xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c
>     Somewhere near line 1522
>  
>      unsigned int lcdtv_c=0;
>      unsigned int tv_htotal=0;
>   
>      /* OVRACT Register */
>      lcdtv_c = INREG(0x60018);
>      tv_htotal = INREG(0x60000);
>  
>      if((lcdtv_c & 0x80000000) &&
>         (~lcdtv_c & 0x20000000) &&
>         (tv_htotal)) {
>        i810Reg->OverlayActiveStart = (temp>>16) - 31; 
                                        ^^^^
>        i810Reg->OverlayActiveEnd = (temp & 0x3ff) - 31;
                                      ^^^^
>      } else {
>        i810Reg->OverlayActiveStart = mode->CrtcHTotal - 32; 
>        i810Reg->OverlayActiveEnd = mode->CrtcHDisplay - 32; 
>      }



-- 
Dr. Andrew C. Aitchison         Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to