[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: rev 683 - in branches/4.3.0/sid/debian: . patches



Author: branden
Date: 2003-10-21 16:57:43 -0500 (Tue, 21 Oct 2003)
New Revision: 683

Added:
   branches/4.3.0/sid/debian/patches/099_ati_recognize_radeon_9200_se.diff
Modified:
   branches/4.3.0/sid/debian/TODO
   branches/4.3.0/sid/debian/changelog
Log:
Recognize the Radeon 9200 SE (RV280 5964) as any other RV280 chip.
(Closes: #216896)

- debian/patches/099_ati_recognize_radeon_9200_se.diff: new


Modified: branches/4.3.0/sid/debian/TODO
===================================================================
--- branches/4.3.0/sid/debian/TODO	2003-10-21 21:40:18 UTC (rev 682)
+++ branches/4.3.0/sid/debian/TODO	2003-10-21 21:57:43 UTC (rev 683)
@@ -3,8 +3,6 @@
 
 0pre1v4
 -------
-* Bug #216896: xserver-xfree86: [ati/radeon] patch needed for radeon 9200SE
-  support
 
 -1
 --

Modified: branches/4.3.0/sid/debian/changelog
===================================================================
--- branches/4.3.0/sid/debian/changelog	2003-10-21 21:40:18 UTC (rev 682)
+++ branches/4.3.0/sid/debian/changelog	2003-10-21 21:57:43 UTC (rev 683)
@@ -123,12 +123,16 @@
     - debian/xbase-clients.examples: add line
     - debian/xbase-clients.install: drop line
 
-  * Applied patch to resolve problems with corruption when using XVideo in
+  * Apply patch to resolve problems with corruption when using XVideo in
     fullscreen mode on a flat panel at high resolutions.  (Closes: #215997)
     - debian/patches/098_nv_xvideo_fullscreen_fix.diff: new
 
- -- Branden Robinson <branden@debian.org>  Tue, 21 Oct 2003 16:37:51 -0500
+  * Recognize the Radeon 9200 SE (RV280 5964) as any other RV280 chip.
+    (Closes: #216896)
+    - debian/patches/099_ati_recognize_radeon_9200_se.diff: new
 
+ -- Branden Robinson <branden@debian.org>  Tue, 21 Oct 2003 16:57:12 -0500
+
 xfree86 (4.3.0-0pre1v3) experimental; urgency=high
 
   * Update pam_setcred() security fix to xdm to use pam_error and

Added: branches/4.3.0/sid/debian/patches/099_ati_recognize_radeon_9200_se.diff
===================================================================
--- branches/4.3.0/sid/debian/patches/099_ati_recognize_radeon_9200_se.diff	2003-10-21 21:40:18 UTC (rev 682)
+++ branches/4.3.0/sid/debian/patches/099_ati_recognize_radeon_9200_se.diff	2003-10-21 21:57:43 UTC (rev 683)
@@ -0,0 +1,46 @@
+$Id$
+
+Recognize the Radeon 9200 SE (RV280 5964) as any other RV280 chip.  Based
+on a diff with XFree86 CVS HEAD by Michel Dänzer.  Will be superseded by
+XFree86 4.4.
+
+--- xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h~	2003-10-21 16:50:56.000000000 -0500
++++ xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h	2003-10-21 16:51:20.000000000 -0500
+@@ -221,6 +221,7 @@
+ #define PCI_CHIP_RV280_5961             0x5961
+ #define PCI_CHIP_RV280_5962             0x5962
+ #define PCI_CHIP_RV280_5963             0x5963
++#define PCI_CHIP_RV280_5964             0x5964
+ #define PCI_CHIP_RV280_5968             0x5968
+ #define PCI_CHIP_RV280_5969             0x5969
+ #define PCI_CHIP_RV280_596A             0x596A
+diff -u xc/programs/Xserver/hw/xfree86/drivers/ati~/radeon_driver.c xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
+--- xc/programs/Xserver/hw/xfree86/drivers/ati~/radeon_driver.c	2003-10-20 14:35:33.000000000 -0500
++++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	2003-10-21 16:47:18.000000000 -0500
+@@ -1996,6 +1996,7 @@
+     case PCI_CHIP_RV280_5961:
+     case PCI_CHIP_RV280_5962:
+     case PCI_CHIP_RV280_5963:
++    case PCI_CHIP_RV280_5964:
+ 	info->ChipFamily = CHIP_FAMILY_RV280;
+ 	break;
+ 
+diff -u xc/programs/Xserver/hw/xfree86/drivers/ati~/radeon_probe.c xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
+--- xc/programs/Xserver/hw/xfree86/drivers/ati~/radeon_probe.c	2003-10-20 14:35:30.000000000 -0500
++++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c	2003-10-21 16:49:06.000000000 -0500
+@@ -116,6 +116,7 @@
+     { PCI_CHIP_RV280_5961, "ATI Radeon 9200 5961 (AGP)" },
+     { PCI_CHIP_RV280_5962, "ATI Radeon 9200 5962 (AGP)" },
+     { PCI_CHIP_RV280_5963, "ATI Radeon 9200 5963 (AGP)" },
++    { PCI_CHIP_RV280_5964, "ATI Radeon 9200 5964 (AGP)" },
+     { PCI_CHIP_RV280_5968, "ATI Radeon M9+ 5968 (AGP)" },
+     { PCI_CHIP_RV280_5969, "ATI Radeon M9+ 5969 (AGP)" },
+     { PCI_CHIP_RV280_596A, "ATI Radeon M9+ 596A (AGP)" },
+@@ -174,6 +175,7 @@
+     { PCI_CHIP_RV280_5961, PCI_CHIP_RV280_5961, RES_SHARED_VGA },
+     { PCI_CHIP_RV280_5962, PCI_CHIP_RV280_5962, RES_SHARED_VGA },
+     { PCI_CHIP_RV280_5963, PCI_CHIP_RV280_5963, RES_SHARED_VGA },
++    { PCI_CHIP_RV280_5964, PCI_CHIP_RV280_5964, RES_SHARED_VGA },
+     { PCI_CHIP_RV280_5968, PCI_CHIP_RV280_5968, RES_SHARED_VGA },
+     { PCI_CHIP_RV280_5969, PCI_CHIP_RV280_5969, RES_SHARED_VGA },
+     { PCI_CHIP_RV280_596A, PCI_CHIP_RV280_596A, RES_SHARED_VGA },


Property changes on: branches/4.3.0/sid/debian/patches/099_ati_recognize_radeon_9200_se.diff
___________________________________________________________________
Name: svn:keywords
   + Id



Reply to: