View | Details | Raw Unified | Return to bug 216281
Collapse All | Expand All

(-)x11-drivers/xf86-video-cirrus/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-cirrus
3
PORTNAME=	xf86-video-cirrus
4
PORTVERSION=	1.5.3
4
PORTVERSION=	1.5.3
5
PORREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
(-)x11-drivers/xf86-video-cirrus/files/patch-Makefile.in (+127 lines)
Line 0 Link Here
1
# Regen with autoreconf after git_04_27f85fc
2
#
3
--- Makefile.in.orig	2016-11-24 04:17:45 UTC
4
+++ Makefile.in
5
@@ -1,7 +1,7 @@
6
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
7
+# Makefile.in generated by automake 1.15 from Makefile.am.
8
 # @configure_input@
9
 
10
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
11
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
12
 
13
 # This Makefile.in is free software; the Free Software Foundation
14
 # gives unlimited permission to copy and/or distribute it,
15
@@ -34,7 +34,17 @@
16
 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
17
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18
 VPATH = @srcdir@
19
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20
+am__is_gnu_make = { \
21
+  if test -z '$(MAKELEVEL)'; then \
22
+    false; \
23
+  elif test -n '$(MAKE_HOST)'; then \
24
+    true; \
25
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26
+    true; \
27
+  else \
28
+    false; \
29
+  fi; \
30
+}
31
 am__make_running_with_option = \
32
   case $${target_option-} in \
33
       ?) ;; \
34
@@ -98,14 +108,12 @@ POST_UNINSTALL = :
35
 build_triplet = @build@
36
 host_triplet = @host@
37
 subdir = .
38
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39
-	$(top_srcdir)/configure $(am__configure_deps) \
40
-	$(srcdir)/config.h.in COPYING ChangeLog INSTALL README compile \
41
-	config.guess config.sub depcomp install-sh missing ltmain.sh
42
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
 	$(ACLOCAL_M4)
46
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
47
+	$(am__configure_deps) $(am__DIST_COMMON)
48
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49
  configure.lineno config.status.lineno
50
 mkinstalldirs = $(install_sh) -d
51
@@ -169,6 +177,9 @@ ETAGS = etags
52
 CTAGS = ctags
53
 CSCOPE = cscope
54
 DIST_SUBDIRS = $(SUBDIRS)
55
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
56
+	COPYING ChangeLog INSTALL NEWS README compile config.guess \
57
+	config.sub install-sh ltmain.sh missing
58
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59
 distdir = $(PACKAGE)-$(VERSION)
60
 top_distdir = $(distdir)
61
@@ -265,6 +276,7 @@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
62
 LIPO = @LIPO@
63
 LN_S = @LN_S@
64
 LTLIBOBJS = @LTLIBOBJS@
65
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
66
 MAKEINFO = @MAKEINFO@
67
 MANIFEST_TOOL = @MANIFEST_TOOL@
68
 MAN_SUBSTS = @MAN_SUBSTS@
69
@@ -375,7 +387,6 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefi
70
 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
71
 	$(am__cd) $(top_srcdir) && \
72
 	  $(AUTOMAKE) --foreign Makefile
73
-.PRECIOUS: Makefile
74
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
75
 	@case '$?' in \
76
 	  *config.status*) \
77
@@ -608,15 +619,15 @@ dist-xz: distdir
78
 	$(am__post_remove_distdir)
79
 
80
 dist-tarZ: distdir
81
-	@echo WARNING: "Support for shar distribution archives is" \
82
-	               "deprecated." >&2
83
+	@echo WARNING: "Support for distribution archives compressed with" \
84
+		       "legacy program 'compress' is deprecated." >&2
85
 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
86
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
87
 	$(am__post_remove_distdir)
88
 
89
 dist-shar: distdir
90
-	@echo WARNING: "Support for distribution archives compressed with" \
91
-		       "legacy program 'compress' is deprecated." >&2
92
+	@echo WARNING: "Support for shar distribution archives is" \
93
+	               "deprecated." >&2
94
 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
95
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
96
 	$(am__post_remove_distdir)
97
@@ -652,17 +663,17 @@ distcheck: dist
98
 	esac
99
 	chmod -R a-w $(distdir)
100
 	chmod u+w $(distdir)
101
-	mkdir $(distdir)/_build $(distdir)/_inst
102
+	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
103
 	chmod a-w $(distdir)
104
 	test -d $(distdir)/_build || exit 0; \
105
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
106
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
107
 	  && am__cwd=`pwd` \
108
-	  && $(am__cd) $(distdir)/_build \
109
-	  && ../configure \
110
+	  && $(am__cd) $(distdir)/_build/sub \
111
+	  && ../../configure \
112
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
113
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
114
-	    --srcdir=.. --prefix="$$dc_install_base" \
115
+	    --srcdir=../.. --prefix="$$dc_install_base" \
116
 	  && $(MAKE) $(AM_MAKEFLAGS) \
117
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
118
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
119
@@ -840,6 +851,8 @@ uninstall-am:
120
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
121
 	tags tags-am uninstall uninstall-am
122
 
123
+.PRECIOUS: Makefile
124
+
125
 
126
 .PHONY: ChangeLog INSTALL
127
 
