diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-16 16:18:42 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-16 16:18:42 -0500 |
commit | 3c9e00c7f2ed494976713e8f77b729e0d76409db (patch) | |
tree | 49c2ce208e8315c773ca507ca1edd24a62b3b23f /src/radeon_dri.c | |
parent | 036a17bec5dabbb91640b907811da060dac154d6 (diff) |
RV350: add another AGP quirk
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r-- | src/radeon_dri.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 2e4ef694..59d9a832 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) */ |