diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-09-06 10:53:29 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-09-06 10:53:29 -0400 |
commit | 917f2d7cd1815279710939edc27133ca6609460f (patch) | |
tree | c43747a6ed91e79c12823f56de5d4d944bdbc760 | |
parent | 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e (diff) |
RV280: add agp quirk
deb bug 545040
-rw-r--r-- | src/radeon_dri.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 8a7ed83..d67d649 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -800,7 +800,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { /* 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 }, + { PCI_VENDOR_VIA,0x3189, PCI_VENDOR_ATI,0x5964, PCI_VENDOR_ASUS,0xc008, 4 }, + /* VIA VT8377 Host Bridge / RV280 Needs AGPMode 4 (deb #545040) */ + { PCI_VENDOR_VIA,0x3189, PCI_VENDOR_ATI,0x5960, PCI_VENDOR_ASUS,0x004c, 4 }, /* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */ { PCI_VENDOR_ATI,0xcbb2, PCI_VENDOR_ATI,0x5c61, PCI_VENDOR_SONY,0x8175, 1 }, |