xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Feb 16 13:19:07 PST 2009


 src/radeon_dri.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3c9e00c7f2ed494976713e8f77b729e0d76409db
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Feb 16 16:18:42 2009 -0500

    RV350: add another AGP quirk

diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index 2e4ef69..59d9a83 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -736,6 +736,8 @@ typedef struct {
 /* Keep sorted by hostbridge vendor and device */
 static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
 
+    /* Intel E7505 Memory Controller Hub / RV350 AR [Radeon 9600XT] Needs AGPMode 4 (deb #515326) */
+    { PCI_VENDOR_INTEL,0x2550,  PCI_VENDOR_ATI,0x4152,  0x1458,0x4038,  4 },
     /* Intel 82865G/PE/P DRAM Controller/Host-Hub / Mobility 9800 Needs AGPMode 4 (deb #462590) */
     { PCI_VENDOR_INTEL,0x2570,  PCI_VENDOR_ATI,0x4a4e,  PCI_VENDOR_DELL,0x5106,  4 },
     /* Intel 82855PM Processor to I/O Controller / Mobility M6 LY Needs AGPMode 1 (deb #467235) */


More information about the xorg-commit mailing list