summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
diff options
context:
space:
mode:
authorAdrian Friedli <adi@koalatux.ch>2008-12-08 10:42:46 -0500
committerAlex Deucher <alexdeucher@gmail.com>2008-12-08 10:42:46 -0500
commitc72b732a2f5597cd72bd4ebe207799ae07f2681e (patch)
tree1b39c97dd87c6005da00f0a5c28f5edbff7af656 /src/radeon_dri.c
parent979ad04d901676cb41aea5cf47a8a2e9c19064dd (diff)
Add another AGP quirk
Diffstat (limited to 'src/radeon_dri.c')
-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 9f0cfaa4..51c390d1 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -758,6 +758,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
{ 0x1106,0x0305, PCI_VENDOR_ATI,0x514c, 0x1002,0x013a, 2 },
/* VIA VT8377 Host Bridge / R200 QM [Radeon 9100] Needs AGPMode 4 (deb #461144) */
{ 0x1106,0x3189, PCI_VENDOR_ATI,0x514d, 0x174b,0x7149, 4 },
+ /* VIA VT82C693A Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 2 */
+ { 0x1106,0x0691, PCI_VENDOR_ATI,0x5960, 0x1043,0x0054, 2 },
{ 0, 0, 0, 0, 0, 0, 0 },
};