diff options
author | Brian Paul <[email protected]> | 2005-12-02 23:57:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-12-02 23:57:37 +0000 |
commit | eb06704a7c0027136d5ced74d67a83ddaf1f82aa (patch) | |
tree | f6d6d667d2482482417b576bd6ac3801b0169d15 /src/mesa/drivers/dri/radeon/radeon_chipset.h | |
parent | 99f13343cf270d8dfde8445ae363d9b05256e05b (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.h | 2 |
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 b82606441cd..fd08ecf93f3 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 }; |