diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-12-30 19:05:58 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-12-30 19:05:58 -0500 |
commit | c39ca66a7e216b7492fc5e3680ac535831cfb9a1 (patch) | |
tree | c63ac2f5075bb69e6857e8c95bb7dab48f1b18b3 /src | |
parent | 877be1b268f275b8ad83d5e245a0f0d3b1a05091 (diff) |
R2xx: add another AGP quirk
from http://www.phoronix.com/forums/showthread.php?t=14626
Diffstat (limited to 'src')
-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 7c317e61..c0200f10 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -763,6 +763,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { /* VIA K8M800 Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 4 (fdo #12544) */ { 0x1106,0x0204, PCI_VENDOR_ATI,0x5960, 0x17af,0x2020, 4 }, + /* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */ + { 0x1002,0xcbb2, PCI_VENDOR_ATI,0x5c61, 0x104d,0x8175, 1 }, + { 0, 0, 0, 0, 0, 0, 0 }, }; |