- adding missing test for the 845.

This commit is contained in:
Egbert Eich
2004-03-31 17:02:37 +00:00
parent 2ffea63387
commit ddffd1430a

View File

@@ -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;