| @@ -36,6 +36,7 @@ | |||
| #define PCI_CHIP_RV250_Ie 0x4965 | |||
| #define PCI_CHIP_RV250_If 0x4966 | |||
| #define PCI_CHIP_RV250_Ig 0x4967 | |||
| #define PCI_CHIP_RV410_5E4B 0x5E4B | |||
| #define PCI_CHIP_R420_JH 0x4A48 | |||
| #define PCI_CHIP_R420_JI 0x4A49 | |||
| #define PCI_CHIP_R420_JJ 0x4A4A | |||
| @@ -119,6 +120,7 @@ enum { | |||
| CHIP_FAMILY_RV350, | |||
| CHIP_FAMILY_RV380, | |||
| CHIP_FAMILY_R420, | |||
| CHIP_FAMILY_RV410, | |||
| CHIP_FAMILY_LAST | |||
| }; | |||
| @@ -574,6 +574,7 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv ) | |||
| case PCI_CHIP_R420_JM: | |||
| case PCI_CHIP_R420_JO: | |||
| case PCI_CHIP_R420_JP: | |||
| case PCI_CHIP_RV410_5E4B: | |||
| screen->chip_family = CHIP_FAMILY_R420; | |||
| screen->chip_flags = RADEON_CHIPSET_TCL; | |||
| break; | |||