diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-02-01 18:59:40 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-02-01 19:01:22 -0500 |
commit | 9c124f781049ef11a8b19894a29b7f62975b3011 (patch) | |
tree | a95c01c9c9bf8bb1f2d9a4ba986c0a1bb7063723 /src/radeon_chipinfo_gen.h | |
parent | 66eb81b62e5ae8e1d7bd44ed8a179e5ec1ca69af (diff) |
radeon: remove device 0x4243
0x4243 is a PCI bridge, not a gpu.
See:
https://bugs.freedesktop.org/show_bug.cgi?id=33815
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_chipinfo_gen.h')
-rw-r--r-- | src/radeon_chipinfo_gen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index 352fa99f..a90fae7f 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -26,7 +26,6 @@ static RADEONCardInfo RADEONCards[] = { { 0x4156, CHIP_FAMILY_RV350, 0, 0, 0, 0, 0 }, { 0x4237, CHIP_FAMILY_RS200, 0, 1, 0, 0, 1 }, { 0x4242, CHIP_FAMILY_R200, 0, 0, 0, 1, 0 }, - { 0x4243, CHIP_FAMILY_R200, 0, 0, 0, 1, 0 }, { 0x4336, CHIP_FAMILY_RS100, 1, 1, 0, 0, 1 }, { 0x4337, CHIP_FAMILY_RS200, 1, 1, 0, 0, 1 }, { 0x4437, CHIP_FAMILY_RS200, 1, 1, 0, 0, 1 }, |