diff -Nurp xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c xc-changed/programs/Xserver/hw/xfree86/common/xf86pciBus.c
--- xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c	2003-02-18 15:42:11.000000000 +0000
+++ xc-changed/programs/Xserver/hw/xfree86/common/xf86pciBus.c	2003-03-07 14:30:13.000000000 +0000
@@ -573,11 +573,13 @@ pciIoAccessEnable(void* arg)
 static void
 pciIoAccessDisable(void* arg)
 {
+#if 0
 #ifdef DEBUG
     ErrorF("pciIoAccessDisable: 0x%05lx\n", *(PCITAG *)arg);
 #endif
     pArg->ctrl &= ~SETBITS;
     (*pArg->func)(pArg->tag, PCI_CMD_STAT_REG, pArg->ctrl);
+#endif
 }
 
 #undef SETBITS
@@ -595,11 +597,13 @@ pciIo_MemAccessEnable(void* arg)
 static void
 pciIo_MemAccessDisable(void* arg)
 {
+#if 0
 #ifdef DEBUG
     ErrorF("pciIo_MemAccessDisable: 0x%05lx\n", *(PCITAG *)arg);
 #endif
     pArg->ctrl &= ~SETBITS;
     (*pArg->func)(pArg->tag, PCI_CMD_STAT_REG, pArg->ctrl);
+#endif
 }
 
 #undef SETBITS
@@ -617,11 +621,13 @@ pciMemAccessEnable(void* arg)
 static void
 pciMemAccessDisable(void* arg)
 {
+#if 0
 #ifdef DEBUG
     ErrorF("pciMemAccessDisable: 0x%05lx\n", *(PCITAG *)arg);
 #endif
     pArg->ctrl &= ~SETBITS;
     (*pArg->func)(pArg->tag, PCI_CMD_STAT_REG, pArg->ctrl);
+#endif
 }
 #undef SETBITS
 #undef pArg
