diff -Nru /tmp/bA39yWWw0Q/mesa-6.4.0/src/mesa/drivers/dri/r300/radeon_screen.c /tmp/5isOOOnQY8/mesa-6.4.1/src/mesa/drivers/dri/r300/radeon_screen.c --- /tmp/bA39yWWw0Q/mesa-6.4.0/src/mesa/drivers/dri/r300/radeon_screen.c 2005-08-15 08:59:25.000000000 +0200 +++ /tmp/5isOOOnQY8/mesa-6.4.1/src/mesa/drivers/dri/r300/radeon_screen.c 2005-12-08 15:08:10.000000000 +0100 @@ -201,6 +201,7 @@ #define PCI_CHIP_R300_AF 0x4146 #define PCI_CHIP_R300_AG 0x4147 #define PCI_CHIP_RV350_AP 0x4150 +#define PCI_CHIP_RV350_AQ 0x4151 #define PCI_CHIP_RV350_AR 0x4152 #define PCI_CHIP_RV350_AS 0x4153 #define PCI_CHIP_RV350_NJ 0x4E4A @@ -384,6 +385,7 @@ case PCI_CHIP_R300_AF: case PCI_CHIP_R300_AG: case PCI_CHIP_RV350_AP: + case PCI_CHIP_RV350_AQ: case PCI_CHIP_RV350_AR: case PCI_CHIP_RV350_AS: case PCI_CHIP_RV350_NJ: