xorg-server 1.4_2,1 fails on RELENG_7

Peter Grehan grehan at freebsd.org
Mon Dec 17 18:12:16 PST 2007


> When will these patches be applied to the xorg-server port?  Are patches 
> available anywhere?

  My bad, I've not submitted a PR yet.

  I've appended the only other patch required. Doing a full BETA4 
installation tonight, so I'll regen the patches and put them into gnats.

later,

Peter.

--- work/xorg-server-1.4/hw/xfree86/os-support/bsd/ppc_video.c.orig 
2007-11-
09 02:58:11.000000000 +0000
+++ work/xorg-server-1.4/hw/xfree86/os-support/bsd/ppc_video.c 
2007-11-09 03:00
:09.000000000 +0000
@@ -164,7 +164,11 @@

          if (ioBase != MAP_FAILED)
          {
+#if defined(__FreeBSD__)
+               munmap(__DEVOLATILE(unsigned char *, ioBase), 0x10000);
+#else
                  munmap(__UNVOLATILE(ioBase), 0x10000);
+#endif
                  ioBase = MAP_FAILED;
          }
  }


More information about the freebsd-ppc mailing list