Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2007 18:11:52 -0800
From:      Peter Grehan <grehan@freebsd.org>
To:        Justin Hibbits <jrh29@alumni.cwru.edu>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: xorg-server 1.4_2,1 fails on RELENG_7
Message-ID:  <47672C68.1050203@freebsd.org>
In-Reply-To: <200712172045.52132.jrh29@alumni.cwru.edu>
References:  <20071103230152.0bdfbd36.torfinn.ingolfsen@broadpark.no>	<4733A0F7.8010600@freebsd.org> <200712172045.52132.jrh29@alumni.cwru.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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;
          }
  }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47672C68.1050203>