diff options
author | hmarson <hmarson> | 2005-02-27 12:12:25 +0000 |
---|---|---|
committer | hmarson <hmarson> | 2005-02-27 12:12:25 +0000 |
commit | 87a2f3df641af0683ebddd34d31196f5ec394b02 (patch) | |
tree | 6e73551c82d0c7474a1bae2649846639ae5f42c2 /src | |
parent | ab7312ef63434d180eadad734b554f7210e3403b (diff) |
Added 0x4e51 - Saphire 9600 256MB
0x4e71 - Saphire 9600 256MB - Second Head...
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/r300/radeon_screen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_screen.c b/src/mesa/drivers/dri/r300/radeon_screen.c index ed14853adc..f7d7a2f04e 100644 --- a/src/mesa/drivers/dri/r300/radeon_screen.c +++ b/src/mesa/drivers/dri/r300/radeon_screen.c @@ -198,7 +198,9 @@ static const struct dri_debug_control debug_control[] = { #define PCI_CHIP_RV350_AR 0x4152 #define PCI_CHIP_RV350_AS 0x4153 #define PCI_CHIP_RV350_NP 0x4E50 +#define PCI_CHIP_RV350_NQ 0x4E51 /* Saphire 9600 256MB card */ #define PCI_CHIP_RV350_NT 0x4E54 +#define PCI_CHIP_RV350_NQ_2 0x4E71 /* Saphire 9600 256MB card - Second Head */ #define PCI_CHIP_R300_ND 0x4E44 #define PCI_CHIP_R300_NE 0x4E45 #define PCI_CHIP_R300_NF 0x4E46 @@ -373,6 +375,8 @@ static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv) case PCI_CHIP_RV350_AS: case PCI_CHIP_RV350_NP: case PCI_CHIP_RV350_NT: + case PCI_CHIP_RV350_NQ: +/* case PCI_CHIP_RV350_NQ: -- Should we have the second head in here too? */ screen->chipset = RADEON_CHIP_RV350; break; |