vgahw: Remove IO domain setup
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Tested-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
This commit is contained in:
parent
51a5558beb
commit
30fb334d21
|
@ -1709,7 +1709,6 @@ vgaHWGetHWRec(ScrnInfoPtr scrp)
|
||||||
/* Initialise the function pointers with the standard VGA versions */
|
/* Initialise the function pointers with the standard VGA versions */
|
||||||
vgaHWSetStdFuncs(hwp);
|
vgaHWSetStdFuncs(hwp);
|
||||||
|
|
||||||
hwp->PIOOffset = scrp->domainIOBase;
|
|
||||||
hwp->dev = xf86GetPciInfoForEntity(scrp->entityList[0]);
|
hwp->dev = xf86GetPciInfoForEntity(scrp->entityList[0]);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in New Issue