summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-06-15 22:38:36 +0000
committerIan Romanick <idr@us.ibm.com>2005-06-15 22:38:36 +0000
commit89db1e50a85521189926e1e73b1ddfb4a3e12be0 (patch)
tree6cb7f60aa5d5aa71aca6bb5f2e1ff2c78f7daf90
parenta6e0ae358bdb26452444d916a956c07da7fe88f4 (diff)
Temporary fixes to work-around the "old" MGA client-side driver in the
tree.
-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 7bd1666..5d75b72 100644
--- a/src/mga_driver.c
+++ b/src/mga_driver.c
@@ -219,7 +219,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}, FALSE },
+ { OPTION_OLDDMA, "OldDmaInit", OPTV_BOOLEAN, {0}, TRUE },
{ OPTION_PCIDMA, "ForcePciDma", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};