On Oct 05, Stefan Dirsch wrote:

> Hi
> 
> I integrated this patch now in our XFree86 CVS. Should be soon also in official
> XFree86 CVS.

thanks -- and thanks for quoting my patch.  only this way I realized
that I've sent the wrong diff file, which still includes debug output.

please remove (or don't checkin) those two calls to I810PrintErrorState(),
this just gives additional output to the log file.

-------------------------------------------------------------------------------
--- i810_driver.c.orig  Mon Oct  1 15:24:07 2001
+++ xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c   Fri Sep 21 18:49:45 
+2001
@@ -1006,10 +1006,17 @@
 {
    vgaHWPtr hwp;
    I810Ptr pI810;
+   unsigned temp;
 
    hwp = VGAHWPTR(pScrn);
    pI810 = I810PTR(pScrn);
    DoSave(pScrn, &hwp->SavedReg, &pI810->SavedReg, TRUE);
+
+   I810PrintErrorState(pScrn);
+   temp = INREG(MEMMODE);
+   temp |= 4;
+   OUTREG(MEMMODE, temp);
+   I810PrintErrorState(pScrn);
 }
 
 
-------------------------------------------------------------------------------


sorry,

Harald
-- 
"I hope to die                                      ___       _____
before I *have* to use Microsoft Word.",           0--,|    /OOOOOOO\
Donald E. Knuth, 21-09-2001 in Tuebingen.         <_/  /  /OOOOOOOOOOO\
                                                    \  \/OOOOOOOOOOOOOOO\
                                                      \ OOOOOOOOOOOOOOOOO|//
Harald Koenig,                                         \/\/\/\/\/\/\/\/\/
Inst.f.Theoret.Astrophysik                              //  /     \\  \
[EMAIL PROTECTED]                     ^^^^^       ^^^^^
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to