From 8bb717d2d54c6e74db3008d30ea90200e578e42c Mon Sep 17 00:00:00 2001 From: Aapo Tahkola Date: Thu, 6 Jan 2005 19:26:25 +0000 Subject: [PATCH] Add radeon 9550 pci id. --- src/mesa/drivers/dri/r300/radeon_screen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/drivers/dri/r300/radeon_screen.c b/src/mesa/drivers/dri/r300/radeon_screen.c index 557f3a3..fa43c8a 100644 --- a/src/mesa/drivers/dri/r300/radeon_screen.c +++ b/src/mesa/drivers/dri/r300/radeon_screen.c @@ -194,6 +194,7 @@ static const struct dri_debug_control debug_control[] = { #define PCI_CHIP_R300_AF 0x4146 #define PCI_CHIP_R300_AG 0x4147 #define PCI_CHIP_RV350_AP 0x4150 +#define PCI_CHIP_RV350_AS 0x4153 #define PCI_CHIP_RV350_NP 0x4E50 #define PCI_CHIP_R300_ND 0x4E44 #define PCI_CHIP_R300_NE 0x4E45 @@ -364,6 +365,7 @@ static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv) case PCI_CHIP_R300_AF: case PCI_CHIP_R300_AG: case PCI_CHIP_RV350_AP: + case PCI_CHIP_RV350_AS: case PCI_CHIP_RV350_NP: screen->chipset = RADEON_CHIP_RV350; break; -- 2.7.4