diff options
author | Wolke Liu <wolke.lui@amd.com> | 2008-07-01 10:45:39 -0400 |
---|---|---|
committer | Alex Deucher <alex@botchco.com> | 2008-07-01 10:45:39 -0400 |
commit | c037b4ce8769ad840a257e22b1e4ad58b8ed96fa (patch) | |
tree | 5eaaa71d009d1b61ac6fbb2b1cc1ad6adcb8056c /src/radeon_chipinfo_gen.h | |
parent | 72992668ca96717bf69bcea95a5deeaf7c57e826 (diff) |
Add pci id for FireMV 2400
Diffstat (limited to 'src/radeon_chipinfo_gen.h')
-rw-r--r-- | src/radeon_chipinfo_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index ed3174a0..3fcd78df 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -1,6 +1,7 @@ /* This file is autogenerated please do not edit */ RADEONCardInfo RADEONCards[] = { { 0x3150, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, + { 0x3151, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x3152, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, { 0x3154, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, { 0x3E50, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, |