missed hunk

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

View File

@ -2693,7 +2693,7 @@ I830BIOSPreInit(ScrnInfoPtr pScrn, int flags)
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "BIOS Build: %d\n",pI830->bios_version);
if (IS_I915G(pI830) || IS_I915GM(pI830))
if (IS_I915G(pI830) || IS_I915GM(pI830) || IS_I945G(pI830))
pI830->newPipeSwitch = TRUE;
else
if (pI830->availablePipes == 2 && pI830->bios_version >= 3062) {