diff options
author | Egbert Eich <eich@suse.de> | 2004-03-31 17:02:37 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-03-31 17:02:37 +0000 |
commit | ddffd1430a063b7ac6c5035485a63ed0e4c132b7 (patch) | |
tree | ff65d31a2ceb6aa35f7a39f9079d88cb1f97b33b | |
parent | 2ffea633871eb30a17b37d5ae35cbf998e6bfb63 (diff) |
- adding missing test for the 845.XORG-RELEASE-1-TM-MERGE
-rw-r--r-- | src/i830_driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index e504342f..1fdfeb93 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -1092,7 +1092,8 @@ TweakMemorySize(ScrnInfoPtr pScrn, CARD32 newsize, Bool preinit) PCITAG tag =pciTag(0,0,0); if(!pI830->PciInfo - || !(pI830->PciInfo->chipType == PCI_CHIP_I855_GM + || !(pI830->PciInfo->chipType == PCI_CHIP_845_G + || pI830->PciInfo->chipType == PCI_CHIP_I855_GM || pI830->PciInfo->chipType == PCI_CHIP_I865_G)) return 0; |