Adam Jackson wrote:
> Signed-off-by: Adam Jackson <[email protected]>
> ---
>  hw/xfree86/vgahw/vgaHW.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/hw/xfree86/vgahw/vgaHW.c b/hw/xfree86/vgahw/vgaHW.c
> index 7f0ad28..ef17f4a 100644
> --- a/hw/xfree86/vgahw/vgaHW.c
> +++ b/hw/xfree86/vgahw/vgaHW.c
> @@ -356,6 +356,8 @@ vgaHWSetStdFuncs(vgaHWPtr hwp)
>      hwp->PIOOffset           = 0;
>      hwp->readEnable          = stdReadEnable;
>      hwp->writeEnable         = stdWriteEnable;
> +
> +    hwp->PIOOffset = scrp->domainIOBase;
>  }

Is there some reason you didn't update the hwp->PIOOffset = 0; that's
a few lines earlier instead?

-- 
        -Alan Coopersmith-        [email protected]
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to