diff options
author | Michel Daenzer <michel@daenzer.net> | 2005-02-18 19:55:35 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2005-02-18 19:55:35 +0000 |
commit | 60070063e2130af0b9d5d34eed7adbae0c0fa67b (patch) | |
tree | 6a4b504fe8f28c6167430be3c029d96be8d5bfe8 /src/radeon_chipset.h | |
parent | 32032cdc78097840b7e2685fdec11bc0816aa0ac (diff) |
Bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)
Diffstat (limited to 'src/radeon_chipset.h')
-rw-r--r-- | src/radeon_chipset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_chipset.h b/src/radeon_chipset.h index 468a6392..f29c8498 100644 --- a/src/radeon_chipset.h +++ b/src/radeon_chipset.h @@ -5,6 +5,7 @@ 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_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)" }, |