diff options
author | Yannick Henault <yheneaul@matrox.com> | 2008-06-23 13:02:43 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-06-23 13:02:43 -0400 |
commit | 382659741681ad10290c1e01045dfe9e2fde8d3f (patch) | |
tree | d1f33f35d6ca1d6ce2c88384a5f4f72f940c592f /src/mga_driver.c | |
parent | 9e2ee9403c198da5d79dfb2f4fcafe9b381afd3d (diff) |
Bug #15836: Fix DDC on G200SE.
Diffstat (limited to 'src/mga_driver.c')
-rw-r--r-- | src/mga_driver.c | 3 |
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) { |