(-)x11-drivers/xf86-video-cirrus/files/patch-git_01_23da607 (+37 lines)
Line 0 Link Here
1
From 23da6073369ef6a99d1789de967e57359d1fe3b0 Mon Sep 17 00:00:00 2001
2
From: Stefan Dirsch <sndirsch@suse.de>
3
Date: Tue, 26 Apr 2016 16:26:49 +0200
4
Subject: Disable "acceleration" under qemu
5
6
Disable "acceleration" under qemu, since taking the hypercall trap
7
is really quite expensive and you're better off doing noaccel. Patch
8
is based on the one by "Adam Jackson" <ajax@redhat.com>
9
10
http://pkgs.fedoraproject.org/cgit/rpms/xorg-x11-drv-cirrus.git/tree/cirrus-1.2.0-qemu.patch?id=daccd1c8174623500eddfa297d8ea76a86d3c5d9
11
12
Reviewed-by: Adam Jackson <ajax@redhat.com>
13
14
diff --git a/src/alp_driver.c b/src/alp_driver.c
15
index bd5e52f..ba55247 100644
16
--- src/alp_driver.c
17
+++ src/alp_driver.c
18
@@ -774,6 +774,16 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
19
      else
20
  	xf86SetDDCproperties(pScrn,xf86PrintEDID(
21
 		 xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn),pCir->I2CPtr1)));
22
+
23
+#ifdef XSERVER_LIBPCIACCESS
24
+     #ifndef PCI_CHIP_QEMU
25
+     #define PCI_CHIP_QEMU 0x1af4
26
+     #endif
27
+     if (!pScrn->monitor->DDC &&
28
+	((pCir->PciInfo->subvendor_id & 0xffff) == PCI_CHIP_QEMU)) {
29
+	pCir->NoAccel = TRUE;
30
+     }
31
+#endif
32
  
33
      /* Probe the possible LCD display */
34
      AlpProbeLCD(pScrn);
35
-- 
36
cgit v0.10.2
37
(-)x11-drivers/xf86-video-cirrus/files/patch-git_02_82db44f (+50 lines)
Line 0 Link Here
1
From 82db44fe8a726a4a1192b1b93992b642d0ec17b3 Mon Sep 17 00:00:00 2001
2
From: Frederic Crozat <fcrozat@suse.com>
3
Date: Tue, 26 Apr 2016 13:57:52 +0200
4
Subject: Use 16bpp when running in virt and on XenSource gfx
5
6
Due to graphics corruption default to 16bpp in virt instead of 24 (Fedora).
7
Do the same on XenSource gfx, which suffers from the same issue.
8
9
Reviewed-by: Adam Jackson <ajax@redhat.com>
10
11
diff --git a/src/alp_driver.c b/src/alp_driver.c
12
index ba55247..01e05dc 100644
13
--- src/alp_driver.c
14
+++ src/alp_driver.c
15
@@ -466,6 +466,7 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
16
 	vgaHWPtr hwp;
17
 	MessageType from, from1;
18
 	int i;
19
+	int defaultdepth;
20
 	int depth_flags;
21
 	ClockRangePtr clockRanges;
22
 	char *s;
23
@@ -551,11 +552,23 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
24
 	    depth_flags |= Support32bppFb |
25
 			   SupportConvert32to24 |
26
 			   PreferConvert32to24;
27
+
28
+	/* use 16bpp in virt and on XenSource */
29
+	#ifndef PCI_CHIP_QEMU
30
+	#define PCI_CHIP_QEMU 0x1af4
31
+	#endif
32
+	#define PCI_CHIP_XENSOURCE 0x5853
33
+	if (((pCir->PciInfo->subvendor_id & 0xffff) == PCI_CHIP_QEMU) ||
34
+	    ((pCir->PciInfo->subvendor_id & 0xffff) == PCI_CHIP_XENSOURCE))
35
+	    defaultdepth = 16;
36
+	else
37
+	    defaultdepth = 24;
38
+
39
 	/*
40
 	 * The first thing we should figure out is the depth, bpp, etc.
41
 	 * We support both 24bpp and 32bpp layouts, so indicate that.
42
 	 */
