R300: 1002:5657 is actually RV410
authorAlex Deucher <alex@botch2.com>
Sat, 21 Jun 2008 14:52:49 +0000 (10:52 -0400)
committerAlex Deucher <alex@botch2.com>
Sat, 21 Jun 2008 14:52:49 +0000 (10:52 -0400)
See bug 14289

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

index 2821ecc..55a73ea 100644 (file)
 #define PCI_CHIP_RV410_564F            0x564F
 #define PCI_CHIP_RV410_5652            0x5652
 #define PCI_CHIP_RV410_5653            0x5653
+#define PCI_CHIP_RV410_5657            0x5657
 #define PCI_CHIP_RS300_5834            0x5834
 #define PCI_CHIP_RS300_5835            0x5835
 #define PCI_CHIP_RS480_5954            0x5954
 #define PCI_CHIP_RV370_5B63            0x5B63
 #define PCI_CHIP_RV370_5B64            0x5B64
 #define PCI_CHIP_RV370_5B65            0x5B65
-#define PCI_CHIP_RV370_5657            0x5657
 #define PCI_CHIP_RV280_5C61            0x5C61
 #define PCI_CHIP_RV280_5C63            0x5C63
 #define PCI_CHIP_R430_5D48             0x5D48
index 08568a4..b647cff 100644 (file)
@@ -599,7 +599,6 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
    case PCI_CHIP_RV370_5B63:
    case PCI_CHIP_RV370_5B64:
    case PCI_CHIP_RV370_5B65:
-   case PCI_CHIP_RV370_5657:
    case PCI_CHIP_RV380_3150:
    case PCI_CHIP_RV380_3152:
    case PCI_CHIP_RV380_3154:
@@ -656,6 +655,7 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
    case PCI_CHIP_RV410_564F:
    case PCI_CHIP_RV410_5652:
    case PCI_CHIP_RV410_5653:
+   case PCI_CHIP_RV410_5657:
    case PCI_CHIP_RV410_5E48:
    case PCI_CHIP_RV410_5E4A:
    case PCI_CHIP_RV410_5E4B: