diff options
author | Michel Daenzer <michel@daenzer.net> | 2005-03-18 22:36:47 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2005-03-18 22:36:47 +0000 |
commit | 34af3da80304a13b6407dcc0f4db54d6c8bb7a41 (patch) | |
tree | be77e83995cd4e38d45cb31785223d60706bc93a /src/radeon_chipset.h | |
parent | b56a5f96048b920a7751318dde211e881f53b2bb (diff) |
Add support for production version of ATI RN50/ES1000. (ATI Technologies
Inc.)
Diffstat (limited to 'src/radeon_chipset.h')
-rw-r--r-- | src/radeon_chipset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_chipset.h b/src/radeon_chipset.h index f29c8498..3ae84863 100644 --- a/src/radeon_chipset.h +++ b/src/radeon_chipset.h @@ -5,7 +5,8 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RADEON_QG, "ATI Radeon QG (AGP)" }, { PCI_CHIP_RV100_QY, "ATI Radeon VE/7000 QY (AGP/PCI)" }, { PCI_CHIP_RV100_QZ, "ATI Radeon VE/7000 QZ (AGP/PCI)" }, - { PCI_CHIP_RN50_5969, "ATI ES1000 (PCI)" }, + { PCI_CHIP_RN50_515E, "ATI ES1000 515E (PCI)" }, + { PCI_CHIP_RN50_5969, "ATI ES1000 5969 (PCI)" }, { PCI_CHIP_RADEON_LW, "ATI Radeon Mobility M7 LW (AGP)" }, { PCI_CHIP_RADEON_LX, "ATI Mobility FireGL 7800 M7 LX (AGP)" }, { PCI_CHIP_RADEON_LY, "ATI Radeon Mobility M6 LY (AGP)" }, |