43
-	if (!xf86SetDepthBpp(pScrn, 0, 0, 24, depth_flags)) {
44
+	if (!xf86SetDepthBpp(pScrn, 0, 0, defaultdepth, depth_flags)) {
45
 		return FALSE;
46
 	} else {
47
 		/* Check that the returned depth is one we support */
48
-- 
49
cgit v0.10.2
50
(-)x11-drivers/xf86-video-cirrus/files/patch-git_03_adaf1fe (+87 lines)
Line 0 Link Here
1
From adaf1fe744df8d37acdb8b157abc5034b8ea1073 Mon Sep 17 00:00:00 2001
2
From: Adam Jackson <ajax@redhat.com>
3
Date: Wed, 13 Apr 2016 16:37:38 -0400
4
Subject: Remove (almost) no-op setup functions
5
6
These became practical no-ops when I removed reference to the loader
7
symbol lists. gcc will still emit code (and bss) for them though. No
8
functional change, just doing it to prove that nothing special happens
9
at submodule load.
10
11
Reviewed-by: Julien Cristau <jcristau@debian.org>
12
Signed-off-by: Adam Jackson <ajax@redhat.com>
13
14
diff --git a/src/alp_driver.c b/src/alp_driver.c
15
index 01e05dc..39802de 100644
16
--- src/alp_driver.c
17
+++ src/alp_driver.c
18
@@ -159,8 +159,6 @@ static int gd7556_MaxClocks[] = {  80100,  80100,  80100,  80100,  80100 };
19
 #define ALP_MINOR_VERSION 0
20
 #define ALP_PATCHLEVEL 0
21
 
22
-static MODULESETUPPROTO(alpSetup);
23
-
24
 static XF86ModuleVersionInfo alpVersRec =
25
 {
26
 	"cirrus_alpine",
27
@@ -181,20 +179,10 @@ static XF86ModuleVersionInfo alpVersRec =
28
  */
29
 _X_EXPORT XF86ModuleData cirrus_alpineModuleData = {
30
     &alpVersRec,
31
-    alpSetup,
32
+    NULL,
33
     NULL
34
 };
35
 
36
-static pointer
37
-alpSetup(pointer module, pointer opts, int *errmaj, int *errmin)
38
-{
39
-	static Bool setupDone = FALSE;
40
-	if (!setupDone) {
41
-		setupDone = TRUE;
42
-	}
43
-	return (pointer)1;
44
-}
45
-
46
 #endif /* XFree86LOADER */
47
 
48
 _X_EXPORT const OptionInfoRec *
49
diff --git a/src/lg_driver.c b/src/lg_driver.c
50
index 589d14e..c3fe142 100644
51
--- src/lg_driver.c
52
+++ src/lg_driver.c
53
@@ -165,8 +165,6 @@ static int LgLinePitches[4][11] = {
54
 #define LG_MINOR_VERSION 0
55
 #define LG_PATCHLEVEL 0
56
 
57
-static MODULESETUPPROTO(lgSetup);
58
-
59
 static XF86ModuleVersionInfo lgVersRec =
60
 {
61
 	"cirrus_laguna",
62
@@ -187,21 +185,10 @@ static XF86ModuleVersionInfo lgVersRec =
63
  */
64
 _X_EXPORT XF86ModuleData cirrus_lagunaModuleData = {
65
     &lgVersRec,
66
-    lgSetup,
67
+    NULL,
68
     NULL
69
 };
70
 
71
-static pointer
72
-lgSetup(pointer module, pointer opts, int *errmaj, int *errmin)
73
-{
74
-    static Bool setupDone = FALSE;
75
-    
76
-    if (!setupDone) {
77
-	setupDone = TRUE;
78
-    }
79
-    return (pointer)1;
80
-}
81
-
82
 #endif /* XFree86LOADER */
83
 
84
 _X_EXPORT const OptionInfoRec *
85
-- 
86
cgit v0.10.2
87
(-)x11-drivers/xf86-video-cirrus/files/patch-git_04_27f85fc (+152 lines)
Line 0 Link Here
1
From 27f85fc523102f89c3fc1546ae500816ccbffc8a Mon Sep 17 00:00:00 2001
2
From: Adam Jackson <ajax@redhat.com>
3
Date: Wed, 13 Apr 2016 17:05:55 -0400
4
Subject: Don't build split alpine and laguna support
5
6
Before:
7
8
   text	   data	    bss	    dec	    hex	filename
9
  25772	   2040	     16	  27828	   6cb4	src/.libs/cirrus_alpine.so
10
  11429	   1552	    112	  13093	   3325	src/.libs/cirrus_drv.so
11
  21968	   2016	     16	  24000	   5dc0	src/.libs/cirrus_laguna.so
12
  59169	   5608	    114	  64921	   fd99	(TOTALS)
13
14
After:
15
16
   text	   data	    bss	    dec	    hex	filename
17
  47831	   3840	    112	  51783	   ca47	src/.libs/cirrus_drv.so
18
19
So, in the worst case, you're using roughly two more pages for (clean,
20
evictable) text, but two fewer (dirty) pages for data and bss. Fixing
21
this also allows the X server to clean up module loading a bit by
22
enforcing the _drv.so suffix, and since this is the only driver pulling
23
such shenanigans...
24
25
Reviewed-by: Julien Cristau <jcristau@debian.org>
26
Signed-off-by: Adam Jackson <ajax@redhat.com>
27
28
diff --git a/src/Makefile.am b/src/Makefile.am
29
index 36b8d8b..2ceb828 100644
30
--- src/Makefile.am
31
+++ src/Makefile.am
32
@@ -35,32 +35,20 @@ cirrus_drv_la_SOURCES = \
33
          CirrusClk.c \
34
          cir_shadow.c \
35
          cir_pcirename.h \
36
-         compat-api.h
37
-
38
-cirrus_alpine_la_LTLIBRARIES = cirrus_alpine.la
39
-cirrus_alpine_la_LDFLAGS = -module -avoid-version
40
-cirrus_alpine_ladir = @moduledir@/drivers
41
-cirrus_alpine_la_SOURCES = \
42
+         compat-api.h \
43
          alp_driver.c \
44
          alp.h \
45
          alp_hwcurs.c \
46
-         alp_i2c.c
47
-if XAA
48
-cirrus_alpine_la_SOURCES += \
49
-         alp_xaa.c \
50
-         alp_xaam.c
51
-endif
52
-
53
-cirrus_laguna_la_LTLIBRARIES = cirrus_laguna.la
54
-cirrus_laguna_la_LDFLAGS = -module -avoid-version
55
-cirrus_laguna_ladir = @moduledir@/drivers
56
-cirrus_laguna_la_SOURCES = \
57
+         alp_i2c.c \
58
          lg_driver.c \
59
          lg.h \
60
          lg_hwcurs.c \
61
          lg_i2c.c
62
+
63
 if XAA
64
-cirrus_laguna_la_SOURCES += \
65
+cirrus_drv_la_SOURCES += \
66
+         alp_xaa.c \
67
+         alp_xaam.c
68
          lg_xaa.c \
69
          lg_xaa.h
70
 endif
71
diff --git a/src/cir_driver.c b/src/cir_driver.c
72
index 2df4a2e..bbd8bbc 100644
73
--- src/cir_driver.c
74
+++ src/cir_driver.c
75
@@ -43,9 +43,6 @@ static const OptionInfoRec *	CIRAvailableOptions(int chipid, int busid);
76
 static void	CIRIdentify(int flags);
77
 static Bool	CIRProbe(DriverPtr drv, int flags);
78
 
79
-static Bool lg_loaded = FALSE;
80
-static Bool alp_loaded = FALSE;
81
-
82
 #define CIR_VERSION 4000
83
 #define CIR_NAME "CIRRUS"
84
 #define CIR_DRIVER_NAME "cirrus"
85
@@ -170,16 +167,10 @@ CIRAvailableOptions(int chipid, int busid)
86
 	case PCI_CHIP_GD5464:
87
 	case PCI_CHIP_GD5464BD:
88
 	case PCI_CHIP_GD5465:
89
-		if (lg_loaded)
90
-			return LgAvailableOptions(chipid);
91
-		else
92
-			return NULL;
93
+		return LgAvailableOptions(chipid);
94
 
95
 	default:
96
-		if (alp_loaded)
97
-			return AlpAvailableOptions(chipid);
98
-		else
99
-			return NULL;
100
+		return AlpAvailableOptions(chipid);
101
 	}
102
 }
103
 
104
@@ -199,25 +190,6 @@ CIRProbe(DriverPtr drv, int flags)
105
     ErrorF("CirProbe\n");
106
 #endif
107
   
108
-    /*
109
-     * For PROBE_DETECT, make sure both sub-modules are loaded before
110
-     * calling xf86MatchPciInstances(), because the AvailableOptions()
111
-     * functions may be called before xf86MatchPciInstances() returns.
112
-     */
113
-    
114
-    if (flags & PROBE_DETECT) {
115
-	if (!lg_loaded) {
116
-	    if (xf86LoadDrvSubModule(drv, "cirrus_laguna")) {
117
-		lg_loaded = TRUE;
118
-	    }
119
-	}
120
-	if (!alp_loaded) {
121
-	    if (xf86LoadDrvSubModule(drv, "cirrus_alpine")) {
122
-		alp_loaded = TRUE;
123
-	    }
124
-	}
125
-    }
126
-
127
     if ((numDevSections = xf86MatchDevice(CIR_DRIVER_NAME,
128
 					  &devSections)) <= 0) {
129
 	return FALSE;
130
@@ -272,19 +244,8 @@ CIRProbe(DriverPtr drv, int flags)
131
 		     PCI_DEV_DEVICE_ID(pPci) == PCI_CHIP_GD5464 ||
132
 		     PCI_DEV_DEVICE_ID(pPci) == PCI_CHIP_GD5464BD ||
133
 		     PCI_DEV_DEVICE_ID(pPci) == PCI_CHIP_GD5465)) {
134
- 	    
135
- 	    if (!lg_loaded) {
136
- 		if (!xf86LoadDrvSubModule(drv, "cirrus_laguna")) 
137
-		    continue;
138
- 		lg_loaded = TRUE;
139
- 	    }
140
 	    pScrn = LgProbe(usedChips[i]);
141
  	} else {
142
- 	    if (!alp_loaded) {
143
- 		if (!xf86LoadDrvSubModule(drv, "cirrus_alpine")) 
144
- 		    continue;
145
- 		alp_loaded = TRUE;
146
- 	    }
147
  	    pScrn = AlpProbe(usedChips[i]);
148
  	}
149
  	
150
-- 
151
cgit v0.10.2
152
(-)x11-drivers/xf86-video-cirrus/files/patch-src_Makefile.in (+356 lines)
Line 0 Link Here
1
# Regen with autoreconf after git_04_27f85fc
2
#
3
--- src/Makefile.in.orig	2016-11-24 04:25:21 UTC
4
+++ src/Makefile.in
5
@@ -1,7 +1,7 @@
6
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
7
+# Makefile.in generated by automake 1.15 from Makefile.am.
8
 # @configure_input@
9
 
10
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
11
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
12
 
13
 # This Makefile.in is free software; the Free Software Foundation
14
 # gives unlimited permission to copy and/or distribute it,
15
@@ -35,7 +35,17 @@
16
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17
 
18
 VPATH = @srcdir@
19
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20
+am__is_gnu_make = { \
21
+  if test -z '$(MAKELEVEL)'; then \
22
+    false; \
23
+  elif test -n '$(MAKE_HOST)'; then \
24
+    true; \
25
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26
+    true; \
27
+  else \
28
+    false; \
29
+  fi; \
30
+}
31
 am__make_running_with_option = \
32
   case $${target_option-} in \
33
       ?) ;; \
