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/ati_pciids_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/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 5e5ced6d..f7b75693 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -25,7 +25,6 @@ #define PCI_CHIP_MACH32 0x4158 #define PCI_CHIP_RS250_4237 0x4237 #define PCI_CHIP_R200_BB 0x4242 -#define PCI_CHIP_R200_BC 0x4243 #define PCI_CHIP_RS100_4336 0x4336 #define PCI_CHIP_RS200_4337 0x4337 #define PCI_CHIP_MACH64CT 0x4354 |