Adding RV350_NJ ID.
authorJerome Glisse <glisse@freedesktop.org>
Fri, 1 Jul 2005 21:26:43 +0000 (21:26 +0000)
committerJerome Glisse <glisse@freedesktop.org>
Fri, 1 Jul 2005 21:26:43 +0000 (21:26 +0000)
src/mesa/drivers/dri/r300/radeon_screen.c

index cb30f58a4535290d5031e60e6fd4b60704d86193..a508c62e8348e767ee9e7da0bbad4133e579691f 100644 (file)
@@ -202,6 +202,7 @@ static const struct dri_debug_control debug_control[] = {
 #define PCI_CHIP_RV350_AP               0x4150
 #define PCI_CHIP_RV350_AR               0x4152
 #define PCI_CHIP_RV350_AS               0x4153
+#define PCI_CHIP_RV350_NJ              0x4E4A
 #define PCI_CHIP_RV350_NP               0x4E50
 #define PCI_CHIP_RV350_NQ               0x4E51                 /* Saphire 9600 256MB card */
 #define PCI_CHIP_RV350_NT               0x4E54
@@ -379,6 +380,7 @@ static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv)
        case PCI_CHIP_RV350_AP:
        case PCI_CHIP_RV350_AR:
        case PCI_CHIP_RV350_AS:
+       case PCI_CHIP_RV350_NJ:
        case PCI_CHIP_RV350_NP:
        case PCI_CHIP_RV350_NT:
        case PCI_CHIP_RV350_NQ: