the RS400 definitely doesn't work at this point so don't let it init

This commit is contained in:
Dave Airlie 2007-04-09 22:03:31 +10:00
parent af807a4696
commit 6461e91ac3

View file

@ -656,7 +656,8 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
case PCI_CHIP_RC410_5A61:
case PCI_CHIP_RC410_5A62:
screen->chip_family = CHIP_FAMILY_RS400;
fprintf(stderr, "Warning, xpress200 detected. Probably won't work.\n");
fprintf(stderr, "Warning, xpress200 detected. Won't work.\n");
return NULL;
break;
default: