Add support for production version of ATI RN50/ES1000. (ATI Technologies
authorMichel Dänzer <michel@daenzer.net>
Fri, 18 Mar 2005 23:05:07 +0000 (23:05 +0000)
committerMichel Dänzer <michel@daenzer.net>
Fri, 18 Mar 2005 23:05:07 +0000 (23:05 +0000)
Inc.)

src/mesa/drivers/dri/radeon/radeon_screen.c

index 08c85fdf5c0888c24554b433a981017daaef8448..cfba8846383d8967fd6f99ece1a489881898bdb5 100644 (file)
@@ -89,6 +89,7 @@ static const GLuint __driNConfigOptions = 13;
 #define PCI_CHIP_RADEON_QY     0x5159
 #define PCI_CHIP_RADEON_QZ     0x515A
 
+#define PCI_CHIP_RN50_515E     0x515E
 #define PCI_CHIP_RN50_5969     0x5969
 
 #define PCI_CHIP_RADEON_LW     0x4C57 /* mobility 7 - has tcl */
@@ -325,6 +326,7 @@ radeonScreenPtr radeonCreateScreen( __DRIscreenPrivate *sPriv )
       screen->chipset |= RADEON_CHIPSET_TCL;
    case PCI_CHIP_RADEON_QY:
    case PCI_CHIP_RADEON_QZ:
+   case PCI_CHIP_RN50_515E:
    case PCI_CHIP_RN50_5969:
    case PCI_CHIP_RADEON_LY:
    case PCI_CHIP_RADEON_LZ: