Chameleon

Chameleon Commit Details

Date:2011-08-01 02:18:58 (12 years 8 months ago)
Author:Azimutz
Commit:1246
Parents: 1245
Message:Move this check were only AtiPorts can override it.
Changes:
M/trunk/i386/libsaio/ati.c

File differences

trunk/i386/libsaio/ati.c
11831183
11841184
11851185
1186
1187
1188
1189
1190
1191
1192
1193
11941186
11951187
11961188
......
12061198
12071199
12081200
1201
1202
1203
1204
1205
1206
12091207
12101208
12111209
}
}
//card->ports = 2; // default
if (card->info->chip_family >= CHIP_FAMILY_CEDAR)
{
card->flags |= EVERGREEN;
card->ports = 3;
}
//atN = 0;
card->cfg_name = getStringForKey(kAtiConfig, &bootInfo->chameleonConfig);
card->ports = card_configs[i].ports;
}
if (card->info->chip_family >= CHIP_FAMILY_CEDAR)
{
card->flags |= EVERGREEN;
card->ports = 3; //Azi: not sure of the usefulness ??
}
getIntForKey(kAtiPorts, &n_ports, &bootInfo->bootConfig);
if (n_ports > 0)
card->ports = n_ports;

Archive Download the corresponding diff file

Revision: 1246