1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/XFree86/files/patch-g
Ruslan Ermilov aed549fc82 Compile in i810 graphics driver support (without AGP kernel support).
You will need the I810_UNSUPPORTED_GTT_FALLBACK environment variable
for XF86_SVGA server to run.
2000-06-09 06:25:17 +00:00

10 lines
197 B
Plaintext

Index: programs/Xserver/hw/xfree86/vga256/drivers/i810/i810_accel.c
@@ -39,6 +39,7 @@
#include <math.h>
#include <stdio.h>
+#include <sys/types.h>
#include <sys/mman.h>
#include <signal.h>