summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2010-05-04 21:45:48 +0000
committerXavier Bachelot <xavier@bachelot.org>2010-05-04 21:45:48 +0000
commit2306148da2b0636725b2882f35b2c8c5b80d03fb (patch)
tree0ed69e60fb72697d72f25472175297c500cc32fa
parent4c89f4920c55b065fb26c6dfd04af1fc63b5d211 (diff)
Disable AGP and DMA by default for VX800 and VX855
-rw-r--r--src/via_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/via_driver.c b/src/via_driver.c
index c3000ae..77f938c 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -762,8 +762,8 @@ VIASetupDefaultOptions(ScrnInfoPtr pScrn)
case VIA_VX800:
case VIA_VX855:
pVia->VideoEngine = VIDEO_ENGINE_CME;
- /* pVia->agpEnable = FALSE;
- pVia->dmaXV = FALSE;*/
+ pVia->agpEnable = FALSE;
+ pVia->dmaXV = FALSE;
break;
}