34
@@ -102,17 +112,12 @@ host_triplet = @host@
35
 @XAA_TRUE@         alp_xaa.c \
36
 @XAA_TRUE@         alp_xaam.c
37
 
38
-@XAA_TRUE@am__append_2 = \
39
-@XAA_TRUE@         lg_xaa.c \
40
-@XAA_TRUE@         lg_xaa.h
41
-
42
 subdir = src
43
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
44
-	$(top_srcdir)/depcomp
45
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
 	$(ACLOCAL_M4)
49
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
50
 mkinstalldirs = $(install_sh) -d
51
 CONFIG_HEADER = $(top_builddir)/config.h
52
 CONFIG_CLEAN_FILES =
53
@@ -144,44 +149,25 @@ am__uninstall_files_from_dir = { \
54
     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
55
          $(am__cd) "$$dir" && rm -f $$files; }; \
56
   }
57
-am__installdirs = "$(DESTDIR)$(cirrus_alpine_ladir)" \
58
-	"$(DESTDIR)$(cirrus_drv_ladir)" \
59
-	"$(DESTDIR)$(cirrus_laguna_ladir)"
60
-LTLIBRARIES = $(cirrus_alpine_la_LTLIBRARIES) \
61
-	$(cirrus_drv_la_LTLIBRARIES) $(cirrus_laguna_la_LTLIBRARIES)
62
-cirrus_alpine_la_LIBADD =
63
-am__cirrus_alpine_la_SOURCES_DIST = alp_driver.c alp.h alp_hwcurs.c \
64
-	alp_i2c.c alp_xaa.c alp_xaam.c
65
+am__installdirs = "$(DESTDIR)$(cirrus_drv_ladir)"
66
+LTLIBRARIES = $(cirrus_drv_la_LTLIBRARIES)
67
+cirrus_drv_la_LIBADD =
68
+am__cirrus_drv_la_SOURCES_DIST = cir_dga.c cir_driver.c cir.h \
69
+	CirrusClk.c cir_shadow.c cir_pcirename.h compat-api.h \
70
+	alp_driver.c alp.h alp_hwcurs.c alp_i2c.c lg_driver.c lg.h \
71
+	lg_hwcurs.c lg_i2c.c alp_xaa.c alp_xaam.c
72
 @XAA_TRUE@am__objects_1 = alp_xaa.lo alp_xaam.lo
