Fixing setting of physical framebuffer base for several drivers. C&T

driver: Fixed setting of minimal clocks for HiQV chipsets. Neomagic
    driver: improved support for lowres double scan modes.
This commit is contained in:
Egbert Eich 2004-05-26 16:24:08 +00:00
parent 5d8038b297
commit 289ef4abc5
1 changed files with 4 additions and 0 deletions

View File

@ -471,6 +471,10 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags)
RETURN;
xf86LoaderReqSymLists(ramdacSymbols, NULL);
}
/* We have no contiguous physical fb in physical memory */
pScrn->memPhysBase = 0;
pScrn->fbOffset = 0;
return TRUE;
}