free rs300 and ban r350(according to r300.sf.net)

This commit is contained in:
Aapo Tahkola 2006-03-31 14:11:41 +00:00
parent 7da1daf0a2
commit 6652dc8aac
1 changed files with 2 additions and 2 deletions

View File

@ -637,10 +637,10 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
dri_priv->deviceID);
return NULL;
}
if (screen->chip_family == CHIP_FAMILY_RS300 ||
if (screen->chip_family == CHIP_FAMILY_R350 ||
screen->chip_family == CHIP_FAMILY_R300) {
if (getenv("R300_FORCE_R300") == NULL) {
fprintf(stderr, "Radeon 9500/9700 cards are not currently stable.\n");
fprintf(stderr, "Radeon 9500/9700/9800 cards are not currently stable.\n");
fprintf(stderr, "More details can be found at https://bugs.freedesktop.org/show_bug.cgi?id=6318\n");
return NULL;
}