summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_chipset.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-12-02 23:57:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-12-02 23:57:37 +0000
commiteb06704a7c0027136d5ced74d67a83ddaf1f82aa (patch)
treef6d6d667d2482482417b576bd6ac3801b0169d15 /src/mesa/drivers/dri/radeon/radeon_chipset.h
parent99f13343cf270d8dfde8445ae363d9b05256e05b (diff)
Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_chipset.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_chipset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_chipset.h b/src/mesa/drivers/dri/radeon/radeon_chipset.h
index b82606441c..fd08ecf93f 100644
--- a/src/mesa/drivers/dri/radeon/radeon_chipset.h
+++ b/src/mesa/drivers/dri/radeon/radeon_chipset.h
@@ -36,6 +36,7 @@
#define PCI_CHIP_RV250_Ie 0x4965
#define PCI_CHIP_RV250_If 0x4966
#define PCI_CHIP_RV250_Ig 0x4967
+#define PCI_CHIP_RV410_5E4B 0x5E4B
#define PCI_CHIP_R420_JH 0x4A48
#define PCI_CHIP_R420_JI 0x4A49
#define PCI_CHIP_R420_JJ 0x4A4A
@@ -119,6 +120,7 @@ enum {
CHIP_FAMILY_RV350,
CHIP_FAMILY_RV380,
CHIP_FAMILY_R420,
+ CHIP_FAMILY_RV410,
CHIP_FAMILY_LAST
};