Let the alpha specific code compile. Untested.
This commit is contained in:
parent
ed43e25d4d
commit
d0fa9a1ef8
@ -7337,11 +7337,12 @@ SISMapMem(ScrnInfoPtr pScrn)
|
||||
xf86DrvMsg (pScrn->scrnIndex, X_ERROR,
|
||||
"Unable to map IO dense aperture. %s (%d)\n",
|
||||
strerror (err), err);
|
||||
#endif
|
||||
}
|
||||
#endif /* XSERVER_LIBPCIACCESS */
|
||||
}
|
||||
pSiS->IOBaseDense = pSiSEnt->IOBaseDense;
|
||||
} else
|
||||
#endif
|
||||
} else {
|
||||
#endif /* SISDUALHEAD */
|
||||
#ifndef XSERVER_LIBPCIACCESS
|
||||
pSiS->IOBaseDense = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO,
|
||||
pSiS->PciTag, pSiS->IOAddress, (pSiS->mmioSize * 1024));
|
||||
@ -7357,8 +7358,11 @@ SISMapMem(ScrnInfoPtr pScrn)
|
||||
xf86DrvMsg (pScrn->scrnIndex, X_ERROR,
|
||||
"Unable to map IO dense aperture. %s (%d)\n",
|
||||
strerror (err), err);
|
||||
}
|
||||
#endif /* XSERVER_LIBPCIACCESS */
|
||||
#ifdef SISDUALHEAD
|
||||
}
|
||||
#endif
|
||||
|
||||
if(pSiS->IOBaseDense == NULL) {
|
||||
SISErrorLog(pScrn, "Could not map MMIO dense area\n");
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user