diff options
author | Michel Daenzer <michel@daenzer.net> | 2005-02-18 19:55:35 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2005-02-18 19:55:35 +0000 |
commit | 60070063e2130af0b9d5d34eed7adbae0c0fa67b (patch) | |
tree | 6a4b504fe8f28c6167430be3c029d96be8d5bfe8 /src/radeon_driver.c | |
parent | 32032cdc78097840b7e2685fdec11bc0816aa0ac (diff) |
Bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index f2c026b5..c6c07b54 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2310,6 +2310,7 @@ static Bool RADEONPreInitConfig(ScrnInfoPtr pScrn) case PCI_CHIP_RV100_QY: case PCI_CHIP_RV100_QZ: + case PCI_CHIP_RN50_5969: info->ChipFamily = CHIP_FAMILY_RV100; /* DELL triple-head configuration. */ |