73
-am_cirrus_alpine_la_OBJECTS = alp_driver.lo alp_hwcurs.lo alp_i2c.lo \
74
-	$(am__objects_1)
75
-cirrus_alpine_la_OBJECTS = $(am_cirrus_alpine_la_OBJECTS)
76
+am_cirrus_drv_la_OBJECTS = cir_dga.lo cir_driver.lo CirrusClk.lo \
77
+	cir_shadow.lo alp_driver.lo alp_hwcurs.lo alp_i2c.lo \
78
+	lg_driver.lo lg_hwcurs.lo lg_i2c.lo $(am__objects_1)
79
+cirrus_drv_la_OBJECTS = $(am_cirrus_drv_la_OBJECTS)
80
 AM_V_lt = $(am__v_lt_@AM_V@)
81
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
82
 am__v_lt_0 = --silent
83
 am__v_lt_1 = 
84
-cirrus_alpine_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
85
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
86
-	$(AM_CFLAGS) $(CFLAGS) $(cirrus_alpine_la_LDFLAGS) $(LDFLAGS) \
87
-	-o $@
88
-cirrus_drv_la_LIBADD =
89
-am_cirrus_drv_la_OBJECTS = cir_dga.lo cir_driver.lo CirrusClk.lo \
90
-	cir_shadow.lo
91
-cirrus_drv_la_OBJECTS = $(am_cirrus_drv_la_OBJECTS)
92
 cirrus_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
93
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94
 	$(cirrus_drv_la_LDFLAGS) $(LDFLAGS) -o $@
95
-cirrus_laguna_la_LIBADD =
96
-am__cirrus_laguna_la_SOURCES_DIST = lg_driver.c lg.h lg_hwcurs.c \
97
-	lg_i2c.c lg_xaa.c lg_xaa.h
98
-@XAA_TRUE@am__objects_2 = lg_xaa.lo
99
-am_cirrus_laguna_la_OBJECTS = lg_driver.lo lg_hwcurs.lo lg_i2c.lo \
100
-	$(am__objects_2)
101
-cirrus_laguna_la_OBJECTS = $(am_cirrus_laguna_la_OBJECTS)
102
-cirrus_laguna_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
103
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
104
-	$(AM_CFLAGS) $(CFLAGS) $(cirrus_laguna_la_LDFLAGS) $(LDFLAGS) \
105
-	-o $@
106
 AM_V_P = $(am__v_P_@AM_V@)
107
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108
 am__v_P_0 = false
109
@@ -216,10 +202,8 @@ AM_V_CCLD = $(am__v_CCLD_@AM_V@)
110
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
111
 am__v_CCLD_0 = @echo "  CCLD    " $@;
112
 am__v_CCLD_1 = 
