6456a79045
This was missed in the mesa update. This syncs x11-server/xorg-server with the xorg development repo Bump portrevision again in case. Apologies for the churn! Obtained from: xorg development repo
13 lines
402 B
Text
13 lines
402 B
Text
--- hw/xfree86/os-support/bsd/sparc64_video.c.orig 2008-10-02 21:01:25.000000000 +0000
|
|
+++ hw/xfree86/os-support/bsd/sparc64_video.c 2009-03-29 19:55:40.000000000 +0000
|
|
@@ -52,6 +52,10 @@
|
|
pVidMem->mapMem = sparc64MapVidMem;
|
|
pVidMem->unmapMem = sparc64UnmapVidMem;
|
|
pVidMem->initialised = TRUE;
|
|
+
|
|
+#if defined(__FreeBSD__)
|
|
+ pci_system_init_dev_mem(xf86Info.screenFd);
|
|
+#endif
|
|
}
|
|
|
|
static pointer
|