summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-07-09 12:48:06 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-07-09 12:54:11 -0400
commit2abbe22339552c799727433ab7f147b6dc621cbf (patch)
treebd5ddef55c8a533be70158ae79852707d2a64b31 /src
parent9d285dbc55a45f9b852aa0c82a5aa572c5284da7 (diff)
RV280: another AGP quirk
fdo bug 12544
Diffstat (limited to 'src')
-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 af56d9fb..d37e0ae0 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -789,6 +789,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
{ PCI_VENDOR_VIA,0x3189, PCI_VENDOR_ATI,0x5960, 0x1462,0x0380, 4 },
/* VIA VT8377 Host Bridge / RV280 Needs AGPMode 4 (ati ML) */
{ PCI_VENDOR_VIA,0x3189, PCI_VENDOR_ATI,0x5964, 0x148c,0x2073, 4 },
+ /* VIA VT8377 Host Bridge / RV280 Needs AGPMode 4 (fdo #12544) */
+ { PCI_VENDOR_VIA,0x3189, PCI_VENDOR_ATI,0x5964, 0x1043,0xc008, 4 },
/* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */
{ PCI_VENDOR_ATI,0xcbb2, PCI_VENDOR_ATI,0x5c61, PCI_VENDOR_SONY,0x8175, 1 },