summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-11-08 19:33:13 -0500
committerAlex Deucher <alex@botch2.(none)>2007-11-08 19:33:13 -0500
commit83f170c32c08c74a9e3466ffa0e0a0606c74427b (patch)
tree1fbf6a0c8f5c876446d205670b1dfeaa31f3b70d /src/radeon_driver.c
parent5cdcaba0f6e9de2d15cfcc109ab97d9fd423e3bf (diff)
add pci ids for X1550PRO
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 9914446..e49ad42 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1838,6 +1838,7 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
break;
case PCI_CHIP_RV515_7142:
+ case PCI_CHIP_RV515_7183:
info->ChipFamily = CHIP_FAMILY_RV515;
break;