r200: remove 0x4243 pci id
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 2 Feb 2011 00:13:54 +0000 (19:13 -0500)
committerAlex Deucher <alexdeucher@gmail.com>
Wed, 2 Feb 2011 00:13:54 +0000 (19:13 -0500)
There's no such device.  0x4243 is a pci bridge id,
not a GPU.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
src/mesa/drivers/dri/radeon/radeon_chipset.h
src/mesa/drivers/dri/radeon/radeon_screen.c

index 399052cbcbd08ef315b79b15d3472d8226863882..bd6f1c79504663c9bff1fe855d6c8f64131b4b00 100644 (file)
@@ -34,7 +34,6 @@
 #define PCI_CHIP_RV350_AV               0x4156
 #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_RS250_4437            0x4437
index a35fcfe9d7faffe700524eecc06bd6db27656619..56c5959b0aa12fb97da5ac610700add65842c15a 100644 (file)
@@ -628,7 +628,6 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
       break;
 
    case PCI_CHIP_R200_BB:
-   case PCI_CHIP_R200_BC:
    case PCI_CHIP_R200_QH:
    case PCI_CHIP_R200_QL:
    case PCI_CHIP_R200_QM: