From: Jerome Glisse Date: Sat, 5 Feb 2005 19:52:26 +0000 (+0000) Subject: Added PCI id (0x4152). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28865793244938bf7794d62b94e5af5fec7f4282;p=mesa.git Added PCI id (0x4152). --- diff --git a/src/mesa/drivers/dri/r300/radeon_screen.c b/src/mesa/drivers/dri/r300/radeon_screen.c index 7e03953680b..59fab0f7cfc 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_AR 0x4152 #define PCI_CHIP_RV350_AS 0x4153 #define PCI_CHIP_RV350_NP 0x4E50 #define PCI_CHIP_RV350_NT 0x4E54