diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-06-22 22:50:49 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-06-22 22:50:49 +0000 |
commit | 9a4895c4c2fd9614d83adfe3967f4f46dc4dfff6 (patch) | |
tree | 86e4e0fdf25bba9ca21a5c76391a8d7c27d8acae | |
parent | 43e3cc7c21160f4536ed860f97d02545c267dfbc (diff) |
Add missing detection of the PCI ID for 0x5b62, Radeon X600 (Vladimir
Kushnir).
-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 77a14da..7c52fdc 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2501,6 +2501,7 @@ static Bool RADEONPreInitConfig(ScrnInfoPtr pScrn) case PCI_CHIP_RV370_5464: info->IsMobility = TRUE; case PCI_CHIP_RV370_5B60: + case PCI_CHIP_RV370_5B62: case PCI_CHIP_RV370_5B64: case PCI_CHIP_RV370_5B65: info->ChipFamily = CHIP_FAMILY_RV380; |