aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/xorg-server-snap/files/patch-xf86drmCompat.c
blob: 98d4c84a0a03f89ae8399953dcf037f16e8036a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmCompat.c.orig   Sun Aug 22 17:35:50 2004
+++ programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmCompat.c    Sun Aug 22 17:36:11 2004
@@ -77,8 +77,8 @@
 #include "mga_drm.h"
 #include "r128_drm.h"
 #include "radeon_drm.h"
-#ifndef __FreeBSD__
 #include "sis_drm.h"
+#ifndef __FreeBSD__
 #include "i810_drm.h"
 #include "i830_drm.h"
 #endif
@@ -1012,7 +1012,6 @@
    }
 }
 
-#ifndef __FreeBSD__
 /* SiS */
 
 Bool drmSiSAgpInit(int driSubFD, int offset, int size)
@@ -1026,6 +1025,7 @@
    return 1; /* TRUE */
 }
 
+#ifndef __FreeBSD__
 /* I830 */
 
 Bool drmI830CleanupDma(int driSubFD)