summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-08-11 15:29:17 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-08-11 15:30:25 -0400
commit2fee5d4925f1ac031f37577c66a148d6e5e8d161 (patch)
treecd235bc1373d0e4f2cb0ce5eb53a212f0a737de3
parent9a6cf3c145e1a42f50f8f1a85a4bea5ceeb98578 (diff)
RV280: add agp quirk
from Hartmut Niemann
-rw-r--r--src/radeon_dri.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index a359bc45..7d321279 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 },