Chameleon

Chameleon Commit Details

Date:2012-05-04 15:36:17 (11 years 11 months ago)
Author:Cosmosis Jones
Commit:1932
Parents: 1931
Message:http://forge.voodooprojects.org/p/chameleon/issues/238/
Changes:
M/trunk/i386/libsaio/ati.c

File differences

trunk/i386/libsaio/ati.c
586586
587587
588588
589
589
590
590591
591592
592593
......
13731374
13741375
13751376
1376
1377
1378
1379
1380
1381
1382
13771383
13781384
13791385
{ 0x68F9,0x301317AF, CHIP_FAMILY_CEDAR,"ATI Radeon HD 5470",kNull},
{ 0x68F9,0xE145174B, CHIP_FAMILY_CEDAR,"ATI Radeon HD 5450",kEulemur},
{ 0x68F9,0xE153174B, CHIP_FAMILY_CEDAR,"ATI Radeon HD 5450",kEulemur},
{ 0x68F9,0xE153174B, CHIP_FAMILY_CEDAR,"ATI Radeon HD 5450",kEulemur},
{ 0x68E1,0x3000174B, CHIP_FAMILY_CEDAR,"ATI Radeon HD 5450",kEulemur},
/* Northen Islands */
{ 0x6718,0x0B001002, CHIP_FAMILY_CAYMAN,"AMD Radeon HD 6970",kNull},
}
}
if (!card->info->device_id || !card->info->cfg_name)
//why can't this check go down to 1411?
//If we move it down we would still allow the cfg_name check
//if (!card->info->device_id || !card->info->cfg_name)
if (!card->info->device_id)
{
verbose("Unsupported ATI card! Device ID: [%04x:%04x] Subsystem ID: [%08x] \n",
pci_dev->vendor_id, pci_dev->device_id, pci_dev->subsys_id);

Archive Download the corresponding diff file

Revision: 1932