Update for new vgaHW API

This commit is contained in:
matthieu 2012-06-09 10:33:05 +00:00
parent 0a37eba7ec
commit e67183c5be

View File

@ -2943,8 +2943,10 @@ Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags)
} else
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "VGAAccess option set to FALSE,"
" VGA module load skipped\n");
if (info->VGAAccess)
if (info->VGAAccess) {
vgaHWSetStdFuncs(VGAHWPTR(pScrn));
vgaHWGetIOBase(VGAHWPTR(pScrn));
}
#endif