diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-12-10 11:40:47 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-12-10 11:40:47 -0500 |
commit | c0bcea9150ef215fa614733cef9a5b71a55a33bd (patch) | |
tree | 3b47b54f9d185a6d597edafa33924fea391f405a /src/radeon_dri.c | |
parent | 607b02d6abf78147902a5944bd006897ad95e982 (diff) |
Add another AGP quirk
fixes bug 12544
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 51c390d1..7c317e61 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -760,6 +760,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { { 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 }, + /* VIA K8M800 Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 4 (fdo #12544) */ + { 0x1106,0x0204, PCI_VENDOR_ATI,0x5960, 0x17af,0x2020, 4 }, { 0, 0, 0, 0, 0, 0, 0 }, }; |