Bus layer cleanups

Matt Turner mattst88 at gmail.com
Tue Sep 20 20:10:34 PDT 2011


On Tue, Sep 20, 2011 at 11:00 PM, Jeremy Huddleston <jeremyhu at apple.com> wrote:
> Comparing the end result of this patchset before and after the cleanup reveals this change.  Was this intentional or did something slip through when restructuring?
>
> $ git diff c70241de29ae9c80a89be29e16b838b14a83445e 5057dc2020e8854a97570442bc897a87b4fb8ac2
> diff --git a/hw/xfree86/vgahw/vgaHW.c b/hw/xfree86/vgahw/vgaHW.c
> index 2ce6352..aab2ae2 100644
> --- a/hw/xfree86/vgahw/vgaHW.c
> +++ b/hw/xfree86/vgahw/vgaHW.c
> @@ -1707,6 +1707,7 @@ vgaHWGetHWRec(ScrnInfoPtr scrp)
>     hwp->MapSize = 0;
>     hwp->pScrn = scrp;
>
> +    hwp->PIOOffset = scrp->domainIOBase;
>     hwp->dev = xf86GetPciInfoForEntity(scrp->entityList[0]);
>
>     return TRUE;

Looks like a mistake. I'll fix that up and update the branch tomorrow.
Thanks for pointing that out.

Matt


More information about the xorg-devel mailing list