diff options
author | Adam Jackson <ajax@redhat.com> | 2011-09-22 13:44:53 -0400 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-15 21:18:45 -0700 |
commit | 30fb334d218f8c1d809f88054b9fe8f5f556bb62 (patch) | |
tree | 5b703dfe1d5cdb14180a33abbc308e1218329112 /hw/xfree86/vgahw | |
parent | 51a5558beb71bddeff9352ef4f43269a8a22317d (diff) |
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>
Diffstat (limited to 'hw/xfree86/vgahw')
-rw-r--r-- | hw/xfree86/vgahw/vgaHW.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/vgahw/vgaHW.c b/hw/xfree86/vgahw/vgaHW.c index 2ecea1ca1..911bf071f 100644 --- a/hw/xfree86/vgahw/vgaHW.c +++ b/hw/xfree86/vgahw/vgaHW.c @@ -1709,7 +1709,6 @@ vgaHWGetHWRec(ScrnInfoPtr scrp) /* Initialise the function pointers with the standard VGA versions */ vgaHWSetStdFuncs(hwp); - hwp->PIOOffset = scrp->domainIOBase; hwp->dev = xf86GetPciInfoForEntity(scrp->entityList[0]); return TRUE; |