[PATCH] OpenBSD support for libpciaccess
Mark Kettenis
mark.kettenis at xs4all.nl
Thu Mar 13 16:12:02 PDT 2008
> From: Eric Anholt <eric at anholt.net>
> Date: Wed, 12 Mar 2008 13:20:38 -0700
>
> > index 0dcff66..7e4a4d2 100644
> > --- a/hw/xfree86/os-support/bsd/i386_video.c
> > +++ b/hw/xfree86/os-support/bsd/i386_video.c
> > @@ -212,6 +212,9 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem)
> > pVidMem->mapMem =3D mapVidMem;
> > pVidMem->unmapMem =3D unmapVidMem;
> > =20
> > + if (useDevMem)
> > + pci_system_init_dev_mem(devMemFd);
> > +
>
> The changeset looks great, though I'd like to slip this hunk under
> #ifdef __OpenBSD__ or a version check so that non-OpenBSD doesn't have
> to catch up to libpciaccess from git to build.
Hmm, do people really want such clutter?
Anyway, the diff went in before I got this message. Can you take this
up with Matthieu if you think something should be done about this?
Mark
More information about the xorg
mailing list