diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-08-11 15:29:17 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-08-11 15:29:17 -0400 |
commit | 92baeafde8f0c1eed2b6769e96f8093e3d6d7478 (patch) | |
tree | 229e3740608dba01076e25b5281fe18014486efd /src/radeon_dri.c | |
parent | 04288fdb8b8c62fc2eb32fd467fdf05151ad121a (diff) |
RV280: add agp quirk
from Hartmut Niemann
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 ed6ca9b3..8a7ed834 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -777,6 +777,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { /* SiS Host Bridge 655 / R420 [Radeon X800] Needs AGPMode 4 (lp #371296) */ { 0x1039,0x0655, PCI_VENDOR_ATI,0x4a4b, PCI_VENDOR_ATI,0x4422, 4 }, + /* SiS Host Bridge / RV280 Needs AGPMode 4 */ + { 0x1039,0x0741, PCI_VENDOR_ATI,0x5964, 0x148c,0x2073, 4 }, /* ASRock K7VT4A+ AGP 8x / ATI Radeon 9250 AGP Needs AGPMode 4 (lp #133192) */ { 0x1849,0x3189, PCI_VENDOR_ATI,0x5960, 0x1787,0x5960, 4 }, |