summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-08-05 18:34:11 +0000
committerIan Romanick <idr@us.ibm.com>2005-08-05 18:34:11 +0000
commit4a7656a726cd6b848df65cbd9c18bbfd8e09fb47 (patch)
treedba79967125936fa22bcc29a32c6d19f755a1c33
parent22db234c995d12d3e538198b41fba0d555eb10c2 (diff)
Now that Mesa has been merged into the tree, set the default value for
OldDmaInit to false.
-rw-r--r--src/mga_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_driver.c b/src/mga_driver.c
index 19ed05a..b9b50ad 100644
--- a/src/mga_driver.c
+++ b/src/mga_driver.c
@@ -221,7 +221,7 @@ static const OptionInfoRec MGAOptions[] = {
{ OPTION_VREFRESH2, "Monitor2VRefresh", OPTV_ANYSTR, {0}, FALSE },
{ OPTION_MONITOR2POS, "Monitor2Position", OPTV_ANYSTR, {0}, FALSE },
{ OPTION_METAMODES, "MetaModes", OPTV_ANYSTR, {0}, FALSE },
- { OPTION_OLDDMA, "OldDmaInit", OPTV_BOOLEAN, {0}, TRUE },
+ { OPTION_OLDDMA, "OldDmaInit", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_PCIDMA, "ForcePciDma", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};