rpms/xorg-x11-server/devel xserver-1.5.1-xgi.patch, NONE, 1.1 xorg-x11-server.spec, 1.360, 1.361

Adam Jackson ajax at fedoraproject.org
Tue Oct 7 18:08:50 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8650

Modified Files:
	xorg-x11-server.spec 
Added Files:
	xserver-1.5.1-xgi.patch 
Log Message:
* Tue Oct 07 2008 Adam Jackson <ajax at redhat.com> 1.5.1-9
- xserver-1.5.1-xgi.patch: Move XGI cards onto the sis driver. (#453812)


xserver-1.5.1-xgi.patch:

--- NEW FILE xserver-1.5.1-xgi.patch ---
>From 3be280e47bf259e5ac43350df52ae0829ca0243f Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax at redhat.com>
Date: Tue, 7 Oct 2008 14:06:21 -0400
Subject: [PATCH] Shove XGI cards onto the sis driver.

This is wrong for xgixp but whatever like anyone has one of those.
---
 hw/xfree86/common/xf86AutoConfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
index 7e5fab4..f110fcd 100644
--- a/hw/xfree86/common/xf86AutoConfig.c
+++ b/hw/xfree86/common/xf86AutoConfig.c
@@ -178,7 +178,7 @@ videoPtrToDriverName(struct pci_device *dev)
 		default:
 		    return "savage";
 	    }
-	case 0x1039:		    return "sis";
+	case 0x1039: case 0x18ca:   return "sis";
 	case 0x126f:		    return "siliconmotion";
 	case 0x121a:
 	    if (dev->device_id < 0x0003)
-- 
1.6.0.1



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -r1.360 -r1.361
--- xorg-x11-server.spec	7 Oct 2008 17:47:40 -0000	1.360
+++ xorg-x11-server.spec	7 Oct 2008 18:08:20 -0000	1.361
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.5.1
-Release:   8%{?dist}
+Release:   9%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -66,6 +66,7 @@
 Patch5001:  xserver-1.4.99-alloca-poison.patch
 # This really could be done prettier.
 Patch5002:  xserver-1.4.99-ssh-isnt-local.patch
+Patch5003:  xserver-1.5.1-xgi.patch
 
 Patch5007:  xserver-1.5.0-bad-fbdev-thats-mine.patch
 
@@ -518,6 +519,9 @@
 
 
 %changelog
+* Tue Oct 07 2008 Adam Jackson <ajax at redhat.com> 1.5.1-9
+- xserver-1.5.1-xgi.patch: Move XGI cards onto the sis driver. (#453812)
+
 * Tue Oct 07 2008 Adam Jackson <ajax at redhat.com> 1.5.1-8
 - xserver-1.5.1-int10-leaks.patch: Shut up some useless int10 debugging and
   plug a memory leak.




More information about the scm-commits mailing list