diff options
author | Alex Deucher <agd5f@yahoo.com> | 2005-08-08 23:42:36 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2005-08-08 23:42:36 +0000 |
commit | adb093bdf3cea8108a40bcd72f09924b416de0c1 (patch) | |
tree | df6afcd12ea4ba8a94acc8963514ced8fd095edd /src | |
parent | 9c11018beb186b4b303524685fb62629b9ca863e (diff) |
- radeon XPRESS chips are actually RV3xx based
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_driver.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 8774282e..f4809fbd 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2530,9 +2530,9 @@ static Bool RADEONPreInitConfig(ScrnInfoPtr pScrn) case PCI_CHIP_RC410_5A61: case PCI_CHIP_RS480_5954: case PCI_CHIP_RS482_5974: - info->ChipFamily = CHIP_FAMILY_RS300; /*CHIP_FAMILY_RS400*/ - info->IsIGP = TRUE; - info->HasSingleDAC = TRUE; /*?*/ + info->ChipFamily = CHIP_FAMILY_RV380; /*CHIP_FAMILY_RS400*/ + /*info->IsIGP = TRUE;*/ /* ??? */ + /*info->HasSingleDAC = TRUE;*/ /* ??? */ break; case PCI_CHIP_RV410_564A: |