113
-SOURCES = $(cirrus_alpine_la_SOURCES) $(cirrus_drv_la_SOURCES) \
114
-	$(cirrus_laguna_la_SOURCES)
115
-DIST_SOURCES = $(am__cirrus_alpine_la_SOURCES_DIST) \
116
-	$(cirrus_drv_la_SOURCES) $(am__cirrus_laguna_la_SOURCES_DIST)
117
+SOURCES = $(cirrus_drv_la_SOURCES)
118
+DIST_SOURCES = $(am__cirrus_drv_la_SOURCES_DIST)
119
 am__can_run_installinfo = \
120
   case $$AM_UPDATE_INFO_DIR in \
121
     n|no|NO) false;; \
122
@@ -244,6 +228,7 @@ am__define_uniq_tagged_files = \
123
   done | $(am__uniquify_input)`
124
 ETAGS = etags
125
 CTAGS = ctags
126
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
127
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128
 ACLOCAL = @ACLOCAL@
129
 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
130
@@ -299,6 +284,7 @@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
131
 LIPO = @LIPO@
132
 LN_S = @LN_S@
133
 LTLIBOBJS = @LTLIBOBJS@
134
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
135
 MAKEINFO = @MAKEINFO@
136
 MANIFEST_TOOL = @MANIFEST_TOOL@
137
 MAN_SUBSTS = @MAN_SUBSTS@
138
@@ -397,25 +383,10 @@ AM_CFLAGS = @XORG_CFLAGS@ $(CWARNFLAGS)
139
 cirrus_drv_la_LTLIBRARIES = cirrus_drv.la
140
 cirrus_drv_la_LDFLAGS = -module -avoid-version
141
 cirrus_drv_ladir = @moduledir@/drivers
142
-cirrus_drv_la_SOURCES = \
143
-         cir_dga.c \
144
-         cir_driver.c \
145
-         cir.h \
146
-         CirrusClk.c \
147
-         cir_shadow.c \
148
-         cir_pcirename.h \
149
-         compat-api.h
150
-
151
-cirrus_alpine_la_LTLIBRARIES = cirrus_alpine.la
152
-cirrus_alpine_la_LDFLAGS = -module -avoid-version
153
-cirrus_alpine_ladir = @moduledir@/drivers
154
-cirrus_alpine_la_SOURCES = alp_driver.c alp.h alp_hwcurs.c alp_i2c.c \
155
+cirrus_drv_la_SOURCES = cir_dga.c cir_driver.c cir.h CirrusClk.c \
156
+	cir_shadow.c cir_pcirename.h compat-api.h alp_driver.c alp.h \
157
+	alp_hwcurs.c alp_i2c.c lg_driver.c lg.h lg_hwcurs.c lg_i2c.c \
158
 	$(am__append_1)
159
-cirrus_laguna_la_LTLIBRARIES = cirrus_laguna.la
160
-cirrus_laguna_la_LDFLAGS = -module -avoid-version
161
-cirrus_laguna_ladir = @moduledir@/drivers
162
-cirrus_laguna_la_SOURCES = lg_driver.c lg.h lg_hwcurs.c lg_i2c.c \
163
-	$(am__append_2)
164
 all: all-am
165
 
166
 .SUFFIXES:
167
@@ -432,7 +403,6 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefi
168
 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
169
 	$(am__cd) $(top_srcdir) && \
170
 	  $(AUTOMAKE) --foreign src/Makefile
171
-.PRECIOUS: Makefile
172
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
173
 	@case '$?' in \
174
 	  *config.status*) \
175
@@ -451,41 +421,6 @@ $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
176
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
177
 $(am__aclocal_m4_deps):
178
 
179
-install-cirrus_alpine_laLTLIBRARIES: $(cirrus_alpine_la_LTLIBRARIES)
180
-	@$(NORMAL_INSTALL)
181
-	@list='$(cirrus_alpine_la_LTLIBRARIES)'; test -n "$(cirrus_alpine_ladir)" || list=; \
182
-	list2=; for p in $$list; do \
183
-	  if test -f $$p; then \
184
-	    list2="$$list2 $$p"; \
185
-	  else :; fi; \
186
-	done; \
187
-	test -z "$$list2" || { \
188
-	  echo " $(MKDIR_P) '$(DESTDIR)$(cirrus_alpine_ladir)'"; \
189
-	  $(MKDIR_P) "$(DESTDIR)$(cirrus_alpine_ladir)" || exit 1; \
190
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cirrus_alpine_ladir)'"; \
191
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cirrus_alpine_ladir)"; \
192
-	}
193
-
194
-uninstall-cirrus_alpine_laLTLIBRARIES:
195
-	@$(NORMAL_UNINSTALL)
196
-	@list='$(cirrus_alpine_la_LTLIBRARIES)'; test -n "$(cirrus_alpine_ladir)" || list=; \
197
-	for p in $$list; do \
198
-	  $(am__strip_dir) \
199
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cirrus_alpine_ladir)/$$f'"; \
200
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cirrus_alpine_ladir)/$$f"; \
201
-	done
202
-
203
-clean-cirrus_alpine_laLTLIBRARIES:
204
-	-test -z "$(cirrus_alpine_la_LTLIBRARIES)" || rm -f $(cirrus_alpine_la_LTLIBRARIES)
205
-	@list='$(cirrus_alpine_la_LTLIBRARIES)'; \
206
-	locs=`for p in $$list; do echo $$p; done | \
207
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
208
-	      sort -u`; \
209
-	test -z "$$locs" || { \
210
-	  echo rm -f $${locs}; \
211
-	  rm -f $${locs}; \
212
-	}
213
-
214
 install-cirrus_drv_laLTLIBRARIES: $(cirrus_drv_la_LTLIBRARIES)
215
 	@$(NORMAL_INSTALL)
216
 	@list='$(cirrus_drv_la_LTLIBRARIES)'; test -n "$(cirrus_drv_ladir)" || list=; \
217
@@ -521,50 +456,9 @@ clean-cirrus_drv_laLTLIBRARIES:
218
 	  rm -f $${locs}; \
219
 	}
220
 
221
-install-cirrus_laguna_laLTLIBRARIES: $(cirrus_laguna_la_LTLIBRARIES)
222
-	@$(NORMAL_INSTALL)
223
-	@list='$(cirrus_laguna_la_LTLIBRARIES)'; test -n "$(cirrus_laguna_ladir)" || list=; \
224
-	list2=; for p in $$list; do \
225
-	  if test -f $$p; then \
226
-	    list2="$$list2 $$p"; \
227
-	  else :; fi; \
228
-	done; \
229
-	test -z "$$list2" || { \
230
-	  echo " $(MKDIR_P) '$(DESTDIR)$(cirrus_laguna_ladir)'"; \
231
-	  $(MKDIR_P) "$(DESTDIR)$(cirrus_laguna_ladir)" || exit 1; \
232
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cirrus_laguna_ladir)'"; \
233
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cirrus_laguna_ladir)"; \
234
-	}
235
-
236
-uninstall-cirrus_laguna_laLTLIBRARIES:
237
-	@$(NORMAL_UNINSTALL)
238
-	@list='$(cirrus_laguna_la_LTLIBRARIES)'; test -n "$(cirrus_laguna_ladir)" || list=; \
239
-	for p in $$list; do \
240
-	  $(am__strip_dir) \
241
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cirrus_laguna_ladir)/$$f'"; \
242
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cirrus_laguna_ladir)/$$f"; \
243
-	done
244
-
245
-clean-cirrus_laguna_laLTLIBRARIES:
246
-	-test -z "$(cirrus_laguna_la_LTLIBRARIES)" || rm -f $(cirrus_laguna_la_LTLIBRARIES)
247
-	@list='$(cirrus_laguna_la_LTLIBRARIES)'; \
248
-	locs=`for p in $$list; do echo $$p; done | \
249
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
250
-	      sort -u`; \
251
-	test -z "$$locs" || { \
252
-	  echo rm -f $${locs}; \
253
-	  rm -f $${locs}; \
254
-	}
255
-
256
-cirrus_alpine.la: $(cirrus_alpine_la_OBJECTS) $(cirrus_alpine_la_DEPENDENCIES) $(EXTRA_cirrus_alpine_la_DEPENDENCIES) 
257
-	$(AM_V_CCLD)$(cirrus_alpine_la_LINK) -rpath $(cirrus_alpine_ladir) $(cirrus_alpine_la_OBJECTS) $(cirrus_alpine_la_LIBADD) $(LIBS)
258
-
259
 cirrus_drv.la: $(cirrus_drv_la_OBJECTS) $(cirrus_drv_la_DEPENDENCIES) $(EXTRA_cirrus_drv_la_DEPENDENCIES) 
260
 	$(AM_V_CCLD)$(cirrus_drv_la_LINK) -rpath $(cirrus_drv_ladir) $(cirrus_drv_la_OBJECTS) $(cirrus_drv_la_LIBADD) $(LIBS)
261
 
262
-cirrus_laguna.la: $(cirrus_laguna_la_OBJECTS) $(cirrus_laguna_la_DEPENDENCIES) $(EXTRA_cirrus_laguna_la_DEPENDENCIES) 
263
-	$(AM_V_CCLD)$(cirrus_laguna_la_LINK) -rpath $(cirrus_laguna_ladir) $(cirrus_laguna_la_OBJECTS) $(cirrus_laguna_la_LIBADD) $(LIBS)
264
-
265
 mostlyclean-compile:
266
 	-rm -f *.$(OBJEXT)
267
 
268
@@ -583,7 +477,6 @@ distclean-compile:
269
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_driver.Plo@am__quote@
270
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_hwcurs.Plo@am__quote@
271
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_i2c.Plo@am__quote@
272
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_xaa.Plo@am__quote@
273
 
274
 .c.o:
275
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
276
@@ -698,7 +591,7 @@ check-am: all-am
277
 check: check-am
278
 all-am: Makefile $(LTLIBRARIES)
279
 installdirs:
280
-	for dir in "$(DESTDIR)$(cirrus_alpine_ladir)" "$(DESTDIR)$(cirrus_drv_ladir)" "$(DESTDIR)$(cirrus_laguna_ladir)"; do \
281
+	for dir in "$(DESTDIR)$(cirrus_drv_ladir)"; do \
282
 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
283
 	done
284
 install: install-am
285
@@ -733,9 +626,7 @@ maintainer-clean-generic:
286
 	@echo "it deletes files that may require special tools to rebuild."
287
 clean: clean-am
288
 
289
-clean-am: clean-cirrus_alpine_laLTLIBRARIES \
290
-	clean-cirrus_drv_laLTLIBRARIES \
291
-	clean-cirrus_laguna_laLTLIBRARIES clean-generic clean-libtool \
292
+clean-am: clean-cirrus_drv_laLTLIBRARIES clean-generic clean-libtool \
293
 	mostlyclean-am
294
 
295
 distclean: distclean-am
296
@@ -756,9 +647,7 @@ info: info-am
297
 
298
 info-am:
299
 
300
-install-data-am: install-cirrus_alpine_laLTLIBRARIES \
301
-	install-cirrus_drv_laLTLIBRARIES \
302
-	install-cirrus_laguna_laLTLIBRARIES
303
+install-data-am: install-cirrus_drv_laLTLIBRARIES
304
 
305
 install-dvi: install-dvi-am
306
 
307
@@ -804,34 +693,29 @@ ps: ps-am
308
 
309
 ps-am:
310
 
311
-uninstall-am: uninstall-cirrus_alpine_laLTLIBRARIES \
312
-	uninstall-cirrus_drv_laLTLIBRARIES \
313
-	uninstall-cirrus_laguna_laLTLIBRARIES
314
+uninstall-am: uninstall-cirrus_drv_laLTLIBRARIES
315
 
316
 .MAKE: install-am install-strip
317
 
318
 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
319
-	clean-cirrus_alpine_laLTLIBRARIES \
320
-	clean-cirrus_drv_laLTLIBRARIES \
321
-	clean-cirrus_laguna_laLTLIBRARIES clean-generic clean-libtool \
322
+	clean-cirrus_drv_laLTLIBRARIES clean-generic clean-libtool \
323
 	cscopelist-am ctags ctags-am distclean distclean-compile \
324
 	distclean-generic distclean-libtool distclean-tags distdir dvi \
325
 	dvi-am html html-am info info-am install install-am \
326
-	install-cirrus_alpine_laLTLIBRARIES \
327
-	install-cirrus_drv_laLTLIBRARIES \
328
-	install-cirrus_laguna_laLTLIBRARIES install-data \
329
-	install-data-am install-dvi install-dvi-am install-exec \
330
-	install-exec-am install-html install-html-am install-info \
331
-	install-info-am install-man install-pdf install-pdf-am \
332
-	install-ps install-ps-am install-strip installcheck \
333
-	installcheck-am installdirs maintainer-clean \
334
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
335
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
336
-	tags tags-am uninstall uninstall-am \
337
-	uninstall-cirrus_alpine_laLTLIBRARIES \
338
-	uninstall-cirrus_drv_laLTLIBRARIES \
339
-	uninstall-cirrus_laguna_laLTLIBRARIES
340
+	install-cirrus_drv_laLTLIBRARIES install-data install-data-am \
341
+	install-dvi install-dvi-am install-exec install-exec-am \
342
+	install-html install-html-am install-info install-info-am \
343
+	install-man install-pdf install-pdf-am install-ps \
344
+	install-ps-am install-strip installcheck installcheck-am \
345
+	installdirs maintainer-clean maintainer-clean-generic \
346
+	mostlyclean mostlyclean-compile mostlyclean-generic \
347
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
348
+	uninstall-am uninstall-cirrus_drv_laLTLIBRARIES
349
+
350
+.PRECIOUS: Makefile
351
 
352
+@XAA_TRUE@         lg_xaa.c \
353
+@XAA_TRUE@         lg_xaa.h
354
 
355
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
356
 # Otherwise a system limit (for SysV at least) may be exceeded.
(-)x11-drivers/xf86-video-cirrus/files/patch-src_alp__driver.c (+13 lines)
Line 0 Link Here
1
# Correct a string type that should be const
2
#
3
--- src/alp_driver.c.orig	2016-11-24 04:07:05 UTC
4
+++ src/alp_driver.c
5
@@ -468,7 +468,7 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
6
 	int i;
7
 	int depth_flags;
8
 	ClockRangePtr clockRanges;
9
-	char *s;
10
+	const char *s;
11
  	xf86Int10InfoPtr pInt = NULL;
12
 
13
 	if (flags & PROBE_DETECT)  {
(-)x11-drivers/xf86-video-cirrus/files/patch-src_lg__driver.c (+13 lines)
Line 0 Link Here
1
# Correct a string type that should be const
2
#
3
--- src/lg_driver.c.orig	2016-11-24 04:05:04 UTC
4
+++ src/lg_driver.c
5
@@ -332,7 +332,7 @@ LgPreInit(ScrnInfoPtr pScrn, int flags)
6
 	int i;
7
 	ClockRangePtr clockRanges;
8
 	int fbPCIReg, ioPCIReg;
9
-	char *s;
10
+	const char *s;
11
 
12
 	if (flags & PROBE_DETECT)  {
13
 	  cirProbeDDC( pScrn, xf86GetEntityInfo(pScrn->entityList[0])->index );
(-)x11-drivers/xf86-video-cirrus/pkg-plist (-2 lines)
Lines 1-4 Link Here
1
lib/xorg/modules/drivers/cirrus_alpine.so
2
lib/xorg/modules/drivers/cirrus_drv.so
1
lib/xorg/modules/drivers/cirrus_drv.so
3
lib/xorg/modules/drivers/cirrus_laguna.so
4
man/man4/cirrus.4x.gz
2
man/man4/cirrus.4x.gz

Return to bug 216281