Index: i830_driver.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c,v retrieving revision 1.10 diff -u -r1.10 i830_driver.c --- i830_driver.c 10 Jan 2005 11:29:02 -0000 1.10 +++ i830_driver.c 9 Feb 2005 09:42:13 -0000 @@ -3785,6 +3815,7 @@ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Mode bandwidth is %d Mpixel/s\n", pMode->HDisplay * pMode->VDisplay * refresh / 1000000); +#if 0 { int maxBandwidth, bandwidthA, bandwidthB; @@ -3805,6 +3836,7 @@ "LFP compensation mode: 0x%x\n", ret); } } +#endif #if MODESWITCH_RESET_STATE ResetState(pScrn, TRUE);