94dbc0f920
The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@ and reed@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
16 lines
550 B
Text
16 lines
550 B
Text
$NetBSD: patch-aq,v 1.4 2006/01/18 23:53:06 xtraeme Exp $
|
|
|
|
--- programs/Xserver/hw/xfree86/os-support/bsd/i386_video.c.orig 2004-11-03 17:35:09.000000000 +0900
|
|
+++ programs/Xserver/hw/xfree86/os-support/bsd/i386_video.c 2004-11-03 17:33:04.000000000 +0900
|
|
@@ -44,6 +44,11 @@
|
|
#include <machine/mtrr.h>
|
|
#include <machine/sysarch.h>
|
|
#include <sys/queue.h>
|
|
+#ifdef __x86_64__
|
|
+#define i386_set_mtrr x86_64_set_mtrr
|
|
+#define i386_get_mtrr x86_64_get_mtrr
|
|
+#define i386_iopl x86_64_iopl
|
|
+#endif
|
|
#endif
|
|
|
|
#if defined(__OpenBSD__) && defined(__amd64__)
|