diff options
author | Michel Daenzer <michel@daenzer.net> | 2005-03-18 22:36:47 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2005-03-18 22:36:47 +0000 |
commit | 34af3da80304a13b6407dcc0f4db54d6c8bb7a41 (patch) | |
tree | be77e83995cd4e38d45cb31785223d60706bc93a /src/radeon_driver.c | |
parent | b56a5f96048b920a7751318dde211e881f53b2bb (diff) |
Add support for production version of 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 8895073c..247ee49f 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_515E: /* RN50 is based on the RV100 but 3D isn't guaranteed to work. YMMV. */ case PCI_CHIP_RN50_5969: info->ChipFamily = CHIP_FAMILY_RV100; |