summaryrefslogtreecommitdiff
path: root/src/mga_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mga_driver.c')
-rw-r--r--src/mga_driver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mga_driver.c b/src/mga_driver.c
index 0f36970..b570b78 100644
--- a/src/mga_driver.c
+++ b/src/mga_driver.c
@@ -1358,9 +1358,6 @@ MGAdoDDC(ScrnInfoPtr pScrn)
hwp = VGAHWPTR(pScrn);
pMga = MGAPTR(pScrn);
- if (pMga->is_G200SE)
- return NULL; /* boo hiss */
-
/* Load DDC if we have the code to use it */
/* This gives us DDC1 */
if (pMga->ddc1Read || pMga->i2cInit) {