1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/utah-glx/files/patch-ah
Maxim Sobolev 1c63df741c Add MTRR support.
PR:		21901
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
2000-11-08 11:19:39 +00:00

21 lines
416 B
Plaintext

--- servGL/hwglx/mga/mgadirect.c.orig Mon Oct 9 21:47:35 2000
+++ servGL/hwglx/mga/mgadirect.c Mon Oct 9 21:48:18 2000
@@ -62,17 +62,6 @@
#include "glx_clients.h"
#include "glx_init.h"
-#ifndef NO_MTRR
-#define MTRR_NEED_STRINGS
-#include <errno.h>
-#include <asm/mtrr.h>
-#include <fcntl.h>
-#include <sys/ioctl.h>
-#include <unistd.h>
-int mtrr;
-void mgaCloseMTRR();
-#endif
-
#include "xf86_OSproc.h"