and another. sheesh.

This commit is contained in:
Alan Hourihane 2005-05-31 20:29:01 +00:00
parent 27f86d693c
commit 005d121d28
1 changed files with 1 additions and 1 deletions

View File

@ -2222,7 +2222,7 @@ I830BIOSPreInit(ScrnInfoPtr pScrn, int flags)
if (pI830->PciInfo->chipType == PCI_CHIP_E7221_G)
pI830->availablePipes = 1;
else
if (IS_MOBILE(pI830) || IS_I915G(pI830))
if (IS_MOBILE(pI830) || IS_I915G(pI830) || IS_I945G(pI830))
pI830->availablePipes = 2;
else
pI830->availablePipes = 1;