diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-07-14 18:13:27 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-07-14 18:13:27 -0400 |
commit | 8312763977b22e108b7d003cbf3256e0165e4439 (patch) | |
tree | 3d4b4eea82185db2203b65689302ce09e0097a4d /src/radeon_dri.c | |
parent | 5473eeeb45468fd200fec49a8506281628a5e4b5 (diff) |
Add an r420 AGP quirk
fixes bug 22726
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r-- | src/radeon_dri.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index d37e0ae0..77a3ff71 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -798,6 +798,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { /* HP Host Bridge / R300 [FireGL X1] Needs AGPMode 2 (fdo #7770) */ { PCI_VENDOR_HP,0x122e, PCI_VENDOR_ATI,0x4e47, PCI_VENDOR_ATI,0x0152, 2 }, + /* nVidia Host Bridge / R420 [X800 Pro] Needs AGPMode 4 (fdo #22726) */ + { 0x10de,0x00e1, PCI_VENDOR_ATI,0x4a49, PCI_VENDOR_ATI,0x0002, 4 }, + { 0, 0, 0, 0, 0, 0, 0 }, }; |