summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2010-02-01 20:08:16 +0100
committerDave Airlie <airlied@redhat.com>2010-02-08 15:32:38 +1000
commit4cf69c7e5407d37835b4bdb4b73d4a6d9fb39389 (patch)
treec0514a124cbfec507a77fe715bb0ec361986c125
parent1c638ad1ef262bc6162f87389a425652fc437808 (diff)
radeontool: Remove an incomplete list of known cards
Signed-off-by: Tormod Volden <debian.tormod@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--radeontool.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/radeontool.c b/radeontool.c
index f7f2b23..7aab9c3 100644
--- a/radeontool.c
+++ b/radeontool.c
@@ -863,20 +863,6 @@ static void map_radeon_cntl_mem(void)
if (debug) {
printf("Found card %x:%x (%x)\n", device->vendor_id,
device->device_id, device->device_class);
- switch (device->device_id) {
- case 0x7240:
- printf(" r580 [Radeon X1900 (PCIE, G5 PowerMac)]\n");
- break;
- case 0x724b:
- printf(" r580 [Radeon X1900 GT]\n");
- break;
- case 0x5e4b:
- printf(" rv410 [Radeon X700 Pro (PCIE)]\n");
- break;
- default:
- printf(" (unknown card)\n");
- break;
- }
}
for (i = 0; i < 6; i++) {